| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.h | 55 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 D | LanaiTargetObjectFile.cpp | 121 MCSection *LanaiTargetObjectFile::getSectionForConstant(const DataLayout &DL, in getSectionForConstant() function in LanaiTargetObjectFile 129 return TargetLoweringObjectFileELF::getSectionForConstant(DL, Kind, C, Align); in getSectionForConstant()
|
| H A D | LanaiTargetObjectFile.h | 40 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsTargetObjectFile.cpp | 178 MCSection *MipsTargetObjectFile::getSectionForConstant(const DataLayout &DL, in getSectionForConstant() function in MipsTargetObjectFile 186 return TargetLoweringObjectFileELF::getSectionForConstant(DL, Kind, C, Align); in getSectionForConstant()
|
| H A D | MipsTargetObjectFile.h | 42 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXTargetObjectFile.h | 29 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind, in getSectionForConstant() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/XCore/ |
| H A D | XCoreTargetObjectFile.h | 34 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
|
| H A D | XCoreTargetObjectFile.cpp | 144 MCSection *XCoreTargetObjectFile::getSectionForConstant(const DataLayout &DL, in getSectionForConstant() function in XCoreTargetObjectFile
|
| /freebsd-12.1/contrib/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 273 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 D | TargetLoweringObjectFile.h | 85 virtual MCSection *getSectionForConstant(const DataLayout &DL,
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 710 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 D | AsmPrinter.cpp | 1508 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant( in doFinalization() 1673 MCSection *S = getObjFileLowering().getSectionForConstant(getDataLayout(), in EmitConstantPool() 2752 getObjFileLowering().getSectionForConstant(DL, Kind, C, Align))) { in GetCPISymbol()
|