OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsGlobalInSmallSectionImpl
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp
70
return
IsGlobalInSmallSectionImpl
(GV, TM);
80
return (
IsGlobalInSmallSectionImpl
(GV, TM) &&
88
IsGlobalInSmallSectionImpl
(const GlobalValue *GV,
MipsTargetObjectFile.h
31
bool
IsGlobalInSmallSectionImpl
(const GlobalValue *GV,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsTargetObjectFile.h
24
bool
IsGlobalInSmallSectionImpl
(const GlobalObject *GO,
MipsTargetObjectFile.cpp
76
return
IsGlobalInSmallSectionImpl
(GO, TM);
86
return
IsGlobalInSmallSectionImpl
(GO, TM) &&
95
IsGlobalInSmallSectionImpl
(const GlobalObject *GO,
Completed in 199 milliseconds