Searched refs:IsGlobalInSmallSection (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/llvm/lib/Target/Hexagon/ |
| HD | HexagonTargetObjectFile.cpp | 53 bool HexagonTargetObjectFile::IsGlobalInSmallSection(const GlobalValue *GV, in IsGlobalInSmallSection() function in HexagonTargetObjectFile 63 return IsGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM)); in IsGlobalInSmallSection() 69 IsGlobalInSmallSection(const GlobalValue *GV, const TargetMachine &TM, in IsGlobalInSmallSection() function in HexagonTargetObjectFile 90 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind)) in SelectSectionForGlobal() 92 if (Kind.isDataNoRel() && IsGlobalInSmallSection(GV, TM, Kind)) in SelectSectionForGlobal()
|
| HD | HexagonTargetObjectFile.h | 27 bool IsGlobalInSmallSection(const GlobalValue *GV, 30 bool IsGlobalInSmallSection(const GlobalValue *GV,
|
| HD | HexagonISelLowering.cpp | 1241 if (TLOF->IsGlobalInSmallSection(GV, getTargetMachine())) { in LowerGLOBALADDRESS()
|
| /NextBSD/contrib/llvm/lib/Target/Mips/ |
| HD | MipsTargetObjectFile.cpp | 63 IsGlobalInSmallSection(const GlobalValue *GV, const TargetMachine &TM) const { in IsGlobalInSmallSection() function in MipsTargetObjectFile 70 return IsGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM)); in IsGlobalInSmallSection() 76 IsGlobalInSmallSection(const GlobalValue *GV, const TargetMachine &TM, in IsGlobalInSmallSection() function in MipsTargetObjectFile 121 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind)) in SelectSectionForGlobal() 123 if (Kind.isDataRel() && IsGlobalInSmallSection(GV, TM, Kind)) in SelectSectionForGlobal()
|
| HD | MipsTargetObjectFile.h | 27 bool IsGlobalInSmallSection(const GlobalValue *GV, const TargetMachine &TM, 29 bool IsGlobalInSmallSection(const GlobalValue *GV,
|
| HD | MipsISelLowering.cpp | 1681 if (TLOF->IsGlobalInSmallSection(GV, getTargetMachine())) in lowerGlobalAddress()
|