OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isSymbol
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp
193
bool ResolveInfo::
isSymbol
() const
/external/llvm/include/llvm/CodeGen/
MachineOperand.h
243
///
isSymbol
- Tests if this is a MO_ExternalSymbol operand.
244
bool
isSymbol
() const { return OpKind == MO_ExternalSymbol; }
446
assert((isGlobal() ||
isSymbol
() || isCPI() || isTargetIndex() ||
453
assert(
isSymbol
() && "Wrong MachineOperand accessor");
494
assert((isGlobal() ||
isSymbol
() || isCPI() || isTargetIndex() ||
Completed in 841 milliseconds