Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBModuleSpec.cpp115 SBModuleSpecList SBModuleSpecList::GetModuleSpecifications(const char *path) { in GetModuleSpecifications() function in SBModuleSpecList
120 ObjectFile::GetModuleSpecifications(file_spec, 0, 0, *specs.m_opaque_ap); in GetModuleSpecifications()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DSymbols.cpp52 if (ObjectFile::GetModuleSpecifications(file_fspec, 0, 0, module_specs)) { in FileAtPathContainsArchAndUUID()
241 ObjectFile::GetModuleSpecifications(*exec_fspec, 0, 0, module_specs) && in LocateExecutableObjectFile()
347 ObjectFile::GetModuleSpecifications(file_spec, 0, 0, specs); in LocateExecutableSymbolFile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp46 CreateMemoryInstance, GetModuleSpecifications); in Initialize()
82 size_t ObjectFileJIT::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFileJIT
H A DObjectFileJIT.h47 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBModuleSpec.h103 static SBModuleSpecList GetModuleSpecifications(const char *path);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp271 GetModuleSpecifications); in Initialize()
449 size_t ObjectContainerBSDArchive::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectContainerBSDArchive
487 if (ObjectFile::GetModuleSpecifications( in GetModuleSpecifications()
H A DObjectContainerBSDArchive.h51 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectFile.h182 static size_t GetModuleSpecifications(const FileSpec &file,
187 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h43 static size_t GetModuleSpecifications(const FileSpec &file,
H A DObjectFileBreakpad.cpp190 CreateMemoryInstance, GetModuleSpecifications); in Initialize()
235 size_t ObjectFileBreakpad::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFileBreakpad
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp207 size_t ObjectFile::GetModuleSpecifications(const FileSpec &file, in GetModuleSpecifications() function in ObjectFile
220 return ObjectFile::GetModuleSpecifications(file, // file spec in GetModuleSpecifications()
230 size_t ObjectFile::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFile
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h83 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
H A DObjectFileELF.cpp390 CreateMemoryInstance, GetModuleSpecifications); in Initialize()
631 size_t ObjectFileELF::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFileELF
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTargetList.cpp130 const size_t num_specs = ObjectFile::GetModuleSpecifications( in CreateTargetInternal()
H A DPlatform.cpp261 if (ObjectFile::GetModuleSpecifications(module_file_spec, 0, 0, in GetModuleSpec()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1290 if (!ObjectFile::GetModuleSpecifications(module_path_spec, 0, 0, in GetModuleInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp153 if (ObjectFile::GetModuleSpecifications(module_spec.GetFileSpec(), 0, 0, in Module()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp4158 if (ObjectFile::GetModuleSpecifications(module_spec.GetSymbolFileSpec(), in AddModuleSymbols()