Home | History | Annotate | Download | only in Chapter7

Lines Matching defs:getFunction

700 Function *getFunction(std::string Name) {
702 if (auto *F = TheModule->getFunction(Name))
743 Function *F = getFunction(std::string("unary") + Opcode);
796 Function *F = getFunction(std::string("binary") + Op);
805 Function *CalleeF = getFunction(Callee);
1045 Function *TheFunction = getFunction(P.getName());