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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetObjectFile.h28 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
/freebsd-12-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(const DataLayout &DL, function in class:XCoreTargetObjectFile
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.h39 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
H A DLanaiTargetObjectFile.cpp120 MCSection *LanaiTargetObjectFile::getSectionForConstant(const DataLayout &DL, function in class:LanaiTargetObjectFile
128 return TargetLoweringObjectFileELF::getSectionForConstant(DL, Kind, C, Align);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.h41 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
H A DMipsTargetObjectFile.cpp177 MCSection *MipsTargetObjectFile::getSectionForConstant(const DataLayout &DL, function in class:MipsTargetObjectFile
185 return TargetLoweringObjectFileELF::getSectionForConstant(DL, Kind, C, Align);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.h37 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
H A DRISCVTargetObjectFile.cpp106 MCSection *RISCVELFTargetObjectFile::getSectionForConstant( function in class:RISCVELFTargetObjectFile
113 return TargetLoweringObjectFileELF::getSectionForConstant(DL, Kind, C, Align);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h55 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
113 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
179 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
241 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp274 return getSectionForConstant(F.getParent()->getDataLayout(),
296 MCSection *TargetLoweringObjectFile::getSectionForConstant( function in class:TargetLoweringObjectFile
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h88 virtual MCSection *getSectionForConstant(const DataLayout &DL,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp736 MCSection *TargetLoweringObjectFileELF::getSectionForConstant( function in class:TargetLoweringObjectFileELF
1048 MCSection *TargetLoweringObjectFileMachO::getSectionForConstant( function in class:TargetLoweringObjectFileMachO
1631 MCSection *TargetLoweringObjectFileCOFF::getSectionForConstant( function in class:TargetLoweringObjectFileCOFF
1673 return TargetLoweringObjectFile::getSectionForConstant(DL, Kind, C, Align);
1907 MCSection *TargetLoweringObjectFileXCOFF::getSectionForConstant( function in class:TargetLoweringObjectFileXCOFF
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1560 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant(
1764 MCSection *S = getObjFileLowering().getSectionForConstant(getDataLayout(),
2855 getObjFileLowering().getSectionForConstant(DL, Kind, C, Align))) {

Completed in 101 milliseconds