OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:updateglobalmapping
(Results
1 - 4
of
4
) sorted by null
/external/llvm/unittests/ExecutionEngine/
ExecutionEngineTest.cpp
50
Engine->
updateGlobalMapping
(G1, &Mem2);
52
Engine->
updateGlobalMapping
(G1, nullptr);
54
Engine->
updateGlobalMapping
(G1, &Mem2);
61
<< "
updateGlobalMapping
(..., NULL)";
63
Engine->
updateGlobalMapping
(G2, &Mem1);
77
Engine->
updateGlobalMapping
(G1, &Mem2);
83
Engine->
updateGlobalMapping
(G2, &Mem1);
86
Engine->
updateGlobalMapping
(G1, nullptr);
90
Engine->
updateGlobalMapping
(G2, &Mem2);
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
538
TheJIT->
updateGlobalMapping
(F, Stub);
797
TheJIT->
updateGlobalMapping
(F.getFunction(), CurBufferPtr);
[
all
...]
/external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
345
///
updateGlobalMapping
- Replace an existing mapping for GV with a new
349
void *
updateGlobalMapping
(const GlobalValue *GV, void *Addr);
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
203
void *ExecutionEngine::
updateGlobalMapping
(const GlobalValue *GV, void *Addr) {
[
all
...]
Completed in 211 milliseconds