OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_stubir
(Results
1 - 1
of
1
) sorted by null
/external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp
643
Function *
get_stubIR
= M->getFunction("get_stub");
645
(intptr_t)TheJIT->getPointerToFunction(
get_stubIR
));
647
// Now
get_stubIR
is the only reference to stubbed's stub.
648
get_stubIR
->eraseFromParent();
Completed in 234 milliseconds