Home
last modified time | relevance | path

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

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