Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DObjectContainerUniversalMachO.cpp29 GetModuleSpecifications); in LLDB_PLUGIN_DEFINE_ADV()
176 size_t ObjectContainerUniversalMachO::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectContainerUniversalMachO
192 ObjectFile::GetModuleSpecifications( in GetModuleSpecifications()
H A DObjectContainerUniversalMachO.h42 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
/openbsd-src/gnu/llvm/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,
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DLocateSymbolFile.cpp58 if (ObjectFile::GetModuleSpecifications(file_fspec, 0, 0, module_specs)) { in FileAtPathContainsArchAndUUID()
250 ObjectFile::GetModuleSpecifications(exec_fspec, 0, 0, module_specs) && in LocateExecutableObjectFile()
367 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
/openbsd-src/gnu/llvm/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,
/openbsd-src/gnu/llvm/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,
/openbsd-src/gnu/llvm/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,
/openbsd-src/gnu/llvm/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,
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBModuleSpec.i111 GetModuleSpecifications (const char *path);
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp384 GetModuleSpecifications); in Initialize()
560 size_t ObjectContainerBSDArchive::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectContainerBSDArchive
600 if (ObjectFile::GetModuleSpecifications(child, 0, object->file_size, in GetModuleSpecifications()
616 if (ObjectFile::GetModuleSpecifications( in GetModuleSpecifications()
H A DObjectContainerBSDArchive.h55 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBModuleSpec.h100 static SBModuleSpecList GetModuleSpecifications(const char *path);
/openbsd-src/gnu/llvm/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,
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.h57 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h76 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,

12