Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBModuleExtensions.i50 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 DSBModule.h125 lldb::SBCompileUnit GetCompileUnitAtIndex(uint32_t);
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h145 virtual lldb::CompUnitSP GetCompileUnitAtIndex(uint32_t idx) = 0;
538 lldb::CompUnitSP GetCompileUnitAtIndex(uint32_t idx) override;
H A DSymbolFileOnDemand.h57 lldb::CompUnitSP GetCompileUnitAtIndex(uint32_t idx) override;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp574 CompUnitSP SymbolFileOnDemand::GetCompileUnitAtIndex(uint32_t idx) { in GetCompileUnitAtIndex() function in SymbolFileOnDemand
577 return m_sym_file_impl->GetCompileUnitAtIndex(idx); in GetCompileUnitAtIndex()
H A DSymbolFile.cpp192 CompUnitSP SymbolFileCommon::GetCompileUnitAtIndex(uint32_t idx) { in GetCompileUnitAtIndex() function in SymbolFileCommon
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp386 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 DSearchFilter.cpp302 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 DSymbolFileBreakpad.cpp383 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 DBreakpointResolverFileLine.cpp295 CompUnitSP cu_sp(context.module_sp->GetCompileUnitAtIndex(i)); in SearchCallback()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h529 lldb::CompUnitSP GetCompileUnitAtIndex(size_t idx);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp498 module.GetCompileUnitAtIndex(i)->GetSupportFiles(); in GetModuleConfig()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1069 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 DCommandObjectSource.cpp284 CompUnitSP cu_sp(module->GetCompileUnitAtIndex(i)); in DumpFileLinesInModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1091 CompUnitSP cu_sp = GetCompileUnitAtIndex(*modi); in ResolveSymbolContext()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp39202 result = (arg1)->GetCompileUnitAtIndex(arg2); in _wrap_SBModule_GetCompileUnitAtIndex()