Searched defs:buildCFG (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/MC/MCAnalysis/
H A DMCObjectDisassembler.cpp86 buildCFG(Module);
179 void MCObjectDisassembler::buildCFG(MCModule *Module) { function in class:MCObjectDisassembler
/external/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp88 til::SCFG *SExprBuilder::buildCFG(CFGWalker &Walker) { function in class:clang::threadSafety::SExprBuilder
786 til::SCFG *Cfg = builder.buildCFG(Walker);
H A DCFG.cpp345 // buildCFG - Used by external clients to construct the CFG.
346 CFG* buildCFG(const Decl *D, Stmt *Statement);
904 CFG* CFGBuilder::buildCFG(const Decl *D, Stmt *Statement) { function in class:__anon17770::CFGBuilder
3696 /// buildCFG - Constructs a CFG from an AST. Ownership of the returned
3698 CFG* CFG::buildCFG(const Decl *D, Stmt *Statement, ASTContext *C, function in class:CFG
3701 return Builder.buildCFG(D, Statement);

Completed in 113 milliseconds