/llvm-project/lldb/bindings/interface/ |
H A D | SBModuleExtensions.i | 173 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 D | lldb_module_utils.py | 73 cu = module.GetCompileUnitAtIndex(cu_idx) 180 cu = module.GetCompileUnitAtIndex(i)
|
H A D | lldbtk.py | 290 cu = self.module.GetCompileUnitAtIndex(i)
|
/llvm-project/lldb/test/API/functionalities/type_get_module/ |
H A D | TestTypeGetModule.py | 35 comp_unit = exe_module.GetCompileUnitAtIndex(index)
|
/llvm-project/lldb/include/lldb/API/ |
H A D | SBModule.h | 125 lldb::SBCompileUnit GetCompileUnitAtIndex(uint32_t);
|
/llvm-project/lldb/include/lldb/Symbol/ |
H A D | SymbolFile.h | 145 virtual lldb::CompUnitSP GetCompileUnitAtIndex(uint32_t idx) = 0; 549 lldb::CompUnitSP GetCompileUnitAtIndex(uint32_t idx) override; in GetDebugInfoIndexWasLoadedFromCache()
|
H A D | SymbolFileOnDemand.h | 57 lldb::CompUnitSP GetCompileUnitAtIndex(uint32_t idx) override;
|
/llvm-project/lldb/unittests/SymbolFile/DWARF/ |
H A D | XcodeSDKModuleTests.cpp | 117 CompUnitSP comp_unit = sym_file.GetCompileUnitAtIndex(0); in TEST_F()
|
/llvm-project/lldb/source/Symbol/ |
H A D | SymbolFileOnDemand.cpp | 580 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 D | SymbolFile.cpp | 192 CompUnitSP SymbolFileCommon::GetCompileUnitAtIndex(uint32_t idx) { in GetCompileUnitAtIndex() function in SymbolFileCommon
|
/llvm-project/lldb/tools/lldb-test/ |
H A D | lldb-test.cpp | 489 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 D | SBModule.cpp | 263 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 D | Module.cpp | 393 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 D | SearchFilter.cpp | 306 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 D | SymbolFileBreakpad.cpp | 381 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 D | BreakpointResolverFileLine.cpp | 307 CompUnitSP cu_sp(context.module_sp->GetCompileUnitAtIndex(i)); in SearchCallback()
|
/llvm-project/lldb/docs/use/ |
H A D | troubleshooting.rst | 85 ... cu = m.GetCompileUnitAtIndex(i).file.fullpath
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | Module.h | 530 lldb::CompUnitSP GetCompileUnitAtIndex(size_t idx);
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangUserExpression.cpp | 499 module.GetCompileUnitAtIndex(i)->GetSupportFiles(); in GetModuleConfig()
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARF.cpp | 1055 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 D | CommandObjectSource.cpp | 284 CompUnitSP cu_sp(module->GetCompileUnitAtIndex(i)); in DumpFileLinesInModule()
|
/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
H A D | PlatformDarwin.cpp | 1402 if (auto cu_sp = sym_file->GetCompileUnitAtIndex(i)) { in ResolveSDKPathFromDebugInfo()
|
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.cpp | 1087 CompUnitSP cu_sp = GetCompileUnitAtIndex(*modi); in ResolveSymbolContext()
|
/llvm-project/lldb/tools/lldb-dap/ |
H A D | lldb-dap.cpp | 1737 auto curr_unit = curr_module.GetCompileUnitAtIndex(j); in request_runInTerminal()
|