Home
last modified time | relevance | path

Searched refs:GetModuleSpecifications (Results 1 – 11 of 11) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBModuleSpec.cpp173 SBModuleSpecList::GetModuleSpecifications (const char *path) in GetModuleSpecifications() function in SBModuleSpecList
178 ObjectFile::GetModuleSpecifications(file_spec, 0, 0, *specs.m_opaque_ap); in GetModuleSpecifications()
/trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDObjectFile.h183 GetModuleSpecifications (const FileSpec &file,
189 GetModuleSpecifications (const lldb_private::FileSpec& file,
/trueos/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
HDObjectContainerBSDArchive.cpp289 GetModuleSpecifications); in Initialize()
526 ObjectContainerBSDArchive::GetModuleSpecifications (const lldb_private::FileSpec& file, in GetModuleSpecifications() function in ObjectContainerBSDArchive
564 if (ObjectFile::GetModuleSpecifications(file, in GetModuleSpecifications()
HDObjectContainerBSDArchive.h50 GetModuleSpecifications (const lldb_private::FileSpec& file,
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBModuleSpec.h125 GetModuleSpecifications (const char *path);
/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDObjectFile.cpp187 ObjectFile::GetModuleSpecifications (const FileSpec &file, in GetModuleSpecifications() function in ObjectFile
201 return ObjectFile::GetModuleSpecifications (file, // file spec in GetModuleSpecifications()
212 ObjectFile::GetModuleSpecifications (const lldb_private::FileSpec& file, in GetModuleSpecifications() function in ObjectFile
/trueos/contrib/llvm/tools/lldb/source/Host/common/
HDSymbols.cpp96 … const size_t num_specs = ObjectFile::GetModuleSpecifications (file_spec, 0, 0, specs); in LocateExecutableSymbolFile()
/trueos/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.h91 GetModuleSpecifications (const lldb_private::FileSpec& file,
HDObjectFileELF.cpp196 GetModuleSpecifications); in Initialize()
345 ObjectFileELF::GetModuleSpecifications (const lldb_private::FileSpec& file, in GetModuleSpecifications() function in ObjectFileELF
/trueos/contrib/llvm/tools/lldb/source/Target/
HDTargetList.cpp96 …const size_t num_specs = ObjectFile::GetModuleSpecifications (module_spec.GetFileSpec(), file_offs… in CreateTarget()
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectTarget.cpp4375 …if (ObjectFile::GetModuleSpecifications(module_spec.GetSymbolFileSpec(), 0, 0, symfile_module_spec… in AddModuleSymbols()