Home
last modified time | relevance | path

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

/llvm-project/lldb/bindings/interface/
H A DSBModuleExtensions.i173 return self.sbmodule.GetCompileUnitAtIndex(key)
177 comp_unit = self.sbmodule.GetCompileUnitAtIndex(idx)
187 comp_unit = self.sbmodule.GetCompileUnitAtIndex(idx)
215 self.compile_units_array.append(self.GetCompileUnitAtIndex(idx))
/llvm-project/lldb/examples/python/
H A Dlldb_module_utils.py73 cu = module.GetCompileUnitAtIndex(cu_idx)
180 cu = module.GetCompileUnitAtIndex(i)
H A Dlldbtk.py290 cu = self.module.GetCompileUnitAtIndex(i)
/llvm-project/lldb/test/API/functionalities/type_get_module/
H A DTestTypeGetModule.py35 comp_unit = exe_module.GetCompileUnitAtIndex(index)
/llvm-project/lldb/include/lldb/API/
H A DSBModule.h125 lldb::SBCompileUnit GetCompileUnitAtIndex(uint32_t);
/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h145 virtual lldb::CompUnitSP GetCompileUnitAtIndex(uint32_t idx) = 0;
549 lldb::CompUnitSP GetCompileUnitAtIndex(uint32_t idx) override; in GetDebugInfoIndexWasLoadedFromCache()
H A DSymbolFileOnDemand.h57 lldb::CompUnitSP GetCompileUnitAtIndex(uint32_t idx) override;
/llvm-project/lldb/unittests/SymbolFile/DWARF/
H A DXcodeSDKModuleTests.cpp117 CompUnitSP comp_unit = sym_file.GetCompileUnitAtIndex(0); in TEST_F()
/llvm-project/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp580 CompUnitSP SymbolFileOnDemand::GetCompileUnitAtIndex(uint32_t idx) { in GetAbilities()
583 return m_sym_file_impl->GetCompileUnitAtIndex(idx); in GetAbilities()
574 CompUnitSP SymbolFileOnDemand::GetCompileUnitAtIndex(uint32_t idx) { GetCompileUnitAtIndex() function in SymbolFileOnDemand
H A DSymbolFile.cpp192 CompUnitSP SymbolFileCommon::GetCompileUnitAtIndex(uint32_t idx) { in GetCompileUnitAtIndex() function in SymbolFileCommon
/llvm-project/lldb/tools/lldb-test/
H A Dlldb-test.cpp489 lldb::CompUnitSP cu_sp = Module.GetCompileUnitAtIndex(i); in findFunctions()
549 lldb::CompUnitSP cu_sp = Module.GetCompileUnitAtIndex(i); in findBlocks()
666 CompUnitSP Candidate = Module.GetCompileUnitAtIndex(Ind); in dumpAST()
765 lldb::CompUnitSP comp_unit = symfile->GetCompileUnitAtIndex(i); in getAction()
/llvm-project/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()
/llvm-project/lldb/source/Core/
H A DModule.cpp393 sc.comp_unit = symbols->GetCompileUnitAtIndex(cu_idx).get(); in ParseAllDebugSymbols()
432 CompUnitSP Module::GetCompileUnitAtIndex(size_t index) { in GetCompileUnitAtIndex()
439 cu_sp = symbols->GetCompileUnitAtIndex(index); in ResolveFileAddress()
633 sc.comp_unit = GetCompileUnitAtIndex(i).get();
425 CompUnitSP Module::GetCompileUnitAtIndex(size_t index) { GetCompileUnitAtIndex() function in Module
H A DSearchFilter.cpp306 CompUnitSP cu_sp(module_sp->GetCompileUnitAtIndex(i)); in DoCUIteration()
765 CompUnitSP cu_sp = module_sp->GetCompileUnitAtIndex(cu_idx); in Search()
/llvm-project/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()
/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp307 CompUnitSP cu_sp(context.module_sp->GetCompileUnitAtIndex(i)); in SearchCallback()
/llvm-project/lldb/docs/use/
H A Dtroubleshooting.rst85 ... cu = m.GetCompileUnitAtIndex(i).file.fullpath
/llvm-project/lldb/include/lldb/Core/
H A DModule.h530 lldb::CompUnitSP GetCompileUnitAtIndex(size_t idx);
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp499 module.GetCompileUnitAtIndex(i)->GetSupportFiles(); in GetModuleConfig()
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1055 auto cu = module->GetCompileUnitAtIndex(i); in ForEachExternalModule()
1754 if (auto comp_unit = GetCompileUnitAtIndex(0)) in GetDIERefSymbolFile()
2056 CompUnitSP cu_sp = module_sp->GetCompileUnitAtIndex(i); in UpdateExternalModuleListIfNeeded()
4402 lldb::CompUnitSP comp_unit = GetCompileUnitAtIndex(cu_idx); in CalculateFrameVariableError()
/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp284 CompUnitSP cu_sp(module->GetCompileUnitAtIndex(i)); in DumpFileLinesInModule()
/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1402 if (auto cu_sp = sym_file->GetCompileUnitAtIndex(i)) { in ResolveSDKPathFromDebugInfo()
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1087 CompUnitSP cu_sp = GetCompileUnitAtIndex(*modi); in ResolveSymbolContext()
/llvm-project/lldb/tools/lldb-dap/
H A Dlldb-dap.cpp1737 auto curr_unit = curr_module.GetCompileUnitAtIndex(j); in request_runInTerminal()