Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp732 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid); in ResolveTypeUID()
742 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid); in GetDynamicArrayInfoForUID()
1084 uint32_t oso_idx = GetOSOIndexFromUserID(func_id.GetID()); in ParseCallEdgesInFunction()
1305 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid); in GetDeclContextForUID()
1314 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid); in GetDeclContextContainingUID()
DSymbolFileDWARFDebugMap.h196 static uint32_t GetOSOIndexFromUserID(lldb::user_id_t uid) { in GetOSOIndexFromUserID() function
DSymbolFileDWARF.cpp1290 debug_map->GetOSOIndexFromUserID(uid)); in DecodeUID()