HomeSort by relevance Sort by last modified time
    Searched defs:getSectionForConstant (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp 140 getSectionForConstant(SectionKind Kind, const Constant *C) const {
145 return TargetLoweringObjectFileELF::getSectionForConstant(Kind, C);
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 145 XCoreTargetObjectFile::getSectionForConstant(SectionKind Kind,
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 275 return getSectionForConstant(SectionKind::getReadOnly(), /*C=*/nullptr);
296 /// getSectionForConstant - Given a mergable constant with the
300 TargetLoweringObjectFile::getSectionForConstant(SectionKind Kind,
  /external/llvm/lib/Target/X86/
X86TargetObjectFile.cpp 153 X86WindowsTargetObjectFile::getSectionForConstant(SectionKind Kind,
182 return TargetLoweringObjectFile::getSectionForConstant(Kind, C);
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 352 /// getSectionForConstant - Given a mergeable constant with the
356 TargetLoweringObjectFileELF::getSectionForConstant(SectionKind Kind,
653 TargetLoweringObjectFileMachO::getSectionForConstant(SectionKind Kind,
    [all...]

Completed in 346 milliseconds