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

  /external/llvm/include/llvm/MC/
MCObjectDisassembler.h 135 void buildCFG(MCModule *Module);
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 184 cfg.reset(CFG::buildCFG(D, getBody(),
203 completeCFG.reset(CFG::buildCFG(D, getBody(), &D->getASTContext(),
ThreadSafetyCommon.cpp 88 til::SCFG *SExprBuilder::buildCFG(CFGWalker &Walker) {
786 til::SCFG *Cfg = builder.buildCFG(Walker);
CFG.cpp 345 // buildCFG - Used by external clients to construct the CFG.
346 CFG* buildCFG(const Decl *D, Stmt *Statement);
899 /// BuildCFG - Constructs a CFG from an AST (a Stmt*). The AST can represent an
904 CFG* CFGBuilder::buildCFG(const Decl *D, Stmt *Statement) {
    [all...]
  /external/llvm/lib/MC/MCAnalysis/
MCObjectDisassembler.cpp 86 buildCFG(Module);
179 void MCObjectDisassembler::buildCFG(MCModule *Module) {
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 249 til::SCFG *buildCFG(CFGWalker &Walker);
  /external/clang/include/clang/Analysis/
CFG.h 814 /// buildCFG - Builds a CFG from an AST. The responsibility to free the
816 static CFG* buildCFG(const Decl *D, Stmt *AST, ASTContext *C,
    [all...]

Completed in 681 milliseconds