Searched refs:GetCompileUnitAtIndex (Results 1 – 15 of 15) sorted by relevance
75 DWARFUnit *cu = GetCompileUnitAtIndex(idx); in GetCompileUnitAranges()117 DWARFUnit *DWARFDebugInfo::GetCompileUnitAtIndex(uint32_t idx) { in GetCompileUnitAtIndex() function in DWARFDebugInfo
40 DWARFUnit *GetCompileUnitAtIndex(uint32_t idx);
85 DWARFUnit *cu = debug_info->GetCompileUnitAtIndex(cu_idx); in Generate()
66 return DebugInfo()->GetCompileUnitAtIndex(0); in GetCompileUnit()
365 dwarf_cu = info->GetCompileUnitAtIndex(cu_idx); in GetTypes()881 DWARFUnit *dwarf_cu = info->GetCompileUnitAtIndex(cu_idx); in ParseCompileUnitAtIndex()1669 DWARFUnit *dwarf_cu = debug_info->GetCompileUnitAtIndex(cu_idx); in UpdateExternalModuleListIfNeeded()1747 CompUnitSP cu_sp = module_sp->GetCompileUnitAtIndex(i); in GetGlobalAranges()1927 (dwarf_cu = debug_info->GetCompileUnitAtIndex(cu_idx)) != NULL; in ResolveSymbolContext()2417 DWARFUnit *cu = info->GetCompileUnitAtIndex(i); in GetMangledNamesForFunction()2756 DWARFUnit *dwarf_cu = debug_info->GetCompileUnitAtIndex(cu_idx); in Supports_DW_AT_APPLE_objc_complete_type()
38 DWARFUnit *unit = debug_info.GetCompileUnitAtIndex(U); in Index()
130 lldb::SBCompileUnit GetCompileUnitAtIndex(uint32_t);
119 virtual lldb::CompUnitSP GetCompileUnitAtIndex(size_t idx);
246 SBCompileUnit SBModule::GetCompileUnitAtIndex(uint32_t index) { in GetCompileUnitAtIndex() function in SBModule250 CompUnitSP cu_sp = module_sp->GetCompileUnitAtIndex(index); in GetCompileUnitAtIndex()
235 CompUnitSP cu_sp(context.module_sp->GetCompileUnitAtIndex(i)); in SearchCallback()
367 sc.comp_unit = symbols->GetCompileUnitAtIndex(cu_idx).get(); in ParseAllDebugSymbols()410 CompUnitSP Module::GetCompileUnitAtIndex(size_t index) { in GetCompileUnitAtIndex() function in Module418 cu_sp = symbols->GetCompileUnitAtIndex(index); in GetCompileUnitAtIndex()629 sc.comp_unit = GetCompileUnitAtIndex(i).get(); in FindCompileUnits()
309 CompUnitSP cu_sp(module_sp->GetCompileUnitAtIndex(i)); in DoCUIteration()838 CompUnitSP cu_sp = module_sp->GetCompileUnitAtIndex(cu_idx); in Search()
651 lldb::CompUnitSP GetCompileUnitAtIndex(size_t idx);
410 CompUnitSP SymbolVendor::GetCompileUnitAtIndex(size_t idx) { in GetCompileUnitAtIndex() function in SymbolVendor
313 CompUnitSP cu_sp(module->GetCompileUnitAtIndex(i)); in DumpFileLinesInModule()