Searched refs:SharedFnAST (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | KaleidoscopeJIT.h | 139 auto SharedFnAST = std::shared_ptr<FunctionAST>(std::move(FnAST)); in addFunctionAST() local 157 auto CompileAction = [this, SharedFnAST]() { in addFunctionAST() 158 auto M = irgenAndTakeOwnership(*SharedFnAST, "$impl"); in addFunctionAST() 160 auto Sym = findSymbol(SharedFnAST->getName() + "$impl"); in addFunctionAST() 164 mangle(SharedFnAST->getName()), SymAddr)) { in addFunctionAST() 186 mangle(SharedFnAST->getName()), CCAddr, JITSymbolFlags::Exported)) in addFunctionAST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | KaleidoscopeJIT.h | 152 auto SharedFnAST = std::shared_ptr<FunctionAST>(std::move(FnAST)); in addFunctionAST() local 170 auto CompileAction = [this, SharedFnAST]() { in addFunctionAST() 171 auto M = irgenAndTakeOwnership(*SharedFnAST, "$impl"); in addFunctionAST() 173 auto Sym = findSymbol(SharedFnAST->getName() + "$impl"); in addFunctionAST() 177 mangle(SharedFnAST->getName()), SymAddr)) { in addFunctionAST() 199 mangle(SharedFnAST->getName()), CCAddr, JITSymbolFlags::Exported)) in addFunctionAST()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | KaleidoscopeJIT.h | 151 auto SharedFnAST = std::shared_ptr<FunctionAST>(std::move(FnAST)); in addFunctionAST() local 170 [this, SharedFnAST]() { in addFunctionAST() 171 auto M = irgenAndTakeOwnership(*SharedFnAST, "$impl"); in addFunctionAST() 173 auto Sym = findSymbol(SharedFnAST->getName() + "$impl"); in addFunctionAST() 177 IndirectStubsMgr->updatePointer(mangle(SharedFnAST->getName()), in addFunctionAST()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | KaleidoscopeJIT.h | 179 auto SharedFnAST = std::shared_ptr<FunctionAST>(std::move(FnAST)); in addFunctionAST() local 198 [this, SharedFnAST]() { in addFunctionAST() 199 auto M = irgenAndTakeOwnership(*SharedFnAST, "$impl"); in addFunctionAST() 201 auto Sym = findSymbol(SharedFnAST->getName() + "$impl"); in addFunctionAST() 205 IndirectStubsMgr->updatePointer(mangle(SharedFnAST->getName()), in addFunctionAST()
|