OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IRStaticDestructorRunners
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/lli/
OrcLazyJIT.h
61
for (auto &DtorRunner :
IRStaticDestructorRunners
)
113
IRStaticDestructorRunners
.emplace_back(std::move(DtorNames), H);
156
std::vector<orc::CtorDtorRunner<CODLayerT>>
IRStaticDestructorRunners
;
/external/llvm/lib/ExecutionEngine/Orc/
OrcCBindingsStack.h
98
for (auto &DtorRunner :
IRStaticDestructorRunners
)
198
IRStaticDestructorRunners
.emplace_back(std::move(DtorNames), H);
281
std::vector<orc::CtorDtorRunner<OrcCBindingsStack>>
IRStaticDestructorRunners
;
Completed in 45 milliseconds