/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.h | 67 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind, 147 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind, 215 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind, 285 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
|
/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiTargetObjectFile.cpp | 116 MCSection *LanaiTargetObjectFile::getSectionForConstant( in isConstantInSmallSection() 123 return TargetLoweringObjectFileELF::getSectionForConstant(DL, Kind, C, in getSectionForConstant() 119 MCSection *LanaiTargetObjectFile::getSectionForConstant( getSectionForConstant() function in LanaiTargetObjectFile
|
H A D | LanaiTargetObjectFile.h | 38 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
|
/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsTargetObjectFile.cpp | 175 MCSection *MipsTargetObjectFile::getSectionForConstant(const DataLayout &DL, 183 return TargetLoweringObjectFileELF::getSectionForConstant(DL, Kind, C, in getSectionForConstant() 176 MCSection *MipsTargetObjectFile::getSectionForConstant(const DataLayout &DL, getSectionForConstant() function in MipsTargetObjectFile
|
H A D | MipsTargetObjectFile.h | 41 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetObjectFile.cpp | 161 MCSection *RISCVELFTargetObjectFile::getSectionForConstant( 179 return TargetLoweringObjectFileELF::getSectionForConstant(DL, Kind, C, 137 MCSection *RISCVELFTargetObjectFile::getSectionForConstant( getSectionForConstant() function in RISCVELFTargetObjectFile
|
H A D | RISCVTargetObjectFile.h | 43 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
|
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXTargetObjectFile.h | 24 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind, in getSectionForConstant() function
|
/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreTargetObjectFile.h | 33 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
|
H A D | XCoreTargetObjectFile.cpp | 143 MCSection *XCoreTargetObjectFile::getSectionForConstant( in getSectionForConstant() function in XCoreTargetObjectFile
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVTargetObjectFile.h | 28 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind, in getSectionForConstant() function
|
/llvm-project/llvm/lib/Target/ |
H A D | TargetLoweringObjectFile.cpp | 358 return getSectionForConstant(F.getDataLayout(), in shouldPutJumpTableInFunctionSection() 380 MCSection *TargetLoweringObjectFile::getSectionForConstant( in getSectionForConstant() 375 MCSection *TargetLoweringObjectFile::getSectionForConstant( getSectionForConstant() function in TargetLoweringObjectFile
|
/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetLoweringObjectFile.h | 103 virtual MCSection *getSectionForConstant(const DataLayout &DL,
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 1048 MCSection *TargetLoweringObjectFileELF::getSectionForConstant( in getSectionForMachineBasicBlock() 1441 MCSection *TargetLoweringObjectFileMachO::getSectionForConstant( in getTTypeGlobalReference() 2102 MCSection *TargetLoweringObjectFileCOFF::getSectionForConstant( in getSectionForConstant() 2144 return TargetLoweringObjectFile::getSectionForConstant(DL, Kind, C, in getWasmSectionFlags() 2583 MCSection *TargetLoweringObjectFileXCOFF::getSectionForConstant( in Initialize() 1008 MCSection *TargetLoweringObjectFileELF::getSectionForConstant( getSectionForConstant() function in TargetLoweringObjectFileELF 1410 MCSection *TargetLoweringObjectFileMachO::getSectionForConstant( getSectionForConstant() function in TargetLoweringObjectFileMachO 2071 MCSection *TargetLoweringObjectFileCOFF::getSectionForConstant( getSectionForConstant() function in TargetLoweringObjectFileCOFF 2548 MCSection *TargetLoweringObjectFileXCOFF::getSectionForConstant( getSectionForConstant() function in TargetLoweringObjectFileXCOFF
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86AsmPrinter.cpp | 1052 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant(
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 2796 MCSection *S = getObjFileLowering().getSectionForConstant( in emitJumpTableEntry() 4124 getObjFileLowering().getSectionForConstant(DL, Kind, C, in getOrCreateGCPrinter()
|