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

  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp 55 /// IsGlobalInSmallSection - Return true if this global value should be
57 bool HexagonTargetObjectFile::IsGlobalInSmallSection(const GlobalValue *GV,
67 return IsGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM));
70 /// IsGlobalInSmallSection - Return true if this global value should be
73 IsGlobalInSmallSection(const GlobalValue *GV, const TargetMachine &TM,
94 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind))
96 if (Kind.isDataNoRel() && IsGlobalInSmallSection(GV, TM, Kind))
  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp 49 bool MipsTargetObjectFile::IsGlobalInSmallSection(const GlobalValue *GV,
54 return IsGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM));
57 /// IsGlobalInSmallSection - Return true if this global address should be
60 IsGlobalInSmallSection(const GlobalValue *GV, const TargetMachine &TM,
96 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind))
98 if (Kind.isDataNoRel() && IsGlobalInSmallSection(GV, TM, Kind))

Completed in 583 milliseconds