Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.h108 TypeAndOrName GetDynamicTypeInfo(const lldb_private::Address &vtable_addr);
DItaniumABILanguageRuntime.cpp67 TypeAndOrName type_info = GetDynamicTypeInfo(vtable_addr); in GetTypeInfoFromVTableAddress()
601 TypeAndOrName ItaniumABILanguageRuntime::GetDynamicTypeInfo( in GetDynamicTypeInfo() function in ItaniumABILanguageRuntime