Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp787 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid); in ResolveTypeUID()
797 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid); in GetDynamicArrayInfoForUID()
1143 uint32_t oso_idx = GetOSOIndexFromUserID(func_id.GetID()); in ParseCallEdgesInFunction()
1378 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid); in GetDeclContextForUID()
1386 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid); in GetDeclContextContainingUID()
1394 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid); in GetCompilerContextForUID()
H A DSymbolFileDWARFDebugMap.h204 static uint32_t GetOSOIndexFromUserID(lldb::user_id_t uid) { in GetOSOIndexFromUserID() function