Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Minidump/
H A DObjectFileMinidump.cpp28 CreateMemoryInstance, GetModuleSpecifications, SaveCore); in LLDB_PLUGIN_DEFINE()
48 size_t ObjectFileMinidump::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFileMinidump
H A DObjectFileMinidump.h49 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
/llvm-project-15.0.7/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DObjectContainerUniversalMachO.cpp29 GetModuleSpecifications); in LLDB_PLUGIN_DEFINE_ADV()
199 size_t ObjectContainerUniversalMachO::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectContainerUniversalMachO
215 ObjectFile::GetModuleSpecifications( in GetModuleSpecifications()
H A DObjectContainerUniversalMachO.h42 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
/llvm-project-15.0.7/lldb/source/Symbol/
H A DLocateSymbolFile.cpp55 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 DLocateSymbolFileMacOSX.cpp238 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 DObjectFile.cpp187 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 DSBModuleSpec.cpp167 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 DObjectFilePDB.cpp42 CreateMemoryInstance, GetModuleSpecifications); in Initialize()
107 size_t ObjectFilePDB::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFilePDB
H A DObjectFilePDB.h43 static size_t GetModuleSpecifications(const FileSpec &file,
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp52 CreateMemoryInstance, GetModuleSpecifications); in Initialize()
92 size_t ObjectFileBreakpad::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFileBreakpad
H A DObjectFileBreakpad.h39 static size_t GetModuleSpecifications(const FileSpec &file,
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp49 CreateMemoryInstance, GetModuleSpecifications); in Initialize()
76 size_t ObjectFileJIT::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFileJIT
H A DObjectFileJIT.h44 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
/llvm-project-15.0.7/lldb/test/API/functionalities/archives/
H A DTestBSDArchives.py64 module_specs = lldb.SBModuleSpecList.GetModuleSpecifications(archive_path)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBModuleSpec.i111 GetModuleSpecifications (const char *path);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBModuleSpec.h100 static SBModuleSpecList GetModuleSpecifications(const char *path);
/llvm-project-15.0.7/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp384 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 DObjectContainerBSDArchive.h55 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DObjectFile.h189 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 Ddwarf-gnu-debuglink-i686.yaml6 # LocateSymbolFile.cpp) can handle ObjectFilePECOFF::GetModuleSpecifications
/llvm-project-15.0.7/lldb/unittests/ObjectFile/ELF/
H A DTestObjectFileELF.cpp152 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 DObjectFileWasm.h42 static size_t GetModuleSpecifications(const FileSpec &file,
H A DObjectFileWasm.cpp83 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 DObjectFileMachO.h56 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,

12