Searched defs:viewCFGOnly (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
H A DCFGPrinter.cpp55 F.viewCFGOnly();
148 /// viewCFGOnly - This function is meant for use from the debugger. It works
153 void Function::viewCFGOnly() const { function in class:Function
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp411 void MachineFunction::viewCFGOnly() const function in class:MachineFunction
416 errs() << "MachineFunction::viewCFGOnly is only available in debug builds on "

Completed in 168 milliseconds