Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp512 std::vector<const char *> exception_names; in CreateExceptionResolver() local
513 exception_names.reserve(4); in CreateExceptionResolver()
515 exception_names.push_back(g_catch_name); in CreateExceptionResolver()
518 exception_names.push_back(g_throw_name1); in CreateExceptionResolver()
519 exception_names.push_back(g_throw_name2); in CreateExceptionResolver()
523 exception_names.push_back(g_exception_throw_name); in CreateExceptionResolver()
526 bkpt, exception_names.data(), exception_names.size(), in CreateExceptionResolver()