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

  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp 89 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
99 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang,TM);
  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp 105 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
117 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang,TM);
  /external/llvm/lib/Target/PowerPC/
PPCTargetObjectFile.cpp 26 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
30 TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang, TM);
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 253 return SelectSectionForGlobal(GV, Kind, Mang, TM);
259 TargetLoweringObjectFile::SelectSectionForGlobal(const GlobalValue *GV,
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 237 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
524 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
755 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,

Completed in 438 milliseconds