Searched refs:absoluteSymbols (Results 1 – 10 of 10) sorted by relevance
81 ExitOnErr(J->getMainJITDylib().define(absoluteSymbols( in main()
66 return JD.define(absoluteSymbols(std::move(NewSymbols))); in tryToGenerate()
194 return JD.define(absoluteSymbols(std::move(RuntimeInterposes))); in enable()268 return JD.define(absoluteSymbols(std::move(NewSymbols))); in tryToGenerate()
49 return JD.define(absoluteSymbols({ in addSpeculationRuntime()
145 J.getMainJITDylib().define(absoluteSymbols(std::move(StdInterposes)))); in GenericLLVMIRPlatformSupport()160 cantFail(JD.define(absoluteSymbols(std::move(PerJDInterposes)))); in setupJITDylib()661 PlatformJITDylib.define(absoluteSymbols(std::move(HelperSymbols)))); in MachOPlatformSupport()
336 return wrap(absoluteSymbols(std::move(SM)).release()); in LLVMOrcAbsoluteSymbols()
131 return JD.define(absoluteSymbols(std::move(NewSymbols))); in tryToGenerate()
314 JD.define(absoluteSymbols(SymbolMap({329 symbol mappings for you. However the absoluteSymbols function is still useful363 JITStdLibJD.define(absoluteSymbols(SymbolMap({700 Adding definitions for external symbols could be done using the absoluteSymbols711 absoluteSymbols({
789 return JD.define(absoluteSymbols(std::move(PhonySymbols))); in tryToGenerate()1210 if (auto Err = JD.define(absoluteSymbols({{S.ES.intern(Name), AbsDef}}))) in loadObjects()
719 absoluteSymbols(SymbolMap Symbols) { in absoluteSymbols() function