Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i204 GetCompileUnitAtIndex (uint32_t);
505 return self.sbmodule.GetCompileUnitAtIndex(key)
509 comp_unit = self.sbmodule.GetCompileUnitAtIndex(idx)
519 comp_unit = self.sbmodule.GetCompileUnitAtIndex(idx)
547 self.compile_units_array.append(self.GetCompileUnitAtIndex(idx))
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp264 SBCompileUnit SBModule::GetCompileUnitAtIndex(uint32_t index) { in GetCompileUnitAtIndex() function in SBModule
265 LLDB_RECORD_METHOD(lldb::SBCompileUnit, SBModule, GetCompileUnitAtIndex, in GetCompileUnitAtIndex()
271 CompUnitSP cu_sp = module_sp->GetCompileUnitAtIndex(index); in GetCompileUnitAtIndex()
734 LLDB_REGISTER_METHOD(lldb::SBCompileUnit, SBModule, GetCompileUnitAtIndex, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h123 lldb::SBCompileUnit GetCompileUnitAtIndex(uint32_t);
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp167 CompUnitSP SymbolFile::GetCompileUnitAtIndex(uint32_t idx) { in GetCompileUnitAtIndex() function in SymbolFile
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp239 CompUnitSP cu_sp(context.module_sp->GetCompileUnitAtIndex(i)); in SearchCallback()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h128 lldb::CompUnitSP GetCompileUnitAtIndex(uint32_t idx);
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp386 sc.comp_unit = symbols->GetCompileUnitAtIndex(cu_idx).get(); in ParseAllDebugSymbols()
427 CompUnitSP Module::GetCompileUnitAtIndex(size_t index) { in GetCompileUnitAtIndex() function in Module
434 cu_sp = symbols->GetCompileUnitAtIndex(index); in GetCompileUnitAtIndex()
628 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-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp268 sc.comp_unit = GetCompileUnitAtIndex(idx).get(); in ResolveSymbolContext()
289 CompileUnit &cu = *GetCompileUnitAtIndex(i); in ResolveSymbolContext()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h542 lldb::CompUnitSP GetCompileUnitAtIndex(size_t idx);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp504 module.GetCompileUnitAtIndex(i)->GetSupportFiles(); in GetModuleConfig()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp885 auto cu = module->GetCompileUnitAtIndex(i); in ForEachExternalModule()
1612 if (auto comp_unit = GetCompileUnitAtIndex(0)) in GetDWOId()
1791 CompUnitSP cu_sp = module_sp->GetCompileUnitAtIndex(i); in GetGlobalAranges()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp285 CompUnitSP cu_sp(module->GetCompileUnitAtIndex(i)); in DumpFileLinesInModule()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp34562 result = (arg1)->GetCompileUnitAtIndex(arg2); in _wrap_SBModule_GetCompileUnitAtIndex()