HomeSort by relevance Sort by last modified time
    Searched defs:buildCFG (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/
MCObjectDisassembler.cpp 40 buildCFG(Module);
112 void MCObjectDisassembler::buildCFG(MCModule *Module) {
  /external/clang/lib/Analysis/
CFG.cpp 344 // buildCFG - Used by external clients to construct the CFG.
345 CFG* buildCFG(const Decl *D, Stmt *Statement);
632 /// BuildCFG - Constructs a CFG from an AST (a Stmt*). The AST can represent an
637 CFG* CFGBuilder::buildCFG(const Decl *D, Stmt *Statement) {
    [all...]

Completed in 185 milliseconds