Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.h193 GetOSOIndexFromUserID (lldb::user_id_t uid) in GetOSOIndexFromUserID() function
DSymbolFileDWARFDebugMap.cpp776 const uint64_t oso_idx = GetOSOIndexFromUserID (type_uid); in ResolveTypeUID()
1448 const uint64_t oso_idx = GetOSOIndexFromUserID (type_uid); in GetClangDeclContextContainingTypeUID()
1458 const uint64_t oso_idx = GetOSOIndexFromUserID (type_uid); in GetClangDeclContextForTypeUID()
DSymbolFileDWARF.cpp6593 …bug_map_symfile->GetSymbolFileByOSOIndex(SymbolFileDWARFDebugMap::GetOSOIndexFromUserID(class_type… in ParseType()