Home
last modified time | relevance | path

Searched refs:PlatformJD (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp136 if (auto Err = PlatformJD.define(absoluteSymbols( in Create()
154 new ELFNixPlatform(ES, ObjLinkingLayer, PlatformJD, in Create()
202 JITDylib &PlatformJD) { in standardPlatformAliases() argument
216 auto SM = ES.lookup(makeJITDylibSearchOrder(&PlatformJD), in standardPlatformAliases()
293 JITDylib &PlatformJD, in ELFNixPlatform() argument
301 PlatformJD.addGenerator(std::move(OrcRuntimeGenerator)); in ELFNixPlatform()
305 if (auto E2 = setupJITDylib(PlatformJD)) { in ELFNixPlatform()
310 RegisteredInitSymbols[&PlatformJD].add( in ELFNixPlatform()
314 if (auto E2 = associateRuntimeSupportFunctions(PlatformJD)) { in ELFNixPlatform()
322 if (auto E2 = bootstrapELFNixRuntime(PlatformJD)) { in ELFNixPlatform()
[all …]
H A DMachOPlatform.cpp189 JITDylib &PlatformJD, const char *OrcRuntimePath, in Create() argument
209 if (auto Err = PlatformJD.define(absoluteSymbols( in Create()
227 new MachOPlatform(ES, ObjLinkingLayer, PlatformJD, in Create()
336 JITDylib &PlatformJD, in MachOPlatform() argument
344 PlatformJD.addGenerator(std::move(OrcRuntimeGenerator)); in MachOPlatform()
348 ES, LookupKind::Static, makeJITDylibSearchOrder(&PlatformJD), in MachOPlatform()
360 if (auto E2 = associateRuntimeSupportFunctions(PlatformJD)) { in MachOPlatform()
368 if (auto E2 = bootstrapMachORuntime(PlatformJD)) { in MachOPlatform()
375 if (auto E2 = setupJITDylib(PlatformJD)) { in MachOPlatform()
398 return ES.registerJITDispatchHandlers(PlatformJD, std::move(WFs)); in associateRuntimeSupportFunctions()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h82 JITDylib &PlatformJD, const char *OrcRuntimePath,
177 JITDylib &PlatformJD,
182 Error associateRuntimeSupportFunctions(JITDylib &PlatformJD);
199 Error bootstrapMachORuntime(JITDylib &PlatformJD);
H A DELFNixPlatform.h97 JITDylib &PlatformJD, const char *OrcRuntimePath,
113 JITDylib &PlatformJD);
189 JITDylib &PlatformJD,
194 Error associateRuntimeSupportFunctions(JITDylib &PlatformJD);
213 Error bootstrapELFNixRuntime(JITDylib &PlatformJD);