Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp338 const uint32_t oso_idx = oso_indexes[i]; in InitOSO() local
394 Module *SymbolFileDWARFDebugMap::GetModuleByOSOIndex(uint32_t oso_idx) { in GetModuleByOSOIndex()
470 bool SymbolFileDWARFDebugMap::GetFileSpecForSO(uint32_t oso_idx, in GetFileSpecForSO()
481 ObjectFile *SymbolFileDWARFDebugMap::GetObjectFileByOSOIndex(uint32_t oso_idx) { in GetObjectFileByOSOIndex()
522 SymbolFileDWARFDebugMap::GetSymbolFileByOSOIndex(uint32_t oso_idx) { in GetSymbolFileByOSOIndex()
732 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid); in ResolveTypeUID() local
742 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid); in GetDynamicArrayInfoForUID() local
784 uint32_t oso_idx = 0; in ResolveSymbolContext() local
842 uint32_t oso_idx; in PrivateFindGlobalVariables() local
1084 uint32_t oso_idx = GetOSOIndexFromUserID(func_id.GetID()); in ParseCallEdgesInFunction() local
[all …]
DSymbolFileDWARFDebugMap.h232 for (uint32_t oso_idx = 0, num_oso_idxs = m_compile_unit_infos.size(); in ForEachSymbolFile() local