Lines Matching refs:SAs
24 SymbolAddrs SAs; in CreateWithDefaultBootstrapSymbols() local
26 {{SAs.Instance, rt::SimpleExecutorMemoryManagerInstanceName}, in CreateWithDefaultBootstrapSymbols()
27 {SAs.Reserve, rt::SimpleExecutorMemoryManagerReserveWrapperName}, in CreateWithDefaultBootstrapSymbols()
28 {SAs.Finalize, rt::SimpleExecutorMemoryManagerFinalizeWrapperName}, in CreateWithDefaultBootstrapSymbols()
29 {SAs.Deallocate, in CreateWithDefaultBootstrapSymbols()
31 {SAs.RegisterEHFrame, rt::RegisterEHFrameSectionAllocActionName}, in CreateWithDefaultBootstrapSymbols()
32 {SAs.DeregisterEHFrame, in CreateWithDefaultBootstrapSymbols()
35 return std::make_unique<EPCGenericRTDyldMemoryManager>(EPC, std::move(SAs)); in CreateWithDefaultBootstrapSymbols()
39 ExecutorProcessControl &EPC, SymbolAddrs SAs) in EPCGenericRTDyldMemoryManager() argument
40 : EPC(EPC), SAs(std::move(SAs)) { in EPCGenericRTDyldMemoryManager()
52 SAs.Reserve, Err, SAs.Instance, FinalizedAllocs)) { in ~EPCGenericRTDyldMemoryManager()
133 SAs.Reserve, TargetAllocAddr, SAs.Instance, TotalSize)) { in reserveAllocationSpace()
263 SAs.RegisterEHFrame, Frame)), in finalizeMemory()
266 SAs.DeregisterEHFrame, Frame))}); in finalizeMemory()
273 SAs.Finalize, FinalizeErr, SAs.Instance, std::move(FR))) { in finalizeMemory()