Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp141 MCSection *MipsTargetObjectFile::getSectionForConstant( in getSectionForConstant() function in MipsTargetObjectFile
147 return TargetLoweringObjectFileELF::getSectionForConstant(DL, Kind, C); in getSectionForConstant()
DMipsTargetObjectFile.h42 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
/external/llvm/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h49 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
106 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
/external/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp156 MCSection *X86WindowsTargetObjectFile::getSectionForConstant( in getSectionForConstant() function in X86WindowsTargetObjectFile
174 return TargetLoweringObjectFile::getSectionForConstant(DL, Kind, C); in getSectionForConstant()
DX86TargetObjectFile.h61 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
DX86AsmPrinter.cpp573 getObjFileLowering().getSectionForConstant(DL, Kind, C))) { in GetCPISymbol()
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.h36 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
DXCoreTargetObjectFile.cpp148 MCSection *XCoreTargetObjectFile::getSectionForConstant( in getSectionForConstant() function in XCoreTargetObjectFile
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp255 return getSectionForConstant(F.getParent()->getDataLayout(), in getSectionForJumpTable()
279 MCSection *TargetLoweringObjectFile::getSectionForConstant( in getSectionForConstant() function in TargetLoweringObjectFile
/external/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h86 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind, in getSectionForConstant() function
/external/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h72 virtual MCSection *getSectionForConstant(const DataLayout &DL,
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp348 MCSection *TargetLoweringObjectFileELF::getSectionForConstant( in getSectionForConstant() function in TargetLoweringObjectFileELF
632 MCSection *TargetLoweringObjectFileMachO::getSectionForConstant( in getSectionForConstant() function in TargetLoweringObjectFileMachO
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1190 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant( in doFinalization()
1283 getObjFileLowering().getSectionForConstant(getDataLayout(), Kind, C); in EmitConstantPool()