Searched refs:IsGlobalInSmallSectionImpl (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 70 return IsGlobalInSmallSectionImpl(GV, TM); in IsGlobalInSmallSection() 80 return (IsGlobalInSmallSectionImpl(GV, TM) && in IsGlobalInSmallSection() 88 IsGlobalInSmallSectionImpl(const GlobalValue *GV, in IsGlobalInSmallSectionImpl() function in MipsTargetObjectFile
|
D | MipsTargetObjectFile.h | 31 bool IsGlobalInSmallSectionImpl(const GlobalValue *GV,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 76 return IsGlobalInSmallSectionImpl(GO, TM); in IsGlobalInSmallSection() 86 return IsGlobalInSmallSectionImpl(GO, TM) && in IsGlobalInSmallSection() 95 IsGlobalInSmallSectionImpl(const GlobalObject *GO, in IsGlobalInSmallSectionImpl() function in MipsTargetObjectFile
|
D | MipsTargetObjectFile.h | 23 bool IsGlobalInSmallSectionImpl(const GlobalObject *GO,
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 75 return IsGlobalInSmallSectionImpl(GO, TM); in IsGlobalInSmallSection() 85 return IsGlobalInSmallSectionImpl(GO, TM) && in IsGlobalInSmallSection() 94 IsGlobalInSmallSectionImpl(const GlobalObject *GO, in IsGlobalInSmallSectionImpl() function in MipsTargetObjectFile
|
D | MipsTargetObjectFile.h | 23 bool IsGlobalInSmallSectionImpl(const GlobalObject *GO,
|