HomeSort by relevance Sort by last modified time
    Searched refs:DebugOut (Results 1 - 4 of 4) sorted by null

  /external/llvm/tools/llvm-objdump/
MCFunction.cpp 33 raw_ostream &DebugOut,
56 if (DisAsm->getInstruction(Inst, Size, Region, Index, DebugOut, nulls())){
MCFunction.h 83 const MCInstrAnalysis *Ana, raw_ostream &DebugOut,
MachODump.cpp 140 raw_ostream &DebugOut,
146 InstrAnalysis, DebugOut, Calls);
307 raw_ostream &DebugOut = DebugFlag ? dbgs() : nulls();
309 raw_ostream &DebugOut = nulls();
438 DebugOut, nulls())) {
469 InstrAnalysis.get(), Start, DebugOut, FunctionMap, Functions);
483 DebugOut, nulls())) {
505 SectAddress, DebugOut,
521 InstrAnalysis.get(), DebugOut,
llvm-objdump.cpp 346 raw_ostream &DebugOut = DebugFlag ? dbgs() : nulls();
348 raw_ostream &DebugOut = nulls();
355 DebugOut, nulls())) {

Completed in 36 milliseconds