Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/API/
DSBModuleSpec.cpp174 SBModuleSpecList SBModuleSpecList::GetModuleSpecifications(const char *path) { in GetModuleSpecifications() function in SBModuleSpecList
176 GetModuleSpecifications, (const char *), path); in GetModuleSpecifications()
182 ObjectFile::GetModuleSpecifications(file_spec, 0, 0, *specs.m_opaque_up); in GetModuleSpecifications()
283 GetModuleSpecifications, (const char *)); in RegisterMethods()
/external/llvm-project/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
DObjectContainerUniversalMachO.cpp29 GetModuleSpecifications); in LLDB_PLUGIN_DEFINE_ADV()
215 size_t ObjectContainerUniversalMachO::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectContainerUniversalMachO
231 ObjectFile::GetModuleSpecifications( in GetModuleSpecifications()
DObjectContainerUniversalMachO.h40 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
/external/llvm-project/lldb/source/Symbol/
DLocateSymbolFile.cpp53 if (ObjectFile::GetModuleSpecifications(file_fspec, 0, 0, module_specs)) { in FileAtPathContainsArchAndUUID()
247 ObjectFile::GetModuleSpecifications(exec_fspec, 0, 0, module_specs) && in LocateExecutableObjectFile()
360 ObjectFile::GetModuleSpecifications(file_spec, 0, 0, specs); in LocateExecutableSymbolFile()
DLocateSymbolFileMacOSX.cpp204 if (ObjectFile::GetModuleSpecifications( in LocateMacOSXFilesUsingDebugSymbols()
234 if (ObjectFile::GetModuleSpecifications(file_spec, 0, 0, in LocateMacOSXFilesUsingDebugSymbols()
287 if (ObjectFile::GetModuleSpecifications(dsym_fspec, 0, 0, module_specs)) { in FindSymbolFileInBundle()
DObjectFile.cpp207 size_t ObjectFile::GetModuleSpecifications(const FileSpec &file, in GetModuleSpecifications() function in ObjectFile
222 return ObjectFile::GetModuleSpecifications(file, // file spec in GetModuleSpecifications()
232 size_t ObjectFile::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFile
/external/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
DObjectFileBreakpad.cpp52 CreateMemoryInstance, GetModuleSpecifications); in Initialize()
97 size_t ObjectFileBreakpad::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFileBreakpad
DObjectFileBreakpad.h39 static size_t GetModuleSpecifications(const FileSpec &file,
/external/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
DObjectFilePDB.cpp42 CreateMemoryInstance, GetModuleSpecifications); in Initialize()
112 size_t ObjectFilePDB::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFilePDB
DObjectFilePDB.h43 static size_t GetModuleSpecifications(const FileSpec &file,
/external/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
DObjectFileJIT.cpp49 CreateMemoryInstance, GetModuleSpecifications); in Initialize()
85 size_t ObjectFileJIT::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFileJIT
DObjectFileJIT.h42 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
/external/llvm-project/lldb/bindings/interface/
DSBModuleSpec.i108 GetModuleSpecifications (const char *path);
/external/llvm-project/lldb/include/lldb/API/
DSBModuleSpec.h100 static SBModuleSpecList GetModuleSpecifications(const char *path);
/external/llvm-project/lldb/include/lldb/Symbol/
DObjectFile.h187 GetModuleSpecifications(const FileSpec &file, lldb::offset_t file_offset,
191 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
/external/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
DObjectContainerBSDArchive.cpp272 GetModuleSpecifications); in Initialize()
447 size_t ObjectContainerBSDArchive::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectContainerBSDArchive
484 if (ObjectFile::GetModuleSpecifications( in GetModuleSpecifications()
DObjectContainerBSDArchive.h48 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
/external/llvm-project/lldb/unittests/ObjectFile/ELF/
DTestObjectFileELF.cpp152 ASSERT_EQ(1u, ObjectFile::GetModuleSpecifications(FileSpec(SO), 0, 0, Specs)); in TEST_F()
/external/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
DObjectFileWasm.h42 static size_t GetModuleSpecifications(const FileSpec &file,
DObjectFileWasm.cpp82 CreateMemoryInstance, GetModuleSpecifications); in Initialize()
222 size_t ObjectFileWasm::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFileWasm
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.h52 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.h73 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
DObjectFilePECOFF.cpp67 CreateMemoryInstance, GetModuleSpecifications, SaveCore); in Initialize()
132 size_t ObjectFilePECOFF::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFilePECOFF
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.h77 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
/external/llvm-project/lldb/source/Target/
DTargetList.cpp119 const size_t num_specs = ObjectFile::GetModuleSpecifications( in CreateTargetInternal()

12