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

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

Completed in 90 milliseconds