| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Minidump/ |
| H A D | ObjectFileMinidump.cpp | 28 CreateMemoryInstance, GetModuleSpecifications, SaveCore); in LLDB_PLUGIN_DEFINE() 48 size_t ObjectFileMinidump::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFileMinidump
|
| H A D | ObjectFileMinidump.h | 49 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ |
| H A D | ObjectContainerUniversalMachO.cpp | 29 GetModuleSpecifications); in LLDB_PLUGIN_DEFINE_ADV() 199 size_t ObjectContainerUniversalMachO::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectContainerUniversalMachO 215 ObjectFile::GetModuleSpecifications( in GetModuleSpecifications()
|
| H A D | ObjectContainerUniversalMachO.h | 42 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | LocateSymbolFile.cpp | 55 if (ObjectFile::GetModuleSpecifications(file_fspec, 0, 0, module_specs)) { in FileAtPathContainsArchAndUUID() 247 ObjectFile::GetModuleSpecifications(exec_fspec, 0, 0, module_specs) && in LocateExecutableObjectFile() 364 ObjectFile::GetModuleSpecifications(file_spec, 0, 0, specs); in LocateExecutableSymbolFile()
|
| H A D | LocateSymbolFileMacOSX.cpp | 238 if (ObjectFile::GetModuleSpecifications( in LocateMacOSXFilesUsingDebugSymbols() 266 if (ObjectFile::GetModuleSpecifications(file_spec, 0, 0, in LocateMacOSXFilesUsingDebugSymbols() 311 if (ObjectFile::GetModuleSpecifications(dsym_fspec, 0, 0, module_specs)) { in FindSymbolFileInBundle()
|
| H A D | ObjectFile.cpp | 187 size_t ObjectFile::GetModuleSpecifications(const FileSpec &file, in GetModuleSpecifications() function in ObjectFile 202 return ObjectFile::GetModuleSpecifications(file, // file spec in GetModuleSpecifications() 212 size_t ObjectFile::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFile
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBModuleSpec.cpp | 167 SBModuleSpecList SBModuleSpecList::GetModuleSpecifications(const char *path) { in GetModuleSpecifications() function in SBModuleSpecList 174 ObjectFile::GetModuleSpecifications(file_spec, 0, 0, *specs.m_opaque_up); in GetModuleSpecifications()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PDB/ |
| H A D | ObjectFilePDB.cpp | 42 CreateMemoryInstance, GetModuleSpecifications); in Initialize() 107 size_t ObjectFilePDB::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFilePDB
|
| H A D | ObjectFilePDB.h | 43 static size_t GetModuleSpecifications(const FileSpec &file,
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | ObjectFileBreakpad.cpp | 52 CreateMemoryInstance, GetModuleSpecifications); in Initialize() 92 size_t ObjectFileBreakpad::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFileBreakpad
|
| H A D | ObjectFileBreakpad.h | 39 static size_t GetModuleSpecifications(const FileSpec &file,
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/JIT/ |
| H A D | ObjectFileJIT.cpp | 49 CreateMemoryInstance, GetModuleSpecifications); in Initialize() 76 size_t ObjectFileJIT::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFileJIT
|
| H A D | ObjectFileJIT.h | 44 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/archives/ |
| H A D | TestBSDArchives.py | 64 module_specs = lldb.SBModuleSpecList.GetModuleSpecifications(archive_path)
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBModuleSpec.i | 111 GetModuleSpecifications (const char *path);
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBModuleSpec.h | 100 static SBModuleSpecList GetModuleSpecifications(const char *path);
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
| H A D | ObjectContainerBSDArchive.cpp | 384 GetModuleSpecifications); in Initialize() 584 size_t ObjectContainerBSDArchive::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectContainerBSDArchive 624 if (ObjectFile::GetModuleSpecifications(child, 0, object->file_size, in GetModuleSpecifications() 640 if (ObjectFile::GetModuleSpecifications( in GetModuleSpecifications()
|
| H A D | ObjectContainerBSDArchive.h | 55 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | ObjectFile.h | 189 GetModuleSpecifications(const FileSpec &file, lldb::offset_t file_offset, 193 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
|
| /llvm-project-15.0.7/lldb/test/Shell/ObjectFile/PECOFF/ |
| H A D | dwarf-gnu-debuglink-i686.yaml | 6 # LocateSymbolFile.cpp) can handle ObjectFilePECOFF::GetModuleSpecifications
|
| /llvm-project-15.0.7/lldb/unittests/ObjectFile/ELF/ |
| H A D | TestObjectFileELF.cpp | 152 ASSERT_EQ(1u, ObjectFile::GetModuleSpecifications(FileSpec(SO), 0, 0, Specs)); in TEST_F()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.h | 42 static size_t GetModuleSpecifications(const FileSpec &file,
|
| H A D | ObjectFileWasm.cpp | 83 CreateMemoryInstance, GetModuleSpecifications); in Initialize() 218 size_t ObjectFileWasm::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFileWasm
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.h | 56 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
|