Searched refs:compileFunc (Results 1 – 4 of 4) sorted by relevance
40 llvm::Expected<Function *> compileFunc(const FunctionDecl *F);
32 if (auto R = ByteCodeStmtGen<ByteCodeEmitter>(*this, *P).compileFunc(FD)) { in isPotentialConstantExpr()
21 Expected<Function *> ByteCodeEmitter::compileFunc(const FunctionDecl *F) { in compileFunc() function in ByteCodeEmitter
201 return ByteCodeStmtGen<ByteCodeEmitter>(Ctx, *this).compileFunc(FD); in getOrCreateFunction()