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.cpp805 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid); in ResolveTypeUID()
815 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid); in GetDynamicArrayInfoForUID()
1162 uint32_t oso_idx = GetOSOIndexFromUserID(func_id.GetID()); in ParseCallEdgesInFunction()
1385 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid); in GetDeclContextForUID()
1393 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid); in GetDeclContextContainingUID()
1401 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