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

/external/swiftshader/third_party/LLVM/tools/bugpoint/
H A DExtractFunction.cpp171 /// GetTorInit - Given a list of entries for static ctors/dtors, return them
173 static Constant *GetTorInit(std::vector<std::pair<Function*, int> > &TorList) { function
234 Constant *M1Init = GetTorInit(M1Tors);
246 Constant *M2Init = GetTorInit(M2Tors);
/external/llvm/tools/bugpoint/
H A DExtractFunction.cpp226 /// GetTorInit - Given a list of entries for static ctors/dtors, return them
228 static Constant *GetTorInit(std::vector<std::pair<Function*, int> > &TorList) { function
289 Constant *M1Init = GetTorInit(M1Tors);
301 Constant *M2Init = GetTorInit(M2Tors);

Completed in 84 milliseconds