OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GVAddress
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
215
void *getGlobalValueIndirectSym(GlobalValue *V, void *
GVAddress
);
586
void *JITResolver::getGlobalValueIndirectSym(GlobalValue *GV, void *
GVAddress
) {
594
IndirectSym = TheJIT->getJITInfo().emitGlobalValueIndirectSym(GV,
GVAddress
,
742
void *
GVAddress
= getPointerToGlobal(V, Reference, false);
743
void *StubAddr = Resolver.getGlobalValueIndirectSym(V,
GVAddress
);
[
all
...]
/frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp
[
all
...]
Completed in 191 milliseconds