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
)
115
IRStaticDestructorRunners
.emplace_back(std::move(DtorNames), H);
158
std::vector<orc::CtorDtorRunner<CODLayerT>>
IRStaticDestructorRunners
;
/external/llvm/lib/ExecutionEngine/Orc/
OrcCBindingsStack.h
105
for (auto &DtorRunner :
IRStaticDestructorRunners
)
208
IRStaticDestructorRunners
.emplace_back(std::move(DtorNames), H);
277
std::vector<orc::CtorDtorRunner<OrcCBindingsStack>>
IRStaticDestructorRunners
;
Completed in 3045 milliseconds