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

  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.h 24 /// IsGlobalInSmallSection - Return true if this global address should be
26 bool IsGlobalInSmallSection(const GlobalValue *GV,
29 bool IsGlobalInSmallSection(const GlobalValue *GV,
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,
93 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind))
95 if (Kind.isDataNoRel() && IsGlobalInSmallSection(GV, TM, Kind))
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.h 26 /// IsGlobalInSmallSection - Return true if this global address should be
28 bool IsGlobalInSmallSection(const GlobalValue *GV,
30 bool IsGlobalInSmallSection(const GlobalValue *GV,
MipsTargetObjectFile.cpp 64 bool MipsTargetObjectFile::IsGlobalInSmallSection(const GlobalValue *GV,
69 return IsGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM));
72 /// IsGlobalInSmallSection - Return true if this global address should be
75 IsGlobalInSmallSection(const GlobalValue *GV, const TargetMachine &TM,
111 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind))
113 if (Kind.isDataNoRel() && IsGlobalInSmallSection(GV, TM, Kind))
MipsISelLowering.cpp     [all...]

Completed in 124 milliseconds