Home
last modified time | relevance | path

Searched refs:DtorNames (Results 1 – 4 of 4) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h271 std::vector<std::string> CtorNames, DtorNames; in addModule() local
287 DtorNames.push_back(mangle(NewDtorName)); in addModule()
294 UnexecutedDestructors[K] = std::move(DtorNames); in addModule()
DOrcCBindingsStack.h309 std::vector<std::string> CtorNames, DtorNames; in addIRModule() local
313 DtorNames.push_back(mangle(Dtor.Func->getName())); in addIRModule()
331 IRStaticDestructorRunners.emplace_back(std::move(DtorNames), RetKey); in addIRModule()