Searched refs:PlatformShutdown (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | MachOPlatform.cpp | 131 ExecutorAddr PlatformBootstrap, ExecutorAddr PlatformShutdown, in MachOPlatformCompleteBootstrapMaterializationUnit() argument 141 PlatformShutdown(PlatformShutdown), RegisterJITDylib(RegisterJITDylib), 167 WrapperFunctionCall::Create<SPSArgList<>>(PlatformShutdown))}); in materialize() 201 ExecutorAddr PlatformShutdown; member in __anon04a50ca90111::MachOPlatformCompleteBootstrapMaterializationUnit 552 {PlatformBootstrap.Name, PlatformShutdown.Name, in MachOPlatform() 576 PlatformShutdown.Addr, RegisterJITDylib.Addr, in MachOPlatform() 891 {*MP.PlatformShutdown.Name, &MP.PlatformShutdown.Addr}, in bootstrapPipelineRecordRuntimeFunctions()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | MachOPlatform.h | 347 RuntimeFunction PlatformShutdown{
|