Searched refs:IsGlobalInSmallSection (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsTargetObjectFile.cpp | 71 bool MipsTargetObjectFile::IsGlobalInSmallSection( in IsGlobalInSmallSection() function in MipsTargetObjectFile 79 return IsGlobalInSmallSection(GO, TM, getKindForGlobal(GO, TM)); in IsGlobalInSmallSection() 85 IsGlobalInSmallSection(const GlobalObject *GO, const TargetMachine &TM, in IsGlobalInSmallSection() function in MipsTargetObjectFile 157 if (Kind.isBSS() && IsGlobalInSmallSection(GO, TM, Kind)) in SelectSectionForGlobal() 159 if (Kind.isData() && IsGlobalInSmallSection(GO, TM, Kind)) in SelectSectionForGlobal() 161 if (Kind.isReadOnly() && IsGlobalInSmallSection(GO, TM, Kind)) in SelectSectionForGlobal()
|
| H A D | MipsTargetObjectFile.h | 22 bool IsGlobalInSmallSection(const GlobalObject *GO, const TargetMachine &TM, 32 bool IsGlobalInSmallSection(const GlobalObject *GO,
|
| H A D | MipsISelLowering.cpp | 1955 if (GO && TLOF->IsGlobalInSmallSection(GO, getTargetMachine())) in lowerGlobalAddress()
|