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

  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetObjectFile.cpp 23 MCSection *AMDGPUTargetObjectFile::SelectSectionForGlobal(const GlobalValue *GV,
30 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang, TM);
  /external/llvm/lib/Target/AVR/
AVRTargetObjectFile.cpp 29 AVRTargetObjectFile::SelectSectionForGlobal(const GlobalValue *GV,
38 return Base::SelectSectionForGlobal(GV, Kind, Mang, TM);
  /external/llvm/lib/Target/PowerPC/
PPCTargetObjectFile.cpp 25 MCSection *PPC64LinuxTargetObjectFile::SelectSectionForGlobal(
49 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind,
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeTargetObjectFile.cpp 77 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
89 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang,TM);
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsTargetObjectFile.cpp 89 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
101 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang,TM);
  /external/llvm/lib/Target/Lanai/
LanaiTargetObjectFile.cpp 94 LanaiTargetObjectFile::SelectSectionForGlobal(const GlobalValue *GV,
104 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang,
  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp 117 MipsTargetObjectFile::SelectSectionForGlobal(const GlobalValue *GV,
130 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang,TM);
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 112 XCoreTargetObjectFile::SelectSectionForGlobal(const GlobalValue *GV,
  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp 104 MCSection *HexagonTargetObjectFile::SelectSectionForGlobal(
107 TRACE("[SelectSectionForGlobal] GV(" << GV->getName() << ") ");
133 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind,
389 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind,
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetLoweringObjectFile.cpp 259 return SelectSectionForGlobal(GV, Kind, Mang, TM);
265 TargetLoweringObjectFile::SelectSectionForGlobal(const GlobalValue *GV,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 207 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
391 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
604 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 312 MCSection *TargetLoweringObjectFileELF::SelectSectionForGlobal(
586 MCSection *TargetLoweringObjectFileMachO::SelectSectionForGlobal(
928 MCSection *TargetLoweringObjectFileCOFF::SelectSectionForGlobal(
    [all...]

Completed in 2020 milliseconds