Searched refs:CallLocalDtor (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGClass.cpp | 2526 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 D | DemangleTestCases.inc | 2891 {"_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"},
|