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

/freebsd-11.0-release/contrib/llvm/tools/bugpoint/
H A DExtractFunction.cpp224 /// GetTorInit - Given a list of entries for static ctors/dtors, return them
226 static Constant *GetTorInit(std::vector<std::pair<Function*, int> > &TorList) { function
287 Constant *M1Init = GetTorInit(M1Tors);
299 Constant *M2Init = GetTorInit(M2Tors);

Completed in 54 milliseconds