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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetObjectFile.h28 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.h33 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
H A DXCoreTargetObjectFile.cpp143 MCSection *XCoreTargetObjectFile::getSectionForConstant( function in class:XCoreTargetObjectFile
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.h38 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
H A DLanaiTargetObjectFile.cpp119 MCSection *LanaiTargetObjectFile::getSectionForConstant( function in class:LanaiTargetObjectFile
126 return TargetLoweringObjectFileELF::getSectionForConstant(DL, Kind, C,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.h41 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
H A DMipsTargetObjectFile.cpp176 MCSection *MipsTargetObjectFile::getSectionForConstant(const DataLayout &DL, function in class:MipsTargetObjectFile
184 return TargetLoweringObjectFileELF::getSectionForConstant(DL, Kind, C,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.h36 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
H A DRISCVTargetObjectFile.cpp105 MCSection *RISCVELFTargetObjectFile::getSectionForConstant( function in class:RISCVELFTargetObjectFile
112 return TargetLoweringObjectFileELF::getSectionForConstant(DL, Kind, C,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h54 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
117 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
183 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
245 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp288 return getSectionForConstant(F.getParent()->getDataLayout(),
310 MCSection *TargetLoweringObjectFile::getSectionForConstant( function in class:TargetLoweringObjectFile
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h89 virtual MCSection *getSectionForConstant(const DataLayout &DL,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp843 MCSection *TargetLoweringObjectFileELF::getSectionForConstant( function in class:TargetLoweringObjectFileELF
1195 MCSection *TargetLoweringObjectFileMachO::getSectionForConstant( function in class:TargetLoweringObjectFileMachO
1778 MCSection *TargetLoweringObjectFileCOFF::getSectionForConstant( function in class:TargetLoweringObjectFileCOFF
1820 return TargetLoweringObjectFile::getSectionForConstant(DL, Kind, C,
2097 MCSection *TargetLoweringObjectFileXCOFF::getSectionForConstant( function in class:TargetLoweringObjectFileXCOFF
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1640 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant(
1839 MCSection *S = getObjFileLowering().getSectionForConstant(
2905 getObjFileLowering().getSectionForConstant(DL, Kind, C,

Completed in 289 milliseconds