Searched refs:PlatformJD (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.cpp | 153 JITDylib &PlatformJD, const char *OrcRuntimePath, in Create() argument 173 if (auto Err = PlatformJD.define(absoluteSymbols( in Create() 191 new MachOPlatform(ES, ObjLinkingLayer, PlatformJD, in Create() 279 JITDylib &PlatformJD, in MachOPlatform() argument 287 PlatformJD.addGenerator(std::move(OrcRuntimeGenerator)); in MachOPlatform() 291 if (auto E2 = setupJITDylib(PlatformJD)) { in MachOPlatform() 296 RegisteredInitSymbols[&PlatformJD].add( in MachOPlatform() 300 if (auto E2 = associateRuntimeSupportFunctions(PlatformJD)) { in MachOPlatform() 308 if (auto E2 = bootstrapMachORuntime(PlatformJD)) { in MachOPlatform() 335 return ES.registerJITDispatchHandlers(PlatformJD, std::move(WFs)); in associateRuntimeSupportFunctions() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.h | 100 JITDylib &PlatformJD, const char *OrcRuntimePath, 194 JITDylib &PlatformJD, 199 Error associateRuntimeSupportFunctions(JITDylib &PlatformJD); 218 Error bootstrapMachORuntime(JITDylib &PlatformJD);
|