Searched refs:getPendingFunctions (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.cpp628 while (!jitstate->getPendingFunctions(locked).empty()) {
629 Function *PF = jitstate->getPendingFunctions(locked).back();
630 jitstate->getPendingFunctions(locked).pop_back();
843 jitstate->getPendingFunctions(locked).push_back(F);
H A DJIT.h47 std::vector<AssertingVH<Function> > &getPendingFunctions(const MutexGuard &L){ function in class:llvm::JITState

Completed in 35 milliseconds