Home
last modified time | relevance | path

Searched refs:getSectionForConstant (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h55 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
113 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
178 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.cpp121 MCSection *LanaiTargetObjectFile::getSectionForConstant(const DataLayout &DL, in getSectionForConstant() function in LanaiTargetObjectFile
129 return TargetLoweringObjectFileELF::getSectionForConstant(DL, Kind, C, Align); in getSectionForConstant()
H A DLanaiTargetObjectFile.h40 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp178 MCSection *MipsTargetObjectFile::getSectionForConstant(const DataLayout &DL, in getSectionForConstant() function in MipsTargetObjectFile
186 return TargetLoweringObjectFileELF::getSectionForConstant(DL, Kind, C, Align); in getSectionForConstant()
H A DMipsTargetObjectFile.h42 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXTargetObjectFile.h29 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind, in getSectionForConstant() function
/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.h34 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
H A DXCoreTargetObjectFile.cpp144 MCSection *XCoreTargetObjectFile::getSectionForConstant(const DataLayout &DL, in getSectionForConstant() function in XCoreTargetObjectFile
/freebsd-12.1/contrib/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp273 return getSectionForConstant(F.getParent()->getDataLayout(), in getSectionForJumpTable()
295 MCSection *TargetLoweringObjectFile::getSectionForConstant( in getSectionForConstant() function in TargetLoweringObjectFile
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h85 virtual MCSection *getSectionForConstant(const DataLayout &DL,
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp710 MCSection *TargetLoweringObjectFileELF::getSectionForConstant( in getSectionForConstant() function in TargetLoweringObjectFileELF
1022 MCSection *TargetLoweringObjectFileMachO::getSectionForConstant( in getSectionForConstant() function in TargetLoweringObjectFileMachO
1607 MCSection *TargetLoweringObjectFileCOFF::getSectionForConstant( in getSectionForConstant() function in TargetLoweringObjectFileCOFF
1649 return TargetLoweringObjectFile::getSectionForConstant(DL, Kind, C, Align); in getSectionForConstant()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1508 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant( in doFinalization()
1673 MCSection *S = getObjFileLowering().getSectionForConstant(getDataLayout(), in EmitConstantPool()
2752 getObjFileLowering().getSectionForConstant(DL, Kind, C, Align))) { in GetCPISymbol()