Searched refs:debug_stream (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | CompileUnitIndex.cpp | 111 PdbCompilandId id, llvm::pdb::ModuleDebugStreamRef debug_stream, in CompilandIndexItem() argument 113 : m_id(id), m_debug_stream(std::move(debug_stream)), in CompilandIndexItem() 128 llvm::pdb::ModuleDebugStreamRef debug_stream(descriptor, in GetOrCreateCompiland() local 130 cantFail(debug_stream.reload()); in GetOrCreateCompiland() 135 PdbCompilandId{modi}, std::move(debug_stream), std::move(descriptor)); in GetOrCreateCompiland() 138 cci->m_strings.initialize(debug_stream.getSubsectionsArray()); in GetOrCreateCompiland()
|
| H A D | CompileUnitIndex.h | 40 llvm::pdb::ModuleDebugStreamRef debug_stream,
|
| /freebsd-12.1/usr.sbin/pmccontrol/ |
| H A D | pmccontrol.c | 99 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()
|