Searched refs:GetCompileUnitAtIndex (Results 1 – 14 of 14) sorted by relevance
204 GetCompileUnitAtIndex (uint32_t);505 return self.sbmodule.GetCompileUnitAtIndex(key)509 comp_unit = self.sbmodule.GetCompileUnitAtIndex(idx)519 comp_unit = self.sbmodule.GetCompileUnitAtIndex(idx)547 self.compile_units_array.append(self.GetCompileUnitAtIndex(idx))
264 SBCompileUnit SBModule::GetCompileUnitAtIndex(uint32_t index) { in GetCompileUnitAtIndex() function in SBModule265 LLDB_RECORD_METHOD(lldb::SBCompileUnit, SBModule, GetCompileUnitAtIndex, in GetCompileUnitAtIndex()271 CompUnitSP cu_sp = module_sp->GetCompileUnitAtIndex(index); in GetCompileUnitAtIndex()734 LLDB_REGISTER_METHOD(lldb::SBCompileUnit, SBModule, GetCompileUnitAtIndex, in RegisterMethods()
123 lldb::SBCompileUnit GetCompileUnitAtIndex(uint32_t);
167 CompUnitSP SymbolFile::GetCompileUnitAtIndex(uint32_t idx) { in GetCompileUnitAtIndex() function in SymbolFile
239 CompUnitSP cu_sp(context.module_sp->GetCompileUnitAtIndex(i)); in SearchCallback()
128 lldb::CompUnitSP GetCompileUnitAtIndex(uint32_t idx);
386 sc.comp_unit = symbols->GetCompileUnitAtIndex(cu_idx).get(); in ParseAllDebugSymbols()427 CompUnitSP Module::GetCompileUnitAtIndex(size_t index) { in GetCompileUnitAtIndex() function in Module434 cu_sp = symbols->GetCompileUnitAtIndex(index); in GetCompileUnitAtIndex()628 sc.comp_unit = GetCompileUnitAtIndex(i).get(); in FindCompileUnits()
302 CompUnitSP cu_sp(module_sp->GetCompileUnitAtIndex(i)); in DoCUIteration()758 CompUnitSP cu_sp = module_sp->GetCompileUnitAtIndex(cu_idx); in Search()
268 sc.comp_unit = GetCompileUnitAtIndex(idx).get(); in ResolveSymbolContext()289 CompileUnit &cu = *GetCompileUnitAtIndex(i); in ResolveSymbolContext()
542 lldb::CompUnitSP GetCompileUnitAtIndex(size_t idx);
504 module.GetCompileUnitAtIndex(i)->GetSupportFiles(); in GetModuleConfig()
885 auto cu = module->GetCompileUnitAtIndex(i); in ForEachExternalModule()1612 if (auto comp_unit = GetCompileUnitAtIndex(0)) in GetDWOId()1791 CompUnitSP cu_sp = module_sp->GetCompileUnitAtIndex(i); in GetGlobalAranges()
285 CompUnitSP cu_sp(module->GetCompileUnitAtIndex(i)); in DumpFileLinesInModule()
34562 result = (arg1)->GetCompileUnitAtIndex(arg2); in _wrap_SBModule_GetCompileUnitAtIndex()