Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterValuePrinter.cpp36 if (auto Dtor = Dtors.find(CXXRD); Dtor != Dtors.end()) in CompileDtorCall()
51 Dtors[CXXRD] = *AddrOrErr; in CompileDtorCall()
/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h198 llvm::DenseMap<CXXRecordDecl *, llvm::orc::ExecutorAddr> Dtors; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2937 const llvm::TinyPtrVector<llvm::Function *> &Dtors = I.second; in unregisterGlobalDtorsWithUnAtExit() local
2938 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() local
2993 for (auto *Dtor : Dtors) { in registerGlobalDtorsWithAtExit()