| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBModuleSpec.cpp | 174 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 D | LocateSymbolFile.cpp | 53 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 D | LocateSymbolFileMacOSX.cpp | 204 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 D | ObjectFile.cpp | 183 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 D | ObjectFileBreakpad.cpp | 52 CreateMemoryInstance, GetModuleSpecifications); in Initialize() 97 size_t ObjectFileBreakpad::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFileBreakpad
|
| H A D | ObjectFileBreakpad.h | 39 static size_t GetModuleSpecifications(const FileSpec &file,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/ |
| H A D | ObjectFilePDB.cpp | 42 CreateMemoryInstance, GetModuleSpecifications); in Initialize() 112 size_t ObjectFilePDB::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFilePDB
|
| H A D | ObjectFilePDB.h | 43 static size_t GetModuleSpecifications(const FileSpec &file,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/ |
| H A D | ObjectFileJIT.cpp | 49 CreateMemoryInstance, GetModuleSpecifications); in Initialize() 85 size_t ObjectFileJIT::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFileJIT
|
| H A D | ObjectFileJIT.h | 42 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBModuleSpec.i | 111 GetModuleSpecifications (const char *path);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBModuleSpec.h | 100 static SBModuleSpecList GetModuleSpecifications(const char *path);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
| H A D | ObjectContainerBSDArchive.cpp | 270 GetModuleSpecifications); in Initialize() 443 size_t ObjectContainerBSDArchive::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectContainerBSDArchive 480 if (ObjectFile::GetModuleSpecifications( in GetModuleSpecifications()
|
| H A D | ObjectContainerBSDArchive.h | 48 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | ObjectFile.h | 187 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 D | ObjectFileWasm.h | 42 static size_t GetModuleSpecifications(const FileSpec &file,
|
| H A D | ObjectFileWasm.cpp | 82 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 D | ObjectFileELF.h | 77 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
|
| H A D | ObjectFileELF.cpp | 331 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 D | TargetList.cpp | 130 const size_t num_specs = ObjectFile::GetModuleSpecifications( in CreateTargetInternal()
|
| H A D | Platform.cpp | 265 if (ObjectFile::GetModuleSpecifications(module_file_spec, 0, 0, in GetModuleSpec()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 1269 if (!ObjectFile::GetModuleSpecifications(module_path_spec, 0, 0, in GetModuleInfo()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Module.cpp | 158 if (ObjectFile::GetModuleSpecifications( in Module()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 4010 if (ObjectFile::GetModuleSpecifications(module_spec.GetSymbolFileSpec(), in AddModuleSymbols()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 36397 result = lldb::SBModuleSpecList::GetModuleSpecifications((char const *)arg1); in _wrap_SBModuleSpecList_GetModuleSpecifications()
|