/external/llvm/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 140 getSectionForConstant(SectionKind Kind, const Constant *C) const { in getSectionForConstant() function in MipsTargetObjectFile 145 return TargetLoweringObjectFileELF::getSectionForConstant(Kind, C); in getSectionForConstant()
|
D | MipsTargetObjectFile.h | 42 const MCSection *getSectionForConstant(SectionKind Kind,
|
/external/llvm/include/llvm/CodeGen/ |
D | TargetLoweringObjectFileImpl.h | 49 const MCSection *getSectionForConstant(SectionKind Kind, 113 const MCSection *getSectionForConstant(SectionKind Kind,
|
/external/llvm/lib/Target/X86/ |
D | X86TargetObjectFile.cpp | 153 X86WindowsTargetObjectFile::getSectionForConstant(SectionKind Kind, in getSectionForConstant() function in X86WindowsTargetObjectFile 182 return TargetLoweringObjectFile::getSectionForConstant(Kind, C); in getSectionForConstant()
|
D | X86TargetObjectFile.h | 61 const MCSection *getSectionForConstant(SectionKind Kind,
|
D | X86AsmPrinter.cpp | 564 getObjFileLowering().getSectionForConstant(Kind, C))) { in GetCPISymbol()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.h | 37 const MCSection *getSectionForConstant(SectionKind Kind,
|
D | XCoreTargetObjectFile.cpp | 145 XCoreTargetObjectFile::getSectionForConstant(SectionKind Kind, in getSectionForConstant() function in XCoreTargetObjectFile
|
/external/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 275 return getSectionForConstant(SectionKind::getReadOnly(), /*C=*/nullptr); in getSectionForJumpTable() 300 TargetLoweringObjectFile::getSectionForConstant(SectionKind Kind, in getSectionForConstant() function in TargetLoweringObjectFile
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetObjectFile.h | 87 const MCSection *getSectionForConstant(SectionKind Kind, in getSectionForConstant() function
|
/external/llvm/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 80 virtual const MCSection *getSectionForConstant(SectionKind Kind,
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 356 TargetLoweringObjectFileELF::getSectionForConstant(SectionKind Kind, in getSectionForConstant() function in TargetLoweringObjectFileELF 653 TargetLoweringObjectFileMachO::getSectionForConstant(SectionKind Kind, in getSectionForConstant() function in TargetLoweringObjectFileMachO
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1126 getObjFileLowering().getSectionForConstant(SectionKind::getReadOnly(), in doFinalization() 1218 const MCSection *S = getObjFileLowering().getSectionForConstant(Kind, C); in EmitConstantPool()
|