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

/external/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.h24 /// IsGlobalInSmallSection - Return true if this global address should be
26 bool IsGlobalInSmallSection(const GlobalValue *GV,
29 bool IsGlobalInSmallSection(const GlobalValue *GV,
H A DHexagonTargetObjectFile.cpp55 /// IsGlobalInSmallSection - Return true if this global value should be
57 bool HexagonTargetObjectFile::IsGlobalInSmallSection(const GlobalValue *GV, function in class:HexagonTargetObjectFile
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, function in class:HexagonTargetObjectFile
94 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind))
96 if (Kind.isDataNoRel() && IsGlobalInSmallSection(GV, TM, Kind))
H A DHexagonISelLowering.cpp1027 if (TLOF.IsGlobalInSmallSection(GV, getTargetMachine())) {
/external/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.h25 /// IsGlobalInSmallSection - Return true if this global address should be
27 bool IsGlobalInSmallSection(const GlobalValue *GV,
29 bool IsGlobalInSmallSection(const GlobalValue *GV,
H A DMipsTargetObjectFile.cpp49 bool MipsTargetObjectFile::IsGlobalInSmallSection(const GlobalValue *GV, function in class:MipsTargetObjectFile
54 return IsGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM));
57 /// IsGlobalInSmallSection - Return true if this global address should be
60 IsGlobalInSmallSection(const GlobalValue *GV, const TargetMachine &TM, function in class:MipsTargetObjectFile
96 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind))
98 if (Kind.isDataNoRel() && IsGlobalInSmallSection(GV, TM, Kind))
H A DMipsISelLowering.cpp1584 if (TLOF.IsGlobalInSmallSection(GV, getTargetMachine())) {

Completed in 150 milliseconds