Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDSymbols.cpp63 if (ObjectFile::GetModuleSpecifications(file_fspec, 0, 0, module_specs)) in FileAtPathContainsArchAndUUID()
186 ObjectFile::GetModuleSpecifications(*exec_fspec, 0, 0, module_specs) && in LocateExecutableObjectFile()
259 … const size_t num_specs = ObjectFile::GetModuleSpecifications (file_spec, 0, 0, specs); in LocateExecutableSymbolFile()
/NextBSD/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()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/
HDObjectFileJIT.cpp52 GetModuleSpecifications); in Initialize()
100 ObjectFileJIT::GetModuleSpecifications (const lldb_private::FileSpec& file, in GetModuleSpecifications() function in ObjectFileJIT
HDObjectFileJIT.h55 GetModuleSpecifications (const lldb_private::FileSpec& file,
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDObjectFile.h203 GetModuleSpecifications (const FileSpec &file,
209 GetModuleSpecifications (const lldb_private::FileSpec& file,
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBModuleSpec.h125 GetModuleSpecifications (const char *path);
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDObjectFile.cpp188 ObjectFile::GetModuleSpecifications (const FileSpec &file, in GetModuleSpecifications() function in ObjectFile
202 return ObjectFile::GetModuleSpecifications (file, // file spec in GetModuleSpecifications()
213 ObjectFile::GetModuleSpecifications (const lldb_private::FileSpec& file, in GetModuleSpecifications() function in ObjectFile
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
HDObjectContainerBSDArchive.cpp312 GetModuleSpecifications); in Initialize()
551 ObjectContainerBSDArchive::GetModuleSpecifications (const lldb_private::FileSpec& file, in GetModuleSpecifications() function in ObjectContainerBSDArchive
589 if (ObjectFile::GetModuleSpecifications(file, in GetModuleSpecifications()
HDObjectContainerBSDArchive.h50 GetModuleSpecifications (const lldb_private::FileSpec& file,
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.h92 GetModuleSpecifications (const lldb_private::FileSpec& file,
HDObjectFileELF.cpp367 GetModuleSpecifications); in Initialize()
624 ObjectFileELF::GetModuleSpecifications (const lldb_private::FileSpec& file, in GetModuleSpecifications() function in ObjectFileELF
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTargetList.cpp159 …const size_t num_specs = ObjectFile::GetModuleSpecifications (module_spec.GetFileSpec(), file_offs… in CreateTargetInternal()
HDPlatform.cpp287 if (ObjectFile::GetModuleSpecifications (module_file_spec, 0, 0, module_specs) == 0) in GetModuleSpec()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerCommon.cpp1191 if (!ObjectFile::GetModuleSpecifications(module_path_spec, 0, 0, module_specs)) in Handle_qModuleInfo()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDModule.cpp178 if (ObjectFile::GetModuleSpecifications(module_spec.GetFileSpec(), 0, 0, modules_specs) == 0) in Module()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectTarget.cpp4471 …if (ObjectFile::GetModuleSpecifications(module_spec.GetSymbolFileSpec(), 0, 0, symfile_module_spec… in AddModuleSymbols()