Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp427 std::vector<const char *> exception_names; in CreateExceptionResolver() local
428 exception_names.reserve(4); in CreateExceptionResolver()
430 exception_names.push_back(g_catch_name); in CreateExceptionResolver()
433 exception_names.push_back(g_throw_name1); in CreateExceptionResolver()
434 exception_names.push_back(g_throw_name2); in CreateExceptionResolver()
438 exception_names.push_back(g_exception_throw_name); in CreateExceptionResolver()
441 bkpt, exception_names.data(), exception_names.size(), in CreateExceptionResolver()