| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBModuleSpec.cpp | 115 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 D | Symbols.cpp | 52 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 D | ObjectFileJIT.cpp | 46 CreateMemoryInstance, GetModuleSpecifications); in Initialize() 82 size_t ObjectFileJIT::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFileJIT
|
| H A D | ObjectFileJIT.h | 47 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBModuleSpec.h | 103 static SBModuleSpecList GetModuleSpecifications(const char *path);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
| H A D | ObjectContainerBSDArchive.cpp | 271 GetModuleSpecifications); in Initialize() 449 size_t ObjectContainerBSDArchive::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectContainerBSDArchive 487 if (ObjectFile::GetModuleSpecifications( in GetModuleSpecifications()
|
| H A D | ObjectContainerBSDArchive.h | 51 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | ObjectFile.h | 182 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 D | ObjectFileBreakpad.h | 43 static size_t GetModuleSpecifications(const FileSpec &file,
|
| H A D | ObjectFileBreakpad.cpp | 190 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 D | ObjectFile.cpp | 207 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 D | ObjectFileELF.h | 83 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
|
| H A D | ObjectFileELF.cpp | 390 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 D | TargetList.cpp | 130 const size_t num_specs = ObjectFile::GetModuleSpecifications( in CreateTargetInternal()
|
| H A D | Platform.cpp | 261 if (ObjectFile::GetModuleSpecifications(module_file_spec, 0, 0, in GetModuleSpec()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 1290 if (!ObjectFile::GetModuleSpecifications(module_path_spec, 0, 0, in GetModuleInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Module.cpp | 153 if (ObjectFile::GetModuleSpecifications(module_spec.GetFileSpec(), 0, 0, in Module()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 4158 if (ObjectFile::GetModuleSpecifications(module_spec.GetSymbolFileSpec(), in AddModuleSymbols()
|