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

/external/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp140 getSectionForConstant(SectionKind Kind, const Constant *C) const { function in class:MipsTargetObjectFile
145 return TargetLoweringObjectFileELF::getSectionForConstant(Kind, C);
/external/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp145 XCoreTargetObjectFile::getSectionForConstant(SectionKind Kind, function in class:XCoreTargetObjectFile
/external/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp275 return getSectionForConstant(SectionKind::getReadOnly(), /*C=*/nullptr);
296 /// getSectionForConstant - Given a mergable constant with the
300 TargetLoweringObjectFile::getSectionForConstant(SectionKind Kind, function in class:TargetLoweringObjectFile
/external/llvm/lib/Target/X86/
H A DX86TargetObjectFile.cpp153 X86WindowsTargetObjectFile::getSectionForConstant(SectionKind Kind, function in class:X86WindowsTargetObjectFile
182 return TargetLoweringObjectFile::getSectionForConstant(Kind, C);
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp352 /// getSectionForConstant - Given a mergeable constant with the
356 TargetLoweringObjectFileELF::getSectionForConstant(SectionKind Kind, function in class:TargetLoweringObjectFileELF
653 TargetLoweringObjectFileMachO::getSectionForConstant(SectionKind Kind, function in class:TargetLoweringObjectFileMachO

Completed in 183 milliseconds