OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPendingFunctions
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp
629
while (!jitstate->
getPendingFunctions
(locked).empty()) {
630
Function *PF = jitstate->
getPendingFunctions
(locked).back();
631
jitstate->
getPendingFunctions
(locked).pop_back();
844
jitstate->
getPendingFunctions
(locked).push_back(F);
JIT.h
47
std::vector<AssertingVH<Function> > &
getPendingFunctions
(const MutexGuard &L){
Completed in 643 milliseconds