HomeSort by relevance Sort by last modified time
    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