Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.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-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFile.cpp53 if (ObjectFile::GetModuleSpecifications(file_fspec, 0, 0, module_specs)) { in FileAtPathContainsArchAndUUID()
244 ObjectFile::GetModuleSpecifications(exec_fspec, 0, 0, module_specs) && in LocateExecutableObjectFile()
357 ObjectFile::GetModuleSpecifications(file_spec, 0, 0, specs); in LocateExecutableSymbolFile()
H A DLocateSymbolFileMacOSX.cpp204 if (ObjectFile::GetModuleSpecifications( in LocateMacOSXFilesUsingDebugSymbols()
234 if (ObjectFile::GetModuleSpecifications(file_spec, 0, 0, in LocateMacOSXFilesUsingDebugSymbols()
287 if (ObjectFile::GetModuleSpecifications(dsym_fspec, 0, 0, module_specs)) { in FindSymbolFileInBundle()
H A DObjectFile.cpp183 size_t ObjectFile::GetModuleSpecifications(const FileSpec &file, in GetModuleSpecifications() function in ObjectFile
198 return ObjectFile::GetModuleSpecifications(file, // file spec in GetModuleSpecifications()
208 size_t ObjectFile::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFile
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp52 CreateMemoryInstance, GetModuleSpecifications); in Initialize()
97 size_t ObjectFileBreakpad::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFileBreakpad
H A DObjectFileBreakpad.h39 static size_t GetModuleSpecifications(const FileSpec &file,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp42 CreateMemoryInstance, GetModuleSpecifications); in Initialize()
112 size_t ObjectFilePDB::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFilePDB
H A DObjectFilePDB.h43 static size_t GetModuleSpecifications(const FileSpec &file,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp49 CreateMemoryInstance, GetModuleSpecifications); in Initialize()
85 size_t ObjectFileJIT::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFileJIT
H A DObjectFileJIT.h42 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBModuleSpec.i111 GetModuleSpecifications (const char *path);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModuleSpec.h100 static SBModuleSpecList GetModuleSpecifications(const char *path);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp270 GetModuleSpecifications); in Initialize()
443 size_t ObjectContainerBSDArchive::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectContainerBSDArchive
480 if (ObjectFile::GetModuleSpecifications( in GetModuleSpecifications()
H A DObjectContainerBSDArchive.h48 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h187 GetModuleSpecifications(const FileSpec &file, lldb::offset_t file_offset,
191 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h42 static size_t GetModuleSpecifications(const FileSpec &file,
H A DObjectFileWasm.cpp82 CreateMemoryInstance, GetModuleSpecifications); in Initialize()
222 size_t ObjectFileWasm::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFileWasm
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h77 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
H A DObjectFileELF.cpp331 CreateMemoryInstance, GetModuleSpecifications); in Initialize()
513 size_t ObjectFileELF::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFileELF
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp130 const size_t num_specs = ObjectFile::GetModuleSpecifications( in CreateTargetInternal()
H A DPlatform.cpp265 if (ObjectFile::GetModuleSpecifications(module_file_spec, 0, 0, in GetModuleSpec()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1269 if (!ObjectFile::GetModuleSpecifications(module_path_spec, 0, 0, in GetModuleInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp158 if (ObjectFile::GetModuleSpecifications( in Module()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp4010 if (ObjectFile::GetModuleSpecifications(module_spec.GetSymbolFileSpec(), in AddModuleSymbols()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp36397 result = lldb::SBModuleSpecList::GetModuleSpecifications((char const *)arg1); in _wrap_SBModuleSpecList_GetModuleSpecifications()