Home
last modified time | relevance | path

Searched refs:getSectionForConstant (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h45 virtual const MCSection *getSectionForConstant(SectionKind Kind) const;
84 virtual const MCSection *getSectionForConstant(SectionKind Kind) const;
/external/llvm/lib/Target/Lanai/
DLanaiTargetObjectFile.cpp114 MCSection *LanaiTargetObjectFile::getSectionForConstant(const DataLayout &DL, in getSectionForConstant() function in LanaiTargetObjectFile
122 return TargetLoweringObjectFileELF::getSectionForConstant(DL, Kind, C, Align); in getSectionForConstant()
DLanaiTargetObjectFile.h40 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
/external/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp143 MCSection *MipsTargetObjectFile::getSectionForConstant(const DataLayout &DL, in getSectionForConstant() function in MipsTargetObjectFile
151 return TargetLoweringObjectFileELF::getSectionForConstant(DL, Kind, C, Align); in getSectionForConstant()
DMipsTargetObjectFile.h42 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
/external/llvm/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h52 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
114 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
/external/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp133 MCSection *X86WindowsTargetObjectFile::getSectionForConstant( in getSectionForConstant() function in X86WindowsTargetObjectFile
169 return TargetLoweringObjectFile::getSectionForConstant(DL, Kind, C, Align); in getSectionForConstant()
DX86TargetObjectFile.h67 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
DX86AsmPrinter.cpp565 getObjFileLowering().getSectionForConstant(DL, Kind, C, Align))) { in GetCPISymbol()
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.h36 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
DXCoreTargetObjectFile.cpp148 MCSection *XCoreTargetObjectFile::getSectionForConstant(const DataLayout &DL, in getSectionForConstant() function in XCoreTargetObjectFile
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp248 return getSectionForConstant(F.getParent()->getDataLayout(), in getSectionForJumpTable()
273 MCSection *TargetLoweringObjectFile::getSectionForConstant( in getSectionForConstant() function in TargetLoweringObjectFile
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLoweringObjectFile.h67 virtual const MCSection *getSectionForConstant(SectionKind Kind) const;
/external/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h88 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind, in getSectionForConstant() function
/external/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h72 virtual MCSection *getSectionForConstant(const DataLayout &DL,
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp301 getSectionForConstant(SectionKind Kind) const { in getSectionForConstant() function in TargetLoweringObjectFileELF
455 TargetLoweringObjectFileMachO::getSectionForConstant(SectionKind Kind) const { in getSectionForConstant() function in TargetLoweringObjectFileMachO
DELFWriter.cpp223 (const MCSectionELF *)TLOF.getSectionForConstant(SectionKind::getReadOnly()); in getJumpTableSection()
248 (const MCSectionELF *)TLOF.getSectionForConstant(Kind); in getConstantPoolSection()
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetLoweringObjectFile.cpp287 TargetLoweringObjectFile::getSectionForConstant(SectionKind Kind) const { in getSectionForConstant() function in TargetLoweringObjectFile
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp355 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/
DAsmPrinter.cpp980 const MCSection *S = getObjFileLowering().getSectionForConstant(Kind); in EmitConstantPool()
1056 getObjFileLowering().getSectionForConstant(SectionKind::getReadOnly()); in EmitJumpTableInfo()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1224 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant( in doFinalization()
1316 MCSection *S = getObjFileLowering().getSectionForConstant(getDataLayout(), in EmitConstantPool()