Searched refs:Dtors (Results 1 – 3 of 3) sorted by relevance
36 if (auto Dtor = Dtors.find(CXXRD); Dtor != Dtors.end()) in CompileDtorCall()51 Dtors[CXXRD] = *AddrOrErr; in CompileDtorCall()
198 llvm::DenseMap<CXXRecordDecl *, llvm::orc::ExecutorAddr> Dtors; variable
2937 const llvm::TinyPtrVector<llvm::Function *> &Dtors = I.second; in unregisterGlobalDtorsWithUnAtExit() local2938 auto itv = Dtors.rbegin(); in unregisterGlobalDtorsWithUnAtExit()2939 while (itv != Dtors.rend()) { in unregisterGlobalDtorsWithUnAtExit()2951 (itv + 1) != Dtors.rend() ? "unatexit.call" : "destruct.end"); in unregisterGlobalDtorsWithUnAtExit()2992 const llvm::TinyPtrVector<llvm::Function *> &Dtors = I.second; in registerGlobalDtorsWithAtExit() local2993 for (auto *Dtor : Dtors) { in registerGlobalDtorsWithAtExit()