Home
last modified time | relevance | path

Searched refs:CtorDtorsByPriority (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp146 CtorDtorsByPriority[CtorDtor.Priority].push_back( in add()
156 for (auto &KV : CtorDtorsByPriority) { in run()
165 for (auto &KV : CtorDtorsByPriority) { in run()
177 CtorDtorsByPriority.clear(); in run()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DExecutionUtils.h183 CtorDtorPriorityMap CtorDtorsByPriority; variable