/external/llvm-project/lldb/source/API/ |
D | SBModuleSpec.cpp | 174 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/ |
D | ObjectContainerUniversalMachO.cpp | 29 GetModuleSpecifications); in LLDB_PLUGIN_DEFINE_ADV() 215 size_t ObjectContainerUniversalMachO::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectContainerUniversalMachO 231 ObjectFile::GetModuleSpecifications( in GetModuleSpecifications()
|
D | ObjectContainerUniversalMachO.h | 40 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
|
/external/llvm-project/lldb/source/Symbol/ |
D | LocateSymbolFile.cpp | 53 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()
|
D | LocateSymbolFileMacOSX.cpp | 204 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()
|
D | ObjectFile.cpp | 207 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/ |
D | ObjectFileBreakpad.cpp | 52 CreateMemoryInstance, GetModuleSpecifications); in Initialize() 97 size_t ObjectFileBreakpad::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFileBreakpad
|
D | ObjectFileBreakpad.h | 39 static size_t GetModuleSpecifications(const FileSpec &file,
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/PDB/ |
D | ObjectFilePDB.cpp | 42 CreateMemoryInstance, GetModuleSpecifications); in Initialize() 112 size_t ObjectFilePDB::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFilePDB
|
D | ObjectFilePDB.h | 43 static size_t GetModuleSpecifications(const FileSpec &file,
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/JIT/ |
D | ObjectFileJIT.cpp | 49 CreateMemoryInstance, GetModuleSpecifications); in Initialize() 85 size_t ObjectFileJIT::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFileJIT
|
D | ObjectFileJIT.h | 42 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBModuleSpec.i | 108 GetModuleSpecifications (const char *path);
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBModuleSpec.h | 100 static SBModuleSpecList GetModuleSpecifications(const char *path);
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | ObjectFile.h | 187 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/ |
D | ObjectContainerBSDArchive.cpp | 272 GetModuleSpecifications); in Initialize() 447 size_t ObjectContainerBSDArchive::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectContainerBSDArchive 484 if (ObjectFile::GetModuleSpecifications( in GetModuleSpecifications()
|
D | ObjectContainerBSDArchive.h | 48 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
|
/external/llvm-project/lldb/unittests/ObjectFile/ELF/ |
D | TestObjectFileELF.cpp | 152 ASSERT_EQ(1u, ObjectFile::GetModuleSpecifications(FileSpec(SO), 0, 0, Specs)); in TEST_F()
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
D | ObjectFileWasm.h | 42 static size_t GetModuleSpecifications(const FileSpec &file,
|
D | ObjectFileWasm.cpp | 82 CreateMemoryInstance, GetModuleSpecifications); in Initialize() 222 size_t ObjectFileWasm::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFileWasm
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.h | 52 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
D | ObjectFilePECOFF.h | 73 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
|
D | ObjectFilePECOFF.cpp | 67 CreateMemoryInstance, GetModuleSpecifications, SaveCore); in Initialize() 132 size_t ObjectFilePECOFF::GetModuleSpecifications( in GetModuleSpecifications() function in ObjectFilePECOFF
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.h | 77 static size_t GetModuleSpecifications(const lldb_private::FileSpec &file,
|
/external/llvm-project/lldb/source/Target/ |
D | TargetList.cpp | 119 const size_t num_specs = ObjectFile::GetModuleSpecifications( in CreateTargetInternal()
|