Home
last modified time | relevance | path

Searched refs:FindCompileUnits (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/find-line-entry/
H A DTestFindLineEntry.py19 sc_list = self.target.FindCompileUnits(self.file)
/llvm-project-15.0.7/lldb/test/API/python_api/compile_unit/
H A DTestCompileUnitAPI.py32 sc_list = target.FindCompileUnits(line_entry.GetFileSpec())
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBModule.h138 FindCompileUnits(const lldb::SBFileSpec &sb_file_spec);
H A DSBTarget.h317 FindCompileUnits(const lldb::SBFileSpec &sb_file_spec);
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBModule.i223 the symbol contexts for all the matches.") FindCompileUnits;
225 FindCompileUnits (const lldb::SBFileSpec &sb_file_spec);
H A DSBTarget.i384 :rtype: SBSymbolContextList") FindCompileUnits;
386 FindCompileUnits (const lldb::SBFileSpec &sb_file_spec);
/llvm-project-15.0.7/lldb/test/API/python_api/module_section/
H A DTestModuleAndSection.py157 list = module.FindCompileUnits(lldb.SBFileSpec(source_name, False))
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_by_line_and_column/
H A DTestBreakpointByLineAndColumn.py100 list = target.FindCompileUnits(lldb.SBFileSpec("main.cpp", False))
/llvm-project-15.0.7/lldb/source/API/
H A DSBModule.cpp275 SBSymbolContextList SBModule::FindCompileUnits(const SBFileSpec &sb_file_spec) { in FindCompileUnits() function in SBModule
281 module_sp->FindCompileUnits(*sb_file_spec, *sb_sc_list); in FindCompileUnits()
H A DSBTarget.cpp1557 SBSymbolContextList SBTarget::FindCompileUnits(const SBFileSpec &sb_file_spec) { in FindCompileUnits() function in SBTarget
1563 target_sp->GetImages().FindCompileUnits(*sb_file_spec, *sb_sc_list); in FindCompileUnits()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModuleList.h261 void FindCompileUnits(const FileSpec &path, SymbolContextList &sc_list) const;
H A DModule.h294 void FindCompileUnits(const FileSpec &path, SymbolContextList &sc_list);
/llvm-project-15.0.7/lldb/source/Core/
H A DModuleList.cpp480 void ModuleList::FindCompileUnits(const FileSpec &path, in FindCompileUnits() function in ModuleList
484 module_sp->FindCompileUnits(path, sc_list); in FindCompileUnits()
H A DModule.cpp618 void Module::FindCompileUnits(const FileSpec &path, in FindCompileUnits() function in Module
/llvm-project-15.0.7/lldb/test/API/python_api/target/
H A DTestTargetAPI.py289 list = target.FindCompileUnits(lldb.SBFileSpec(source_name, False))
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTarget.cpp938 module_sp->FindCompileUnits( in DoExecute()
956 target->GetImages().FindCompileUnits( in DoExecute()