Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/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,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp82 ObjectFile::GetModuleSpecifications(exec_fspec, 0, 0, module_specs) && in LocateExecutableObjectFile()
198 ObjectFile::GetModuleSpecifications(file_spec, 0, 0, specs); in LocateExecutableSymbolFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.cpp29 GetModuleSpecifications, CreateMemoryInstance); in LLDB_PLUGIN_DEFINE()
220 size_t ObjectContainerMachOFileset::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectContainerMachOFileset
234 if (ObjectFile::GetModuleSpecifications( in GetModuleSpecifications()
H A DObjectContainerMachOFileset.h51 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp53 CreateMemoryInstance, GetModuleSpecifications); in Initialize()
93 size_t ObjectFileBreakpad::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFileBreakpad
H A DObjectFileBreakpad.h39 static size_t GetModuleSpecifications(const FileSpec &file,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp196 SBModuleSpecList SBModuleSpecList::GetModuleSpecifications(const char *path) { in GetModuleSpecifications() function in SBModuleSpecList
203 ObjectFile::GetModuleSpecifications(file_spec, 0, 0, *specs.m_opaque_up); in GetModuleSpecifications()
/freebsd/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/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp36 CreateMemoryInstance, GetModuleSpecifications); in Initialize()
63 size_t ObjectFileJIT::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFileJIT
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp253 GetModuleSpecifications); in Initialize()
431 size_t ObjectContainerBSDArchive::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectContainerBSDArchive
471 if (ObjectFile::GetModuleSpecifications(child, 0, object->file_size, in GetModuleSpecifications()
487 if (ObjectFile::GetModuleSpecifications( in GetModuleSpecifications()
H A DObjectContainerBSDArchive.h55 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp31 CreateMemoryInstance, GetModuleSpecifications); in Initialize()
104 size_t ObjectFileJSON::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFileJSON
H A DObjectFileJSON.h39 static size_t GetModuleSpecifications(const FileSpec &file,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp272 if (ObjectFile::GetModuleSpecifications( in LocateExecutableObjectFile()
300 if (ObjectFile::GetModuleSpecifications(file_spec, 0, 0, in LocateExecutableObjectFile()
347 if (ObjectFile::GetModuleSpecifications(dsym_fspec, 0, 0, module_specs)) { in FindSymbolFileInBundle()
371 if (ObjectFile::GetModuleSpecifications(file_fspec, 0, 0, module_specs)) { in FileAtPathContainsArchAndUUID()
714 if (ObjectFile::GetModuleSpecifications( in LocateMacOSXFilesUsingDebugSymbols()
742 if (ObjectFile::GetModuleSpecifications(file_spec, 0, 0, in LocateMacOSXFilesUsingDebugSymbols()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModuleSpec.h111 static SBModuleSpecList GetModuleSpecifications(const char *path);
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h171 GetModuleSpecifications(const FileSpec &file, lldb::offset_t file_offset,
175 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp39 CreateMemoryInstance, GetModuleSpecifications); in Initialize()
107 size_t ObjectFileCOFF::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFileCOFF
H A DObjectFileCOFF.h54 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DObjectFileJIT.h60 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h43 static size_t GetModuleSpecifications(const FileSpec &file,
H A DObjectFileWasm.cpp84 CreateMemoryInstance, GetModuleSpecifications); in Initialize()
219 size_t ObjectFileWasm::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFileWasm
/freebsd/contrib/llvm-project/lldb/source/Symbol/
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
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h80 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,

12