Home
last modified time | relevance | path

Searched refs:IsGlobalInSmallSection (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp71 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 DMipsTargetObjectFile.h22 bool IsGlobalInSmallSection(const GlobalObject *GO, const TargetMachine &TM,
32 bool IsGlobalInSmallSection(const GlobalObject *GO,
H A DMipsISelLowering.cpp1955 if (GO && TLOF->IsGlobalInSmallSection(GO, getTargetMachine())) in lowerGlobalAddress()