Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDIERef.cpp21 const uint32_t oso_idx = debug_map->GetOSOIndexFromUserID(uid); in DIERef()
H A DSymbolFileDWARFDebugMap.cpp707 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid); in ResolveTypeUID()
717 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid); in GetDynamicArrayInfoForUID()
1085 uint32_t oso_idx = GetOSOIndexFromUserID(func_id.GetID()); in ParseCallEdgesInFunction()
1301 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid); in GetDeclContextForUID()
1310 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid); in GetDeclContextContainingUID()
H A DSymbolFileDWARFDebugMap.h192 static uint32_t GetOSOIndexFromUserID(lldb::user_id_t uid) { in GetOSOIndexFromUserID() function
H A DSymbolFileDWARF.cpp1330 debug_map->GetOSOIndexFromUserID(uid)); in GetDWARFForUID()
H A DDWARFASTParserClang.cpp1388 SymbolFileDWARFDebugMap::GetOSOIndexFromUserID( in ParseTypeFromDWARF()