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
476
while (!jitstate->
getPendingFunctions
().empty()) {
477
Function *PF = jitstate->
getPendingFunctions
().back();
478
jitstate->
getPendingFunctions
().pop_back();
691
jitstate->
getPendingFunctions
().push_back(F);
JIT.h
47
std::vector<AssertingVH<Function> > &
getPendingFunctions
() {
Completed in 587 milliseconds