Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h106 TypeAndOrName GetDynamicTypeInfo(const lldb_private::Address &vtable_addr);
H A DItaniumABILanguageRuntime.cpp65 TypeAndOrName type_info = GetDynamicTypeInfo(vtable_addr); in GetTypeInfoFromVTableAddress()
613 TypeAndOrName ItaniumABILanguageRuntime::GetDynamicTypeInfo( in GetDynamicTypeInfo() function in ItaniumABILanguageRuntime