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

/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
H A DCBackend.cpp1580 /// the StaticTors set.
1581 static void FindStaticTors(GlobalVariable *GV, std::set<Function*> &StaticTors){ argument
1596 StaticTors.insert(F);

Completed in 98 milliseconds