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/include/llvm/CodeGen/
MachineRelocation.h
220
///
isGlobalValue
- Return true if this relocation is a GlobalValue, as
222
bool
isGlobalValue
() const {
281
assert((
isGlobalValue
() || isIndirectSymbol()) &&
/external/llvm/lib/Target/ARM/
ARMConstantPoolValue.h
79
bool
isGlobalValue
() const { return Kind == ARMCP::CPValue; }
157
return APV->
isGlobalValue
() || APV->isBlockAddress() || APV->isLSDA();
Completed in 38 milliseconds