|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
examples/Kaleidoscope/BuildingAJIT/Chapter3/toy.cpp 1153 double (*FP)() = (double (*)())(intptr_t)cantFail(ExprSymbol.getAddress());
examples/Kaleidoscope/BuildingAJIT/Chapter4/KaleidoscopeJIT.h 162 JITTargetAddress SymAddr = cantFail(Sym.getAddress());
examples/Kaleidoscope/BuildingAJIT/Chapter4/toy.cpp 1156 double (*FP)() = (double (*)())(intptr_t)cantFail(ExprSymbol.getAddress());
examples/Kaleidoscope/BuildingAJIT/Chapter5/KaleidoscopeJIT.h 175 JITTargetAddress SymAddr = cantFail(Sym.getAddress());
examples/Kaleidoscope/BuildingAJIT/Chapter5/toy.cpp 1180 ExitOnErr(TheJIT->executeRemoteExpr(cantFail(ExprSymbol.getAddress())));
examples/Kaleidoscope/Chapter4/toy.cpp 615 double (*FP)() = (double (*)())(intptr_t)cantFail(ExprSymbol.getAddress());
examples/Kaleidoscope/Chapter5/toy.cpp 889 double (*FP)() = (double (*)())(intptr_t)cantFail(ExprSymbol.getAddress());
examples/Kaleidoscope/Chapter6/toy.cpp 1008 double (*FP)() = (double (*)())(intptr_t)cantFail(ExprSymbol.getAddress());
examples/Kaleidoscope/Chapter7/toy.cpp 1178 double (*FP)() = (double (*)())(intptr_t)cantFail(ExprSymbol.getAddress());
include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h 599 if (auto FnBodyAddrOrErr = FnBodySym.getAddress()) {
include/llvm/ExecutionEngine/Orc/ExecutionUtils.h 120 if (auto AddrOrErr = CtorDtorSym.getAddress()) {
include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h 64 return Sym.getAddress();
include/llvm/ExecutionEngine/Orc/Legacy.h 150 if (auto Addr = Sym.getAddress()) {
include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h 278 return this->getSymbol(Name, false).getAddress();
include/llvm/ExecutionEngine/Orc/RemoteObjectLayer.h 256 auto AddrOrErr = SI->second.getAddress();
lib/ExecutionEngine/MCJIT/MCJIT.cpp 324 if (auto AddrOrErr = Sym.getAddress())
613 if (auto AddrOrErr = Sym.getAddress())
lib/ExecutionEngine/Orc/OrcCBindingsStack.h 155 if (auto Addr = Sym.getAddress()) {
396 if (auto AddrOrErr = Sym.getAddress())
414 if (auto AddrOrErr = Sym.getAddress())
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h 178 if (auto Addr = Sym.getAddress()) {
191 if (auto Addr = Sym2.getAddress()) {
326 return cantFail(findSymbol(Name).getAddress());
lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp 76 if (auto AddrOrErr = Sym.getAddress())
88 if (auto AddrOrErr = Sym.getAddress())
unittests/ExecutionEngine/Orc/GlobalMappingLayerTest.cpp 45 EXPECT_EQ(cantFail(BarSym.getAddress()),
52 EXPECT_EQ(cantFail(FooSym2.getAddress()),
unittests/ExecutionEngine/Orc/ObjectTransformLayerTest.cpp 92 EXPECT_EQ(cantFail(MockSymbol.getAddress()),
93 cantFail(Returned.getAddress()))
115 EXPECT_EQ(cantFail(MockSymbol.getAddress()),
116 cantFail(Returned.getAddress()))
unittests/ExecutionEngine/Orc/RemoteObjectLayerTest.cpp 382 EXPECT_EQ(cantFail(Sym1.getAddress()), 0x12348765ULL)
471 EXPECT_EQ(cantFail(Sym1.getAddress()), 0x12348765ULL)