Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsTargetObjectFile.cpp141 MipsTargetObjectFile::getSectionForConstant(SectionKind Kind, in getSectionForConstant() function in MipsTargetObjectFile
147 return TargetLoweringObjectFileELF::getSectionForConstant(Kind, C); in getSectionForConstant()
HDMipsTargetObjectFile.h42 MCSection *getSectionForConstant(SectionKind Kind,
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDTargetLoweringObjectFileImpl.h49 MCSection *getSectionForConstant(SectionKind Kind,
106 MCSection *getSectionForConstant(SectionKind Kind,
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86TargetObjectFile.cpp156 X86WindowsTargetObjectFile::getSectionForConstant(SectionKind Kind, in getSectionForConstant() function in X86WindowsTargetObjectFile
174 return TargetLoweringObjectFile::getSectionForConstant(Kind, C); in getSectionForConstant()
HDX86TargetObjectFile.h61 MCSection *getSectionForConstant(SectionKind Kind,
HDX86AsmPrinter.cpp571 getObjFileLowering().getSectionForConstant(Kind, C))) { in GetCPISymbol()
/NextBSD/contrib/llvm/lib/Target/XCore/
HDXCoreTargetObjectFile.h36 MCSection *getSectionForConstant(SectionKind Kind,
HDXCoreTargetObjectFile.cpp146 XCoreTargetObjectFile::getSectionForConstant(SectionKind Kind, in getSectionForConstant() function in XCoreTargetObjectFile
/NextBSD/contrib/llvm/lib/Target/
HDTargetLoweringObjectFile.cpp276 return getSectionForConstant(SectionKind::getReadOnly(), /*C=*/nullptr); in getSectionForJumpTable()
300 TargetLoweringObjectFile::getSectionForConstant(SectionKind Kind, in getSectionForConstant() function in TargetLoweringObjectFile
/NextBSD/contrib/llvm/lib/Target/WebAssembly/
HDWebAssemblyTargetObjectFile.h49 MCSection *getSectionForConstant(SectionKind Kind, in getSectionForConstant() function
/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXTargetObjectFile.h87 MCSection *getSectionForConstant(SectionKind Kind, in getSectionForConstant() function
/NextBSD/contrib/llvm/include/llvm/Target/
HDTargetLoweringObjectFile.h74 virtual MCSection *getSectionForConstant(SectionKind Kind,
/NextBSD/contrib/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.cpp354 TargetLoweringObjectFileELF::getSectionForConstant(SectionKind Kind, in getSectionForConstant() function in TargetLoweringObjectFileELF
638 TargetLoweringObjectFileMachO::getSectionForConstant(SectionKind Kind, in getSectionForConstant() function in TargetLoweringObjectFileMachO
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp1124 getObjFileLowering().getSectionForConstant(SectionKind::getReadOnly(), in doFinalization()
1216 MCSection *S = getObjFileLowering().getSectionForConstant(Kind, C); in EmitConstantPool()