Home
last modified time | relevance | path

Searched refs:ModuleSpecList (Results 1 – 25 of 30) sorted by relevance

12

/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DModuleSpec.h275 class ModuleSpecList {
277 ModuleSpecList() = default;
279 ModuleSpecList(const ModuleSpecList &rhs) { in ModuleSpecList() function
285 ~ModuleSpecList() = default;
287 ModuleSpecList &operator=(const ModuleSpecList &rhs) {
313 void Append(const ModuleSpecList &rhs) { in Append()
359 ModuleSpecList &matching_list) const { in FindMatchingModuleSpecs()
/openbsd/src/gnu/llvm/lldb/source/API/
DSBModuleSpec.cpp148 SBModuleSpecList::SBModuleSpecList() : m_opaque_up(new ModuleSpecList()) { in SBModuleSpecList()
153 : m_opaque_up(new ModuleSpecList(*rhs.m_opaque_up)) { in SBModuleSpecList()
/openbsd/src/gnu/llvm/lldb/source/Symbol/
DLocateSymbolFile.cpp57 ModuleSpecList module_specs; in FileAtPathContainsArchAndUUID()
247 ModuleSpecList module_specs; in LocateExecutableObjectFile()
365 lldb_private::ModuleSpecList specs; in LocateExecutableSymbolFile()
DLocateSymbolFileMacOSX.cpp222 ModuleSpecList module_specs; in LocateMacOSXFilesUsingDebugSymbols()
310 ModuleSpecList module_specs; in FindSymbolFileInBundle()
DObjectFile.cpp190 ModuleSpecList &specs, in GetModuleSpecifications()
215 lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBModuleSpec.h117 std::unique_ptr<lldb_private::ModuleSpecList> m_opaque_up;
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
DObjectContainerUniversalMachO.h47 lldb_private::ModuleSpecList &specs);
DObjectContainerUniversalMachO.cpp179 lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DObjectFile.h190 lldb::offset_t file_size, ModuleSpecList &specs,
198 lldb_private::ModuleSpecList &specs);
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.h62 lldb_private::ModuleSpecList &specs);
178 lldb_private::ModuleSpecList &all_specs);
DObjectFileMachO.cpp871 lldb::offset_t length, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
1086 ModuleSpecList all_specs; in ParseHeader()
4805 ModuleSpecList all_specs;
4945 lldb_private::ModuleSpecList &all_specs) {
5080 ModuleSpecList all_specs;
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/
DObjectFileBreakpad.h44 ModuleSpecList &specs);
DObjectFileBreakpad.cpp95 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/
DObjectFileJIT.h49 lldb_private::ModuleSpecList &specs);
DObjectFileJIT.cpp79 lldb::offset_t length, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/
DObjectFileWasm.h48 ModuleSpecList &specs);
DObjectFileWasm.cpp221 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/
DObjectContainerBSDArchive.h60 lldb_private::ModuleSpecList &specs);
DObjectContainerBSDArchive.cpp563 lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
/openbsd/src/gnu/llvm/lldb/include/lldb/
Dlldb-private-interfaces.h49 lldb::offset_t length, ModuleSpecList &module_specs);
Dlldb-forward.h130 class ModuleSpecList; variable
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.h81 lldb_private::ModuleSpecList &specs);
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.h85 lldb_private::ModuleSpecList &specs);
/openbsd/src/gnu/llvm/lldb/source/Target/
DTargetList.cpp138 ModuleSpecList module_specs; in CreateTargetInternal()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerCommon.cpp1331 ModuleSpecList module_specs; in GetModuleInfo()

12