Searched refs:irgenAndTakeOwnership (Results 1 – 8 of 8) sorted by relevance
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | KaleidoscopeJIT.h | 60 irgenAndTakeOwnership(FunctionAST &FnAST, const std::string &Suffix); 171 auto M = irgenAndTakeOwnership(*SharedFnAST, "$impl"); in addFunctionAST()
|
D | toy.cpp | 1094 irgenAndTakeOwnership(FunctionAST &FnAST, const std::string &Suffix) { in irgenAndTakeOwnership() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | KaleidoscopeJIT.h | 69 irgenAndTakeOwnership(FunctionAST &FnAST, const std::string &Suffix); 158 auto M = irgenAndTakeOwnership(*SharedFnAST, "$impl"); in addFunctionAST()
|
D | toy.cpp | 1103 irgenAndTakeOwnership(FunctionAST &FnAST, const std::string &Suffix) { in irgenAndTakeOwnership() function
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | KaleidoscopeJIT.h | 62 irgenAndTakeOwnership(FunctionAST &FnAST, const std::string &Suffix); 199 auto M = irgenAndTakeOwnership(*SharedFnAST, "$impl"); in addFunctionAST()
|
D | toy.cpp | 1116 irgenAndTakeOwnership(FunctionAST &FnAST, const std::string &Suffix) { in irgenAndTakeOwnership() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | KaleidoscopeJIT.h | 71 irgenAndTakeOwnership(FunctionAST &FnAST, const std::string &Suffix); 171 auto M = irgenAndTakeOwnership(*SharedFnAST, "$impl"); in addFunctionAST()
|
D | toy.cpp | 1127 irgenAndTakeOwnership(FunctionAST &FnAST, const std::string &Suffix) { in irgenAndTakeOwnership() function
|