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 51 /// IsGlobalInSmallSection - Return true if this global value should be
53 bool HexagonTargetObjectFile::IsGlobalInSmallSection(const GlobalValue *GV,
63 return IsGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM));
66 /// IsGlobalInSmallSection - Return true if this global value should be
69 IsGlobalInSmallSection(const GlobalValue *GV, const TargetMachine &TM,
91 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind))
93 if (Kind.isData() && IsGlobalInSmallSection(GV, TM, Kind))
  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp 63 IsGlobalInSmallSection(const GlobalValue *GV, const TargetMachine &TM) const {
70 return IsGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM));
76 IsGlobalInSmallSection(const GlobalValue *GV, const TargetMachine &TM,
122 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind))
124 if (Kind.isData() && IsGlobalInSmallSection(GV, TM, Kind))

Completed in 95 milliseconds