Home
last modified time | relevance | path

Searched refs:debug_stream (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp110 PdbCompilandId id, llvm::pdb::ModuleDebugStreamRef debug_stream, in CompilandIndexItem() argument
112 : m_id(id), m_debug_stream(std::move(debug_stream)), in CompilandIndexItem()
132 llvm::pdb::ModuleDebugStreamRef debug_stream(descriptor, nullptr); in GetOrCreateCompiland() local
133 …cci = std::make_unique<CompilandIndexItem>(PdbCompilandId{ modi }, debug_stream, std::move(descrip… in GetOrCreateCompiland()
137 llvm::pdb::ModuleDebugStreamRef debug_stream(descriptor, in GetOrCreateCompiland() local
140 cantFail(debug_stream.reload()); in GetOrCreateCompiland()
143 PdbCompilandId{modi}, std::move(debug_stream), std::move(descriptor)); in GetOrCreateCompiland()
146 cci->m_strings.initialize(debug_stream.getSubsectionsArray()); in GetOrCreateCompiland()
H A DCompileUnitIndex.h39 llvm::pdb::ModuleDebugStreamRef debug_stream,
/freebsd-13.1/usr.sbin/pmccontrol/
H A Dpmccontrol.c99 static FILE *debug_stream = NULL; variable
104 (void) fprintf(debug_stream, "[pmccontrol] " __VA_ARGS__);
119 debug_stream = fopen(fn, "w"); in pmcc_init_debug()
120 if (debug_stream == NULL) in pmcc_init_debug()
121 debug_stream = stderr; in pmcc_init_debug()
123 debug_stream = stderr; in pmcc_init_debug()