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

  /external/llvm/lib/Target/MBlaze/
MBlazeTargetObjectFile.cpp 77 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
89 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang,TM);
  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp 83 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
93 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/
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,
757 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,

Completed in 523 milliseconds