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

  /external/llvm/lib/Target/Lanai/
LanaiTargetObjectFile.cpp 114 MCSection *LanaiTargetObjectFile::getSectionForConstant(const DataLayout &DL,
122 return TargetLoweringObjectFileELF::getSectionForConstant(DL, Kind, C, Align);
  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp 143 MCSection *MipsTargetObjectFile::getSectionForConstant(const DataLayout &DL,
151 return TargetLoweringObjectFileELF::getSectionForConstant(DL, Kind, C, Align);
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 148 MCSection *XCoreTargetObjectFile::getSectionForConstant(const DataLayout &DL,
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 248 return getSectionForConstant(F.getParent()->getDataLayout(),
273 MCSection *TargetLoweringObjectFile::getSectionForConstant(
  /external/llvm/lib/Target/X86/
X86TargetObjectFile.cpp 133 MCSection *X86WindowsTargetObjectFile::getSectionForConstant(
169 return TargetLoweringObjectFile::getSectionForConstant(DL, Kind, C, Align);
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetLoweringObjectFile.cpp 283 /// getSectionForConstant - Given a mergable constant with the
287 TargetLoweringObjectFile::getSectionForConstant(SectionKind Kind) const {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 297 /// getSectionForConstant - Given a mergeable constant with the
301 getSectionForConstant(SectionKind Kind) const {
455 TargetLoweringObjectFileMachO::getSectionForConstant(SectionKind Kind) const {
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 355 MCSection *TargetLoweringObjectFileELF::getSectionForConstant(
655 MCSection *TargetLoweringObjectFileMachO::getSectionForConstant(
    [all...]

Completed in 266 milliseconds