Home
last modified time | relevance | path

Searched refs:Dtors (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h182 llvm::DenseMap<CXXRecordDecl *, llvm::orc::ExecutorAddr> Dtors; variable
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp556 if (auto Dtor = Dtors.find(CXXRD); Dtor != Dtors.end()) in CompileDtorCall()
571 Dtors[CXXRD] = *AddrOrErr; in CompileDtorCall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2909 const llvm::TinyPtrVector<llvm::Function *> &Dtors = I.second; in unregisterGlobalDtorsWithUnAtExit() local
2910 auto itv = Dtors.rbegin(); in unregisterGlobalDtorsWithUnAtExit()
2911 while (itv != Dtors.rend()) { in unregisterGlobalDtorsWithUnAtExit()
2923 (itv + 1) != Dtors.rend() ? "unatexit.call" : "destruct.end"); in unregisterGlobalDtorsWithUnAtExit()
2964 const llvm::TinyPtrVector<llvm::Function *> &Dtors = I.second; in registerGlobalDtorsWithAtExit() local
2965 for (auto *Dtor : Dtors) { in registerGlobalDtorsWithAtExit()