Searched defs:getSectionForConstant (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp141 MCSection *MipsTargetObjectFile::getSectionForConstant( function in class:MipsTargetObjectFile
147 return TargetLoweringObjectFileELF::getSectionForConstant(DL, Kind, C);
/external/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp148 MCSection *XCoreTargetObjectFile::getSectionForConstant( function in class:XCoreTargetObjectFile
/external/llvm/lib/Target/X86/
H A DX86TargetObjectFile.cpp156 MCSection *X86WindowsTargetObjectFile::getSectionForConstant( function in class:X86WindowsTargetObjectFile
174 return TargetLoweringObjectFile::getSectionForConstant(DL, Kind, C);
/external/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp255 return getSectionForConstant(F.getParent()->getDataLayout(),
279 MCSection *TargetLoweringObjectFile::getSectionForConstant( function in class:TargetLoweringObjectFile
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp348 MCSection *TargetLoweringObjectFileELF::getSectionForConstant( function in class:TargetLoweringObjectFileELF
632 MCSection *TargetLoweringObjectFileMachO::getSectionForConstant( function in class:TargetLoweringObjectFileMachO

Completed in 383 milliseconds