Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp2526 struct CallLocalDtor final : EHScopeStack::Cleanup { struct
2531 CallLocalDtor(const CXXDestructorDecl *D, Address Addr, QualType Ty) in CallLocalDtor() argument
2544 EHStack.pushCleanup<CallLocalDtor>(NormalAndEHCleanup, D, Addr, T); in PushDestructorCleanup()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc2891 {"_ZN12_GLOBAL__N_113CallLocalDtorD1Ev", "(anonymous namespace)::CallLocalDtor::~CallLocalDtor()"},
2892 {"_ZN12_GLOBAL__N_113CallLocalDtorD0Ev", "(anonymous namespace)::CallLocalDtor::~CallLocalDtor()"},
2893 …or4EmitERN5clang7CodeGen15CodeGenFunctionEb", "(anonymous namespace)::CallLocalDtor::Emit(clang::C…
25064 {"_ZTVN12_GLOBAL__N_113CallLocalDtorE", "vtable for (anonymous namespace)::CallLocalDtor"},