Lines Matching refs:Layer

124       ObjectLinkingLayer &Layer,  in ObjectLinkingLayerJITLinkContext()  argument
127 : JITLinkContext(&MR->getTargetJITDylib()), Layer(Layer), in ObjectLinkingLayerJITLinkContext()
133 if (Layer.ReturnObjectBuffer && ObjBuffer) in ~ObjectLinkingLayerJITLinkContext()
134 Layer.ReturnObjectBuffer(std::move(ObjBuffer)); in ~ObjectLinkingLayerJITLinkContext()
137 JITLinkMemoryManager &getMemoryManager() override { return Layer.MemMgr; } in getMemoryManager()
140 for (auto &P : Layer.Plugins) in notifyMaterializing()
147 for (auto &P : Layer.Plugins) in notifyFailed()
149 Layer.getExecutionSession().reportError(std::move(Err)); in notifyFailed()
160 auto &ES = Layer.getExecutionSession(); in lookup()
203 auto &ES = Layer.getExecutionSession(); in notifyResolved()
206 bool AutoClaim = Layer.AutoClaimObjectSymbols; in notifyResolved()
296 Layer.notifyLoaded(*MR); in notifyResolved()
302 if (auto Err = Layer.notifyEmitted(*MR, std::move(A))) { in notifyFinalized()
303 Layer.getExecutionSession().reportError(std::move(Err)); in notifyFinalized()
308 Layer.getExecutionSession().reportError(std::move(Err)); in notifyFinalized()
324 Layer.modifyPassConfig(*MR, LG, Config); in modifyPassConfig()
411 auto &ES = Layer.getExecutionSession(); in claimOrExternalizeWeakAndCommonSymbols()
447 auto &ES = Layer.getExecutionSession(); in markResponsibilitySymbolsLive()
478 for (auto &P : Layer.Plugins) { in computeNamedSymbolDependencies()
570 return BlockDependenciesMap(Layer.getExecutionSession(), in computeBlockNonLocalDeps()
597 ObjectLinkingLayer &Layer; member in llvm::orc::ObjectLinkingLayerJITLinkContext