/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | TargetLoweringObjectFileImpl.h | 45 virtual const MCSection *getSectionForConstant(SectionKind Kind) const; 84 virtual const MCSection *getSectionForConstant(SectionKind Kind) const;
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiTargetObjectFile.cpp | 114 MCSection *LanaiTargetObjectFile::getSectionForConstant(const DataLayout &DL, in getSectionForConstant() function in LanaiTargetObjectFile 122 return TargetLoweringObjectFileELF::getSectionForConstant(DL, Kind, C, Align); in getSectionForConstant()
|
D | LanaiTargetObjectFile.h | 40 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
|
/external/llvm/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 143 MCSection *MipsTargetObjectFile::getSectionForConstant(const DataLayout &DL, in getSectionForConstant() function in MipsTargetObjectFile 151 return TargetLoweringObjectFileELF::getSectionForConstant(DL, Kind, C, Align); in getSectionForConstant()
|
D | MipsTargetObjectFile.h | 42 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
|
/external/llvm/include/llvm/CodeGen/ |
D | TargetLoweringObjectFileImpl.h | 52 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind, 114 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
|
/external/llvm/lib/Target/X86/ |
D | X86TargetObjectFile.cpp | 133 MCSection *X86WindowsTargetObjectFile::getSectionForConstant( in getSectionForConstant() function in X86WindowsTargetObjectFile 169 return TargetLoweringObjectFile::getSectionForConstant(DL, Kind, C, Align); in getSectionForConstant()
|
D | X86TargetObjectFile.h | 67 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
|
D | X86AsmPrinter.cpp | 565 getObjFileLowering().getSectionForConstant(DL, Kind, C, Align))) { 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(const DataLayout &DL, in getSectionForConstant() function in XCoreTargetObjectFile
|
/external/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 248 return getSectionForConstant(F.getParent()->getDataLayout(), in getSectionForJumpTable() 273 MCSection *TargetLoweringObjectFile::getSectionForConstant( in getSectionForConstant() function in TargetLoweringObjectFile
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 67 virtual const MCSection *getSectionForConstant(SectionKind Kind) const;
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetObjectFile.h | 88 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/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 301 getSectionForConstant(SectionKind Kind) const { in getSectionForConstant() function in TargetLoweringObjectFileELF 455 TargetLoweringObjectFileMachO::getSectionForConstant(SectionKind Kind) const { in getSectionForConstant() function in TargetLoweringObjectFileMachO
|
D | ELFWriter.cpp | 223 (const MCSectionELF *)TLOF.getSectionForConstant(SectionKind::getReadOnly()); in getJumpTableSection() 248 (const MCSectionELF *)TLOF.getSectionForConstant(Kind); in getConstantPoolSection()
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 287 TargetLoweringObjectFile::getSectionForConstant(SectionKind Kind) const { in getSectionForConstant() function in TargetLoweringObjectFile
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 355 MCSection *TargetLoweringObjectFileELF::getSectionForConstant( in getSectionForConstant() function in TargetLoweringObjectFileELF 655 MCSection *TargetLoweringObjectFileMachO::getSectionForConstant( in getSectionForConstant() function in TargetLoweringObjectFileMachO
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 980 const MCSection *S = getObjFileLowering().getSectionForConstant(Kind); in EmitConstantPool() 1056 getObjFileLowering().getSectionForConstant(SectionKind::getReadOnly()); in EmitJumpTableInfo()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1224 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant( in doFinalization() 1316 MCSection *S = getObjFileLowering().getSectionForConstant(getDataLayout(), in EmitConstantPool()
|