OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndirectSym
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
590
void *&
IndirectSym
= state.getGlobalToIndirectSymMap(locked)[GV];
591
if (
IndirectSym
) return
IndirectSym
;
594
IndirectSym
= TheJIT->getJITInfo().emitGlobalValueIndirectSym(GV, GVAddress,
597
DEBUG(dbgs() << "JIT: Indirect symbol emitted at [" <<
IndirectSym
600
return
IndirectSym
;
[
all
...]
/frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp
[
all
...]
Completed in 36 milliseconds