Searched refs:getFunctionList (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/VMCore/
H A DFunction.cpp153 getParent()->getFunctionList().remove(this);
157 getParent()->getFunctionList().erase(this);
180 ParentModule->getFunctionList().push_back(this);
/external/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp76 F->getParent()->getFunctionList().push_back(duplicateFunction);
H A DGlobalDCE.cpp127 M.getFunctionList().erase(DeadFunctions[i]);
H A DDeadArgumentElimination.cpp219 Fn.getParent()->getFunctionList().insert(&Fn, NF);
772 F->getParent()->getFunctionList().insert(F, NF);
H A DArgumentPromotion.cpp623 F->getParent()->getFunctionList().insert(F, NF);
/external/llvm/include/llvm/
H A DModule.h487 const FunctionListType &getFunctionList() const { return FunctionList; } function in class:llvm::Module
489 FunctionListType &getFunctionList() { return FunctionList; } function in class:llvm::Module
/external/llvm/lib/Analysis/IPA/
H A DCallGraph.cpp222 Mod->getFunctionList().remove(F);
/external/clang/lib/CodeGen/
H A DCGVTables.cpp252 CGM.getModule().getFunctionList().push_back(NewFn);
/external/llvm/lib/AsmParser/
H A DLLParser.cpp2742 M->getFunctionList().splice(M->end(), M->getFunctionList(), Fn);
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1961 const Module::FunctionListType &funcs = TheModule->getFunctionList();

Completed in 140 milliseconds