Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBModule.i214 GetCompileUnitAtIndex (uint32_t);
515 return self.sbmodule.GetCompileUnitAtIndex(key)
519 comp_unit = self.sbmodule.GetCompileUnitAtIndex(idx)
529 comp_unit = self.sbmodule.GetCompileUnitAtIndex(idx)
557 self.compile_units_array.append(self.GetCompileUnitAtIndex(idx))
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dlldb_module_utils.py70 cu = module.GetCompileUnitAtIndex(cu_idx)
172 cu = module.GetCompileUnitAtIndex(i)
H A Dlldbtk.py285 cu = self.module.GetCompileUnitAtIndex(i)
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbolFile.h142 virtual lldb::CompUnitSP GetCompileUnitAtIndex(uint32_t idx) = 0;
478 lldb::CompUnitSP GetCompileUnitAtIndex(uint32_t idx) override;
H A DSymbolFileOnDemand.h57 lldb::CompUnitSP GetCompileUnitAtIndex(uint32_t idx) override;
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBModule.h125 lldb::SBCompileUnit GetCompileUnitAtIndex(uint32_t);
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp589 CompUnitSP SymbolFileOnDemand::GetCompileUnitAtIndex(uint32_t idx) { in GetCompileUnitAtIndex() function in SymbolFileOnDemand
592 return m_sym_file_impl->GetCompileUnitAtIndex(idx); in GetCompileUnitAtIndex()
H A DSymbolFile.cpp202 CompUnitSP SymbolFileCommon::GetCompileUnitAtIndex(uint32_t idx) { in GetCompileUnitAtIndex() function in SymbolFileCommon
/openbsd-src/gnu/llvm/lldb/tools/lldb-test/
H A Dlldb-test.cpp475 lldb::CompUnitSP cu_sp = Module.GetCompileUnitAtIndex(i); in findFunctions()
530 lldb::CompUnitSP cu_sp = Module.GetCompileUnitAtIndex(i); in findBlocks()
617 CompUnitSP Candidate = Module.GetCompileUnitAtIndex(Ind); in findVariables()
716 lldb::CompUnitSP comp_unit = symfile->GetCompileUnitAtIndex(i); in verify()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBModule.cpp263 SBCompileUnit SBModule::GetCompileUnitAtIndex(uint32_t index) { in GetCompileUnitAtIndex() function in SBModule
269 CompUnitSP cu_sp = module_sp->GetCompileUnitAtIndex(index); in GetCompileUnitAtIndex()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp381 sc.comp_unit = GetCompileUnitAtIndex(idx).get(); in ResolveSymbolContext()
418 CompileUnit &cu = *GetCompileUnitAtIndex(i); in ResolveSymbolContext()
433 CompUnitSP cu_sp = GetCompileUnitAtIndex(i); in FindFunctions()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModule.cpp389 sc.comp_unit = symbols->GetCompileUnitAtIndex(cu_idx).get(); in ParseAllDebugSymbols()
428 CompUnitSP Module::GetCompileUnitAtIndex(size_t index) { in GetCompileUnitAtIndex() function in Module
435 cu_sp = symbols->GetCompileUnitAtIndex(index); in GetCompileUnitAtIndex()
629 sc.comp_unit = GetCompileUnitAtIndex(i).get(); in FindCompileUnits()
H A DSearchFilter.cpp302 CompUnitSP cu_sp(module_sp->GetCompileUnitAtIndex(i)); in DoCUIteration()
758 CompUnitSP cu_sp = module_sp->GetCompileUnitAtIndex(cu_idx); in Search()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp298 CompUnitSP cu_sp(context.module_sp->GetCompileUnitAtIndex(i)); in SearchCallback()
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dtroubleshooting.rst88 ... cu = m.GetCompileUnitAtIndex(i).file.fullpath
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DModule.h575 lldb::CompUnitSP GetCompileUnitAtIndex(size_t idx);
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp501 module.GetCompileUnitAtIndex(i)->GetSupportFiles(); in GetModuleConfig()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectSource.cpp286 CompUnitSP cu_sp(module->GetCompileUnitAtIndex(i)); in DumpFileLinesInModule()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp988 auto cu = module->GetCompileUnitAtIndex(i); in ForEachExternalModule()
1720 if (auto comp_unit = GetCompileUnitAtIndex(0)) in GetDWOId()
1926 CompUnitSP cu_sp = module_sp->GetCompileUnitAtIndex(i); in GetGlobalAranges()
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp1317 auto curr_unit = curr_module.GetCompileUnitAtIndex(j); in request_compileUnits()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1088 CompUnitSP cu_sp = GetCompileUnitAtIndex(*modi); in ResolveSymbolContext()