Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBModuleSpec.cpp174 SBModuleSpecList SBModuleSpecList::GetModuleSpecifications(const char *path) { in GetModuleSpecifications() function in SBModuleSpecList
176 GetModuleSpecifications, (const char *), path); in GetModuleSpecifications()
182 ObjectFile::GetModuleSpecifications(file_spec, 0, 0, *specs.m_opaque_up); in GetModuleSpecifications()
283 GetModuleSpecifications, (const char *)); in RegisterMethods()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDLocateSymbolFile.cpp52 if (ObjectFile::GetModuleSpecifications(file_fspec, 0, 0, module_specs)) { in FileAtPathContainsArchAndUUID()
245 ObjectFile::GetModuleSpecifications(exec_fspec, 0, 0, module_specs) && in LocateExecutableObjectFile()
357 ObjectFile::GetModuleSpecifications(file_spec, 0, 0, specs); in LocateExecutableSymbolFile()
HDLocateSymbolFileMacOSX.cpp195 if (ObjectFile::GetModuleSpecifications( in LocateMacOSXFilesUsingDebugSymbols()
225 if (ObjectFile::GetModuleSpecifications(file_spec, 0, 0, in LocateMacOSXFilesUsingDebugSymbols()
285 if (ObjectFile::GetModuleSpecifications(dsym_fspec, 0, 0, module_specs)) { in FindSymbolFileInBundle()
HDObjectFile.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-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
HDObjectFileBreakpad.cpp50 CreateMemoryInstance, GetModuleSpecifications); in Initialize()
95 size_t ObjectFileBreakpad::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFileBreakpad
HDObjectFileBreakpad.h39 static size_t GetModuleSpecifications(const FileSpec &file,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
HDObjectFileJIT.cpp47 CreateMemoryInstance, GetModuleSpecifications); in Initialize()
83 size_t ObjectFileJIT::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFileJIT
HDObjectFileJIT.h42 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBModuleSpec.i108 GetModuleSpecifications (const char *path);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
HDObjectContainerBSDArchive.cpp270 GetModuleSpecifications); in Initialize()
445 size_t ObjectContainerBSDArchive::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectContainerBSDArchive
482 if (ObjectFile::GetModuleSpecifications( in GetModuleSpecifications()
HDObjectContainerBSDArchive.h48 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBModuleSpec.h100 static SBModuleSpecList GetModuleSpecifications(const char *path);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDObjectFile.h175 static size_t GetModuleSpecifications(const FileSpec &file,
180 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.h77 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
HDObjectFileELF.cpp311 CreateMemoryInstance, GetModuleSpecifications); in Initialize()
493 size_t ObjectFileELF::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFileELF
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDTargetList.cpp125 const size_t num_specs = ObjectFile::GetModuleSpecifications( in CreateTargetInternal()
HDPlatform.cpp259 if (ObjectFile::GetModuleSpecifications(module_file_spec, 0, 0, in GetModuleSpec()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerCommon.cpp1304 if (!ObjectFile::GetModuleSpecifications(module_path_spec, 0, 0, in GetModuleInfo()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDModule.cpp153 if (ObjectFile::GetModuleSpecifications(module_spec.GetFileSpec(), 0, 0, in Module()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectTarget.cpp4064 if (ObjectFile::GetModuleSpecifications(module_spec.GetSymbolFileSpec(), in AddModuleSymbols()