Searched refs:GetCompileUnitAtIndex (Results 1 – 16 of 16) sorted by relevance
174 GetCompileUnitAtIndex (uint32_t);421 return self.sbmodule.GetCompileUnitAtIndex(key)425 comp_unit = self.sbmodule.GetCompileUnitAtIndex(idx)435 comp_unit = self.sbmodule.GetCompileUnitAtIndex(idx)463 self.compile_units_array.append(self.GetCompileUnitAtIndex(idx))
87 DWARFCompileUnit* cu = debug_info->GetCompileUnitAtIndex(cu_idx); in GeneratePubnames()224 DWARFCompileUnit* cu = debug_info->GetCompileUnitAtIndex(cu_idx); in GeneratePubBaseTypes()
50 DWARFCompileUnit* GetCompileUnitAtIndex(uint32_t idx);
101 DWARFCompileUnit* cu = debug_info->GetCompileUnitAtIndex(cu_idx); in Generate()
78 DWARFCompileUnit* cu = GetCompileUnitAtIndex(idx); in GetCompileUnitAranges()176 DWARFDebugInfo::GetCompileUnitAtIndex(uint32_t idx) in GetCompileUnitAtIndex() function in DWARFDebugInfo
335 dwarf_cu = info->GetCompileUnitAtIndex(cu_idx); in GetTypes()996 DWARFCompileUnit* dwarf_cu = info->GetCompileUnitAtIndex(cu_idx); in ParseCompileUnitAtIndex()2845 … for (cu_idx = 0; (dwarf_cu = debug_info->GetCompileUnitAtIndex(cu_idx)) != NULL; ++cu_idx) in ResolveSymbolContext()2962 DWARFCompileUnit* dwarf_cu = debug_info->GetCompileUnitAtIndex(cu_idx); in Index()4757 DWARFCompileUnit* dwarf_cu = debug_info->GetCompileUnitAtIndex(cu_idx); in Supports_DW_AT_APPLE_objc_complete_type()
34 cu = module.GetCompileUnitAtIndex(cu_idx)
117 GetCompileUnitAtIndex (uint32_t);
142 GetCompileUnitAtIndex(size_t idx);
79 CompUnitSP cu_sp (context.module_sp->GetCompileUnitAtIndex (i)); in SearchCallback()
305 SBModule::GetCompileUnitAtIndex (uint32_t index) in GetCompileUnitAtIndex() function in SBModule311 CompUnitSP cu_sp = module_sp->GetCompileUnitAtIndex (index); in GetCompileUnitAtIndex()
241 CompUnitSP cu_sp (module_sp->GetCompileUnitAtIndex (i)); in DoCUIteration()749 CompUnitSP cu_sp = module_sp->GetCompileUnitAtIndex(cu_idx); in Search()
370 sc.comp_unit = symbols->GetCompileUnitAtIndex(cu_idx).get(); in ParseAllDebugSymbols()424 Module::GetCompileUnitAtIndex (size_t index) in GetCompileUnitAtIndex() function in Module434 cu_sp = symbols->GetCompileUnitAtIndex(index); in GetCompileUnitAtIndex()579 sc.comp_unit = GetCompileUnitAtIndex(i).get(); in FindCompileUnits()
613 GetCompileUnitAtIndex (size_t idx);
420 SymbolVendor::GetCompileUnitAtIndex(size_t idx) in GetCompileUnitAtIndex() function in SymbolVendor
3304 lldb.SBModule.GetCompileUnitAtIndex lldb.SBModule-class.html#GetCompileUnitAtIndex