OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isGlobalValue
(Results
1 - 6
of
6
) 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
100
bool
isGlobalValue
() const { return Kind == ARMCP::CPValue; }
178
return APV->
isGlobalValue
() || APV->isBlockAddress() || APV->isLSDA();
ARMAsmPrinter.cpp
[
all
...]
ARMCodeEmitter.cpp
639
assert(ACPV->
isGlobalValue
() && "unsupported constant pool value");
[
all
...]
ARMBaseInstrInfo.cpp
[
all
...]
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
845
} else if (MR.
isGlobalValue
()) {
[
all
...]
Completed in 1098 milliseconds