Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp140 getSectionForConstant(SectionKind Kind, const Constant *C) const { in getSectionForConstant() function in MipsTargetObjectFile
145 return TargetLoweringObjectFileELF::getSectionForConstant(Kind, C); in getSectionForConstant()
DMipsTargetObjectFile.h42 const MCSection *getSectionForConstant(SectionKind Kind,
/external/llvm/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h49 const MCSection *getSectionForConstant(SectionKind Kind,
113 const MCSection *getSectionForConstant(SectionKind Kind,
/external/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp153 X86WindowsTargetObjectFile::getSectionForConstant(SectionKind Kind, in getSectionForConstant() function in X86WindowsTargetObjectFile
182 return TargetLoweringObjectFile::getSectionForConstant(Kind, C); in getSectionForConstant()
DX86TargetObjectFile.h61 const MCSection *getSectionForConstant(SectionKind Kind,
DX86AsmPrinter.cpp564 getObjFileLowering().getSectionForConstant(Kind, C))) { in GetCPISymbol()
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.h37 const MCSection *getSectionForConstant(SectionKind Kind,
DXCoreTargetObjectFile.cpp145 XCoreTargetObjectFile::getSectionForConstant(SectionKind Kind, in getSectionForConstant() function in XCoreTargetObjectFile
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp275 return getSectionForConstant(SectionKind::getReadOnly(), /*C=*/nullptr); in getSectionForJumpTable()
300 TargetLoweringObjectFile::getSectionForConstant(SectionKind Kind, in getSectionForConstant() function in TargetLoweringObjectFile
/external/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h87 const MCSection *getSectionForConstant(SectionKind Kind, in getSectionForConstant() function
/external/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h80 virtual const MCSection *getSectionForConstant(SectionKind Kind,
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp356 TargetLoweringObjectFileELF::getSectionForConstant(SectionKind Kind, in getSectionForConstant() function in TargetLoweringObjectFileELF
653 TargetLoweringObjectFileMachO::getSectionForConstant(SectionKind Kind, in getSectionForConstant() function in TargetLoweringObjectFileMachO
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1126 getObjFileLowering().getSectionForConstant(SectionKind::getReadOnly(), in doFinalization()
1218 const MCSection *S = getObjFileLowering().getSectionForConstant(Kind, C); in EmitConstantPool()