Home
last modified time | relevance | path

Searched defs:oso_idx (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp339 const uint32_t oso_idx = oso_indexes[i]; in InitOSO() local
397 Module *SymbolFileDWARFDebugMap::GetModuleByOSOIndex(uint32_t oso_idx) { in GetModuleByOSOIndex()
491 bool SymbolFileDWARFDebugMap::GetFileSpecForSO(uint32_t oso_idx, in GetFileSpecForSO()
502 ObjectFile *SymbolFileDWARFDebugMap::GetObjectFileByOSOIndex(uint32_t oso_idx) { in GetObjectFileByOSOIndex()
543 SymbolFileDWARFDebugMap::GetSymbolFileByOSOIndex(uint32_t oso_idx) { in GetSymbolFileByOSOIndex()
787 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid); in ResolveTypeUID() local
797 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid); in GetDynamicArrayInfoForUID() local
839 uint32_t oso_idx = 0; in ResolveSymbolContext() local
906 uint32_t oso_idx; in PrivateFindGlobalVariables() local
1143 uint32_t oso_idx = GetOSOIndexFromUserID(func_id.GetID()); in ParseCallEdgesInFunction() local
[all …]
H A DSymbolFileDWARFDebugMap.h241 for (uint32_t oso_idx = 0, num_oso_idxs = m_compile_unit_infos.size(); in ForEachSymbolFile() local