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

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

Completed in 126 milliseconds