/external/llvm/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 141 MCSection *MipsTargetObjectFile::getSectionForConstant( in getSectionForConstant() function in MipsTargetObjectFile 147 return TargetLoweringObjectFileELF::getSectionForConstant(DL, Kind, C); in getSectionForConstant()
|
D | MipsTargetObjectFile.h | 42 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
|
/external/llvm/include/llvm/CodeGen/ |
D | TargetLoweringObjectFileImpl.h | 49 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind, 106 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
|
/external/llvm/lib/Target/X86/ |
D | X86TargetObjectFile.cpp | 156 MCSection *X86WindowsTargetObjectFile::getSectionForConstant( in getSectionForConstant() function in X86WindowsTargetObjectFile 174 return TargetLoweringObjectFile::getSectionForConstant(DL, Kind, C); in getSectionForConstant()
|
D | X86TargetObjectFile.h | 61 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
|
D | X86AsmPrinter.cpp | 573 getObjFileLowering().getSectionForConstant(DL, Kind, C))) { in GetCPISymbol()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.h | 36 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
|
D | XCoreTargetObjectFile.cpp | 148 MCSection *XCoreTargetObjectFile::getSectionForConstant( in getSectionForConstant() function in XCoreTargetObjectFile
|
/external/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 255 return getSectionForConstant(F.getParent()->getDataLayout(), in getSectionForJumpTable() 279 MCSection *TargetLoweringObjectFile::getSectionForConstant( in getSectionForConstant() function in TargetLoweringObjectFile
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetObjectFile.h | 86 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind, in getSectionForConstant() function
|
/external/llvm/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 72 virtual MCSection *getSectionForConstant(const DataLayout &DL,
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 348 MCSection *TargetLoweringObjectFileELF::getSectionForConstant( in getSectionForConstant() function in TargetLoweringObjectFileELF 632 MCSection *TargetLoweringObjectFileMachO::getSectionForConstant( in getSectionForConstant() function in TargetLoweringObjectFileMachO
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1190 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant( in doFinalization() 1283 getObjFileLowering().getSectionForConstant(getDataLayout(), Kind, C); in EmitConstantPool()
|