Searched refs:IsGlobalInSmallSection (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.h25 /// IsGlobalInSmallSection - Return true if this global address should be
27 bool IsGlobalInSmallSection(const GlobalValue *GV,
30 bool IsGlobalInSmallSection(const GlobalValue *GV,
H A DHexagonTargetObjectFile.cpp51 /// IsGlobalInSmallSection - Return true if this global value should be
53 bool HexagonTargetObjectFile::IsGlobalInSmallSection(const GlobalValue *GV, function in class:HexagonTargetObjectFile
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, function in class:HexagonTargetObjectFile
91 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind))
93 if (Kind.isData() && IsGlobalInSmallSection(GV, TM, Kind))
H A DHexagonISelLowering.cpp1464 if (HLOF.IsGlobalInSmallSection(GV, HTM))
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.h27 bool IsGlobalInSmallSection(const GlobalValue *GV, const TargetMachine &TM,
29 bool IsGlobalInSmallSection(const GlobalValue *GV,
H A DMipsTargetObjectFile.cpp63 IsGlobalInSmallSection(const GlobalValue *GV, const TargetMachine &TM) const { function in class:MipsTargetObjectFile
70 return IsGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM));
76 IsGlobalInSmallSection(const GlobalValue *GV, const TargetMachine &TM, function in class:MipsTargetObjectFile
122 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind))
124 if (Kind.isData() && IsGlobalInSmallSection(GV, TM, Kind))
H A DMipsISelLowering.cpp1674 if (TLOF->IsGlobalInSmallSection(GV, getTargetMachine()))

Completed in 127 milliseconds