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

/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2177 /// ParseGlobalCtors - Given a llvm.global_ctors list that we can understand,
2179 static std::vector<Function*> ParseGlobalCtors(GlobalVariable *GV) { function
2904 std::vector<Function*> Ctors = ParseGlobalCtors(GCL);

Completed in 125 milliseconds