OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isGlobalValue
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp
40
bool
isGlobalValue
(unsigned ID) const {
150
bool
IsGlobalValue
= OM.
isGlobalValue
(ID);
166
if (OM.
isGlobalValue
(LID) && OM.
isGlobalValue
(RID))
172
if (!
IsGlobalValue
) // GlobalValue uses don't get reversed.
178
if (!
IsGlobalValue
) // GlobalValue uses don't get reversed.
186
if (!
IsGlobalValue
) // GlobalValue uses don't get reversed.
/external/llvm/lib/Target/ARM/
ARMConstantPoolValue.h
99
bool
isGlobalValue
() const { return Kind == ARMCP::CPValue; }
175
return APV->
isGlobalValue
() || APV->isBlockAddress() || APV->isLSDA();
Completed in 68 milliseconds