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 99 F->viewCFG();
  /external/clang/lib/StaticAnalyzer/Checkers/
DebugCheckers.cpp 52 cfg->viewCFG(mgr.getLangOptions());
  /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 253 /// viewCFG - This function is meant for use from the debugger. You can just
254 /// say 'call F->viewCFG()' and a ghostview window should pop up from the
259 void viewCFG() const;
262 /// just like viewCFG, but it does not include the contents of basic blocks
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 368 void MachineFunction::viewCFG() const
373 errs() << "MachineFunction::viewCFG is only available in debug builds on "
  /external/clang/include/clang/Analysis/
CFG.h 688 void viewCFG(const LangOptions &LO) const;
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 119 milliseconds