Home
last modified time | relevance | path

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

/external/llvm/tools/lli/
DOrcLazyJIT.h72 std::vector<std::string> CtorNames, DtorNames; in addModule() local
76 DtorNames.push_back(mangle(Dtor.Func->getName())); in addModule()
113 IRStaticDestructorRunners.emplace_back(std::move(DtorNames), H); in addModule()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h176 std::vector<std::string> CtorNames, DtorNames; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() local
180 DtorNames.push_back(mangle(Dtor.Func->getName())); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
198 IRStaticDestructorRunners.emplace_back(std::move(DtorNames), H); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()