Home
last modified time | relevance | path

Searched refs:feedback_strm (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.cpp42 if (feedback_strm) { in UUIDsMatch()
43 feedback_strm->PutCString( in UUIDsMatch()
46 feedback_strm->PutCString("\n"); in UUIDsMatch()
55 if (feedback_strm) { in UUIDsMatch()
56 feedback_strm->PutCString( in UUIDsMatch()
58 module->GetUUID().Dump(feedback_strm); in UUIDsMatch()
59 feedback_strm->PutChar(' '); in UUIDsMatch()
61 feedback_strm->PutCString("\n "); in UUIDsMatch()
62 dsym_uuid.Dump(feedback_strm); in UUIDsMatch()
63 feedback_strm->PutChar(' '); in UUIDsMatch()
[all …]
H A DSymbolVendorMacOSX.h28 lldb_private::Stream *feedback_strm);
/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymbolVendor.cpp27 lldb_private::Stream *feedback_strm) { in FindPlugin() argument
35 instance_up.reset(create_callback(module_sp, feedback_strm)); in FindPlugin()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.h31 lldb_private::Stream *feedback_strm);
H A DSymbolVendorELF.cpp55 lldb_private::Stream *feedback_strm) { in CreateInstance() argument
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.h31 lldb_private::Stream *feedback_strm);
H A DSymbolVendorPECOFF.cpp55 lldb_private::Stream *feedback_strm) { in CreateInstance() argument
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.h29 lldb_private::Stream *feedback_strm);
H A DSymbolVendorWasm.cpp56 lldb_private::Stream *feedback_strm) { in CreateInstance() argument
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DSymbolVendor.h34 Stream *feedback_strm);
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-private-interfaces.h88 *feedback_strm); // Module can be NULL for default system symbol vendor
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModule.h633 Stream *feedback_strm = nullptr);
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp178 lldb_private::Stream *feedback_strm = nullptr) override { in GetSymbolFile() argument
190 Module::GetSymbolFile(can_create, feedback_strm)) { in GetSymbolFile()
/llvm-project-15.0.7/lldb/source/Core/
H A DModule.cpp1038 SymbolFile *Module::GetSymbolFile(bool can_create, Stream *feedback_strm) { in GetSymbolFile() argument
1046 SymbolVendor::FindPlugin(shared_from_this(), feedback_strm)); in GetSymbolFile()