HomeSort by: relevance | last modified time | path
    Searched refs:fdbgs (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FormattedStream.h 178 /// fdbgs() - This returns a reference to a formatted_raw_ostream for
179 /// debug output. Use it like: fdbgs() << "foo" << "bar";
180 formatted_raw_ostream &fdbgs();
  /src/external/apache2/llvm/dist/llvm/lib/Support/
FormattedStream.cpp 150 /// fdbgs() - This returns a reference to a formatted_raw_ostream for
151 /// the debug stream. Use it like: fdbgs() << "foo" << "bar";
152 formatted_raw_ostream &llvm::fdbgs() { function in class:llvm
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
vc4_drm.h 320 __u32 fdbgs; member in struct:drm_vc4_get_hang_state
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineInstr.cpp 1555 fdbgs().PadToColumn(Depth * 2);
1556 print(fdbgs());

Completed in 20 milliseconds