HomeSort by relevance Sort by last modified time
    Searched defs:SelectSectionForGlobal (Results 1 - 7 of 7) 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);
71 MCSection *AMDGPUHSATargetObjectFile::SelectSectionForGlobal(
86 return AMDGPUTargetObjectFile::SelectSectionForGlobal(GV, Kind, Mang, TM);
  /external/llvm/lib/Target/PowerPC/
PPCTargetObjectFile.cpp 25 MCSection *PPC64LinuxTargetObjectFile::SelectSectionForGlobal(
49 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind,
  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp 86 HexagonTargetObjectFile::SelectSectionForGlobal(const GlobalValue *GV,
97 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang,TM);
  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp 115 MipsTargetObjectFile::SelectSectionForGlobal(const GlobalValue *GV,
128 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang,TM);
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 112 XCoreTargetObjectFile::SelectSectionForGlobal(const GlobalValue *GV,
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 305 MCSection *TargetLoweringObjectFileELF::SelectSectionForGlobal(
563 MCSection *TargetLoweringObjectFileMachO::SelectSectionForGlobal(
906 MCSection *TargetLoweringObjectFileCOFF::SelectSectionForGlobal(
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]

Completed in 1207 milliseconds