Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp184 llvm::Error ItaniumABILanguageRuntime::TypeHasVTable(CompilerType type) { in TypeHasVTable() function in ItaniumABILanguageRuntime
223 if (llvm::Error err = TypeHasVTable(type)) in GetVTableInfo()