OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isGlobalValue
(Results
1 - 13
of
13
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMConstantPoolValue.h
79
bool
isGlobalValue
() const { return Kind == ARMCP::CPValue; }
159
return APV->
isGlobalValue
() || APV->isBlockAddress() || APV->isLSDA();
ARMCodeEmitter.cpp
638
assert(ACPV->
isGlobalValue
() && "unsupported constant pool value");
[
all
...]
ARMAsmPrinter.cpp
857
} else if (ACPV->
isGlobalValue
()) {
[
all
...]
ARMBaseInstrInfo.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMConstantPoolValue.h
100
bool
isGlobalValue
() const { return Kind == ARMCP::CPValue; }
176
return APV->
isGlobalValue
() || APV->isBlockAddress() || APV->isLSDA();
ARMAsmPrinter.cpp
[
all
...]
ARMBaseInstrInfo.cpp
[
all
...]
/external/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/CodeGen/
ELF.h
53
bool
isGlobalValue
() const { return SourceType == isGV; }
ELFCodeEmitter.cpp
106
if (MR.
isGlobalValue
()) {
ELFWriter.cpp
314
assert(GblSym->
isGlobalValue
() && "Symbol must be a global value");
789
if (MR.
isGlobalValue
()) {
[
all
...]
/external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp
40
bool
isGlobalValue
(unsigned ID) const {
155
bool
IsGlobalValue
= OM.
isGlobalValue
(ID);
171
if (OM.
isGlobalValue
(LID) && OM.
isGlobalValue
(RID))
177
if (!
IsGlobalValue
) // GlobalValue uses don't get reversed.
183
if (!
IsGlobalValue
) // GlobalValue uses don't get reversed.
191
if (!
IsGlobalValue
) // GlobalValue uses don't get reversed.
[
all
...]
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp
855
} else if (MR.
isGlobalValue
()) {
[
all
...]
Completed in 2037 milliseconds