Home
last modified time | relevance | path

Searched refs:GetCompileUnitAtIndex (Results 1 – 13 of 13) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugPubnames.cpp88 DWARFCompileUnit* cu = debug_info->GetCompileUnitAtIndex(cu_idx); in GeneratePubnames()
225 DWARFCompileUnit* cu = debug_info->GetCompileUnitAtIndex(cu_idx); in GeneratePubBaseTypes()
HDDWARFDebugInfo.h50 DWARFCompileUnit* GetCompileUnitAtIndex(uint32_t idx);
HDDWARFDebugAranges.cpp100 DWARFCompileUnit* cu = debug_info->GetCompileUnitAtIndex(cu_idx); in Generate()
HDDWARFDebugInfo.cpp84 DWARFCompileUnit* cu = GetCompileUnitAtIndex(idx); in GetCompileUnitAranges()
192 DWARFDebugInfo::GetCompileUnitAtIndex(uint32_t idx) in GetCompileUnitAtIndex() function in DWARFDebugInfo
HDSymbolFileDWARF.cpp371 dwarf_cu = info->GetCompileUnitAtIndex(cu_idx); in GetTypes()
1048 DWARFCompileUnit* dwarf_cu = info->GetCompileUnitAtIndex(cu_idx); in ParseCompileUnitAtIndex()
2889 DWARFCompileUnit* dwarf_cu = debug_info->GetCompileUnitAtIndex(cu_idx); in UpdateExternalModuleListIfNeeded()
2944 CompUnitSP cu_sp = module_sp->GetCompileUnitAtIndex(i); in GetGlobalAranges()
3145 … for (cu_idx = 0; (dwarf_cu = debug_info->GetCompileUnitAtIndex(cu_idx)) != NULL; ++cu_idx) in ResolveSymbolContext()
3262 DWARFCompileUnit* dwarf_cu = debug_info->GetCompileUnitAtIndex(cu_idx); in Index()
5061 DWARFCompileUnit* dwarf_cu = debug_info->GetCompileUnitAtIndex(cu_idx); in Supports_DW_AT_APPLE_objc_complete_type()
/NextBSD/contrib/llvm/tools/lldb/source/Breakpoint/
HDBreakpointResolverFileLine.cpp79 CompUnitSP cu_sp (context.module_sp->GetCompileUnitAtIndex (i)); in SearchCallback()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBModule.h153 GetCompileUnitAtIndex (uint32_t);
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDSymbolVendor.h146 GetCompileUnitAtIndex(size_t idx);
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDSearchFilter.cpp250 CompUnitSP cu_sp (module_sp->GetCompileUnitAtIndex (i)); in DoCUIteration()
782 CompUnitSP cu_sp = module_sp->GetCompileUnitAtIndex(cu_idx); in Search()
HDModule.cpp464 sc.comp_unit = symbols->GetCompileUnitAtIndex(cu_idx).get(); in ParseAllDebugSymbols()
520 Module::GetCompileUnitAtIndex (size_t index) in GetCompileUnitAtIndex() function in Module
530 cu_sp = symbols->GetCompileUnitAtIndex(index); in GetCompileUnitAtIndex()
747 sc.comp_unit = GetCompileUnitAtIndex(i).get(); in FindCompileUnits()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBModule.cpp320 SBModule::GetCompileUnitAtIndex (uint32_t index) in GetCompileUnitAtIndex() function in SBModule
326 CompUnitSP cu_sp = module_sp->GetCompileUnitAtIndex (index); in GetCompileUnitAtIndex()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDModule.h664 GetCompileUnitAtIndex (size_t idx);
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDSymbolVendor.cpp437 SymbolVendor::GetCompileUnitAtIndex(size_t idx) in GetCompileUnitAtIndex() function in SymbolVendor