Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp128 PdbCompilandId id, llvm::pdb::ModuleDebugStreamRef debug_stream, in CompilandIndexItem() argument
130 : m_id(id), m_debug_stream(std::move(debug_stream)), in CompilandIndexItem()
150 llvm::pdb::ModuleDebugStreamRef debug_stream(descriptor, nullptr); in GetOrCreateCompiland() local
151 cci = std::make_unique<CompilandIndexItem>(PdbCompilandId{ modi }, debug_stream, std::move(descriptor)); in GetOrCreateCompiland()
155 llvm::pdb::ModuleDebugStreamRef debug_stream(descriptor, in GetOrCreateCompiland() local
158 cantFail(debug_stream.reload()); in GetOrCreateCompiland()
161 PdbCompilandId{modi}, std::move(debug_stream), std::move(descriptor)); in GetOrCreateCompiland()
H A DCompileUnitIndex.h42 llvm::pdb::ModuleDebugStreamRef debug_stream,
/freebsd/usr.sbin/pmccontrol/
H A Dpmccontrol.c96 static FILE *debug_stream = NULL; variable
101 (void) fprintf(debug_stream, "[pmccontrol] " __VA_ARGS__)
116 debug_stream = fopen(fn, "w"); in pmcc_init_debug()
117 if (debug_stream == NULL) in pmcc_init_debug()
118 debug_stream = stderr; in pmcc_init_debug()
120 debug_stream = stderr; in pmcc_init_debug()