HomeSort by relevance Sort by last modified time
    Searched defs:SelectSectionForGlobal (Results 1 - 4 of 4) 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/Mips/
MipsTargetObjectFile.cpp 89 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
101 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang,TM);
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 259 return SelectSectionForGlobal(GV, Kind, Mang, TM);
265 TargetLoweringObjectFile::SelectSectionForGlobal(const GlobalValue *GV,
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 207 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
391 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
600 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,

Completed in 594 milliseconds