/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBModuleExtensions.i | 50 return lldb_iter(self, 'GetNumCompileUnits', 'GetCompileUnitAtIndex') 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))
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBModule.h | 125 lldb::SBCompileUnit GetCompileUnitAtIndex(uint32_t);
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | SymbolFile.h | 145 virtual lldb::CompUnitSP GetCompileUnitAtIndex(uint32_t idx) = 0; 538 lldb::CompUnitSP GetCompileUnitAtIndex(uint32_t idx) override;
|
H A D | SymbolFileOnDemand.h | 57 lldb::CompUnitSP GetCompileUnitAtIndex(uint32_t idx) override;
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | SymbolFileOnDemand.cpp | 574 CompUnitSP SymbolFileOnDemand::GetCompileUnitAtIndex(uint32_t idx) { in GetCompileUnitAtIndex() function in SymbolFileOnDemand 577 return m_sym_file_impl->GetCompileUnitAtIndex(idx); in GetCompileUnitAtIndex()
|
H A D | SymbolFile.cpp | 192 CompUnitSP SymbolFileCommon::GetCompileUnitAtIndex(uint32_t idx) { in GetCompileUnitAtIndex() function in SymbolFileCommon
|
/freebsd/contrib/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()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Module.cpp | 386 sc.comp_unit = symbols->GetCompileUnitAtIndex(cu_idx).get(); in ParseAllDebugSymbols() 425 CompUnitSP Module::GetCompileUnitAtIndex(size_t index) { in GetCompileUnitAtIndex() function in Module 432 cu_sp = symbols->GetCompileUnitAtIndex(index); in GetCompileUnitAtIndex() 626 sc.comp_unit = GetCompileUnitAtIndex(i).get(); in FindCompileUnits()
|
H A D | SearchFilter.cpp | 302 CompUnitSP cu_sp(module_sp->GetCompileUnitAtIndex(i)); in DoCUIteration() 758 CompUnitSP cu_sp = module_sp->GetCompileUnitAtIndex(cu_idx); in Search()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
H A D | SymbolFileBreakpad.cpp | 383 sc.comp_unit = GetCompileUnitAtIndex(idx).get(); in ResolveSymbolContext() 420 CompileUnit &cu = *GetCompileUnitAtIndex(i); in ResolveSymbolContext() 435 CompUnitSP cu_sp = GetCompileUnitAtIndex(i); in FindFunctions()
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointResolverFileLine.cpp | 295 CompUnitSP cu_sp(context.module_sp->GetCompileUnitAtIndex(i)); in SearchCallback()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Module.h | 529 lldb::CompUnitSP GetCompileUnitAtIndex(size_t idx);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangUserExpression.cpp | 498 module.GetCompileUnitAtIndex(i)->GetSupportFiles(); in GetModuleConfig()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARF.cpp | 1069 auto cu = module->GetCompileUnitAtIndex(i); in ForEachExternalModule() 1815 if (auto comp_unit = GetCompileUnitAtIndex(0)) in GetDWOId() 2116 CompUnitSP cu_sp = module_sp->GetCompileUnitAtIndex(i); in GetGlobalAranges() 4466 lldb::CompUnitSP comp_unit = GetCompileUnitAtIndex(cu_idx); in GetCompileOptions()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectSource.cpp | 284 CompUnitSP cu_sp(module->GetCompileUnitAtIndex(i)); in DumpFileLinesInModule()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.cpp | 1091 CompUnitSP cu_sp = GetCompileUnitAtIndex(*modi); in ResolveSymbolContext()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 39202 result = (arg1)->GetCompileUnitAtIndex(arg2); in _wrap_SBModule_GetCompileUnitAtIndex()
|