getSectionForConstant overloads
Synopses
Declared in <llvm/Target/TargetLoweringObjectFile.h>
Given a constant with the SectionKind, return a section that it should be placed in.
virtual
MCSection*
getSectionForConstant(
DataLayout const& DL,
SectionKind Kind,
Constant const* C,
Align& Alignment,
Function const* F) const;
Similar to the function above, but append SectionSuffix to the section name.
virtual
MCSection*
getSectionForConstant(
DataLayout const& DL,
SectionKind Kind,
Constant const* C,
Align& Alignment,
Function const* F,
StringRef SectionSuffix) const;
Created with MrDocs