OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsGlobalInSmallSection
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp
55
///
IsGlobalInSmallSection
- Return true if this global value should be
57
bool HexagonTargetObjectFile::
IsGlobalInSmallSection
(const GlobalValue *GV,
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,
93
if (Kind.isBSS() &&
IsGlobalInSmallSection
(GV, TM, Kind))
95
if (Kind.isDataNoRel() &&
IsGlobalInSmallSection
(GV, TM, Kind))
/external/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp
64
bool MipsTargetObjectFile::
IsGlobalInSmallSection
(const GlobalValue *GV,
69
return
IsGlobalInSmallSection
(GV, TM, getKindForGlobal(GV, TM));
72
///
IsGlobalInSmallSection
- Return true if this global address should be
75
IsGlobalInSmallSection
(const GlobalValue *GV, const TargetMachine &TM,
111
if (Kind.isBSS() &&
IsGlobalInSmallSection
(GV, TM, Kind))
113
if (Kind.isDataNoRel() &&
IsGlobalInSmallSection
(GV, TM, Kind))
Completed in 68 milliseconds