Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBModule.cpp277 SBSymbolContextList SBModule::FindCompileUnits(const SBFileSpec &sb_file_spec) { in FindCompileUnits() function in SBModule
278 LLDB_RECORD_METHOD(lldb::SBSymbolContextList, SBModule, FindCompileUnits, in FindCompileUnits()
284 module_sp->FindCompileUnits(*sb_file_spec, *sb_sc_list); in FindCompileUnits()
736 LLDB_REGISTER_METHOD(lldb::SBSymbolContextList, SBModule, FindCompileUnits, in RegisterMethods()
DSBTarget.cpp1671 SBSymbolContextList SBTarget::FindCompileUnits(const SBFileSpec &sb_file_spec) { in FindCompileUnits() function in SBTarget
1672 LLDB_RECORD_METHOD(lldb::SBSymbolContextList, SBTarget, FindCompileUnits, in FindCompileUnits()
1678 target_sp->GetImages().FindCompileUnits(*sb_file_spec, *sb_sc_list); in FindCompileUnits()
2601 LLDB_REGISTER_METHOD(lldb::SBSymbolContextList, SBTarget, FindCompileUnits, in RegisterMethods()
/external/llvm-project/lldb/include/lldb/API/
DSBModule.h136 FindCompileUnits(const lldb::SBFileSpec &sb_file_spec);
DSBTarget.h317 FindCompileUnits(const lldb::SBFileSpec &sb_file_spec);
/external/llvm-project/lldb/bindings/interface/
DSBModule.i216 the symbol contexts for all the matches.") FindCompileUnits;
218 FindCompileUnits (const lldb::SBFileSpec &sb_file_spec);
DSBTarget.i401 the symbol contexts for all the matches.") FindCompileUnits;
403 FindCompileUnits (const lldb::SBFileSpec &sb_file_spec);
/external/llvm-project/lldb/test/API/python_api/module_section/
DTestModuleAndSection.py163 list = module.FindCompileUnits(lldb.SBFileSpec(source_name, False))
/external/llvm-project/lldb/include/lldb/Core/
DModuleList.h265 void FindCompileUnits(const FileSpec &path, SymbolContextList &sc_list) const;
DModule.h285 void FindCompileUnits(const FileSpec &path, SymbolContextList &sc_list);
/external/llvm-project/lldb/source/Core/
DModuleList.cpp438 void ModuleList::FindCompileUnits(const FileSpec &path, in FindCompileUnits() function in ModuleList
443 (*pos)->FindCompileUnits(path, sc_list); in FindCompileUnits()
DModule.cpp627 void Module::FindCompileUnits(const FileSpec &path, in FindCompileUnits() function in Module
/external/llvm-project/lldb/test/API/python_api/target/
DTestTargetAPI.py283 list = target.FindCompileUnits(lldb.SBFileSpec(source_name, False))
/external/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp954 module_sp->FindCompileUnits( in DoExecute()
972 target->GetImages().FindCompileUnits( in DoExecute()