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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp732 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid);
742 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid);
1084 uint32_t oso_idx = GetOSOIndexFromUserID(func_id.GetID());
1305 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid);
1314 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid);
H A DSymbolFileDWARFDebugMap.h196 static uint32_t GetOSOIndexFromUserID(lldb::user_id_t uid) { function in class:SymbolFileDWARFDebugMap
H A DSymbolFileDWARF.cpp1289 debug_map->GetOSOIndexFromUserID(uid));

Completed in 108 milliseconds