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

  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy.cpp 894 static MCJITHelper *TheHelper;
929 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode));
974 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op));
983 Function *CalleeF = TheHelper->getFunction(Callee);
    [all...]
toy-jit.cpp 643 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode));
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 854 static MCJITHelper *TheHelper;
889 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode));
934 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op));
943 Function *CalleeF = TheHelper->getFunction(Callee);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 996 static MCJITHelper *TheHelper;
1031 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode));
1076 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op));
1085 Function *CalleeF = TheHelper->getFunction(Callee);
    [all...]
toy-jit.cpp 658 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode));
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 1068 static BaseHelper *TheHelper;
1101 F = TheHelper->getFunction(
    [all...]

Completed in 560 milliseconds