Home
last modified time | relevance | path

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

/external/lldb/scripts/Python/interface/
DSBModule.i174 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))
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugPubnames.cpp87 DWARFCompileUnit* cu = debug_info->GetCompileUnitAtIndex(cu_idx); in GeneratePubnames()
224 DWARFCompileUnit* cu = debug_info->GetCompileUnitAtIndex(cu_idx); in GeneratePubBaseTypes()
DDWARFDebugInfo.h50 DWARFCompileUnit* GetCompileUnitAtIndex(uint32_t idx);
DDWARFDebugAranges.cpp101 DWARFCompileUnit* cu = debug_info->GetCompileUnitAtIndex(cu_idx); in Generate()
DDWARFDebugInfo.cpp78 DWARFCompileUnit* cu = GetCompileUnitAtIndex(idx); in GetCompileUnitAranges()
176 DWARFDebugInfo::GetCompileUnitAtIndex(uint32_t idx) in GetCompileUnitAtIndex() function in DWARFDebugInfo
DSymbolFileDWARF.cpp335 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()
/external/lldb/examples/python/
Dlldb_module_utils.py34 cu = module.GetCompileUnitAtIndex(cu_idx)
/external/lldb/include/lldb/API/
DSBModule.h117 GetCompileUnitAtIndex (uint32_t);
/external/lldb/include/lldb/Symbol/
DSymbolVendor.h142 GetCompileUnitAtIndex(size_t idx);
/external/lldb/source/Breakpoint/
DBreakpointResolverFileLine.cpp79 CompUnitSP cu_sp (context.module_sp->GetCompileUnitAtIndex (i)); in SearchCallback()
/external/lldb/source/API/
DSBModule.cpp305 SBModule::GetCompileUnitAtIndex (uint32_t index) in GetCompileUnitAtIndex() function in SBModule
311 CompUnitSP cu_sp = module_sp->GetCompileUnitAtIndex (index); in GetCompileUnitAtIndex()
/external/lldb/source/Core/
DSearchFilter.cpp241 CompUnitSP cu_sp (module_sp->GetCompileUnitAtIndex (i)); in DoCUIteration()
749 CompUnitSP cu_sp = module_sp->GetCompileUnitAtIndex(cu_idx); in Search()
DModule.cpp370 sc.comp_unit = symbols->GetCompileUnitAtIndex(cu_idx).get(); in ParseAllDebugSymbols()
424 Module::GetCompileUnitAtIndex (size_t index) in GetCompileUnitAtIndex() function in Module
434 cu_sp = symbols->GetCompileUnitAtIndex(index); in GetCompileUnitAtIndex()
579 sc.comp_unit = GetCompileUnitAtIndex(i).get(); in FindCompileUnits()
/external/lldb/include/lldb/Core/
DModule.h613 GetCompileUnitAtIndex (size_t idx);
/external/lldb/source/Symbol/
DSymbolVendor.cpp420 SymbolVendor::GetCompileUnitAtIndex(size_t idx) in GetCompileUnitAtIndex() function in SymbolVendor
/external/lldb/www/python_reference/
Dapi-objects.txt3304 lldb.SBModule.GetCompileUnitAtIndex lldb.SBModule-class.html#GetCompileUnitAtIndex