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

  /external/llvm/lib/Analysis/
CFGPrinter.cpp 15 // Function::viewCFG method, which is useful for debugging passes which operate
33 F.viewCFG();
140 /// viewCFG - This function is meant for use from the debugger. You can just
141 /// say 'call F->viewCFG()' and a ghostview window should pop up from the
145 void Function::viewCFG() const {
150 /// just like viewCFG, but it does not include the contents of basic blocks
Analysis.cpp 100 F->viewCFG();
  /external/clang/lib/StaticAnalyzer/Checkers/
DebugCheckers.cpp 77 cfg->viewCFG(mgr.getLangOpts());
  /external/llvm/bindings/ocaml/analysis/
llvm_analysis.mli 39 See [llvm::Function::viewCFG]. *)
  /external/llvm/include/llvm/
Function.h 387 /// viewCFG - This function is meant for use from the debugger. You can just
388 /// say 'call F->viewCFG()' and a ghostview window should pop up from the
393 void viewCFG() const;
396 /// just like viewCFG, but it does not include the contents of basic blocks
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 261 /// viewCFG - This function is meant for use from the debugger. You can just
262 /// say 'call F->viewCFG()' and a ghostview window should pop up from the
267 void viewCFG() const;
270 /// just like viewCFG, but it does not include the contents of basic blocks
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 384 void MachineFunction::viewCFG() const
389 errs() << "MachineFunction::viewCFG is only available in debug builds on "
  /external/clang/include/clang/Analysis/
CFG.h 760 void viewCFG(const LangOptions &LO) const;
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 1193 milliseconds