Lines Matching refs:Handle
60 Handle = this->emitToBaseLayer(B);
63 auto Sym = B.findSymbolIn(Handle, PName, ExportedSymbolsOnly);
76 return B.findSymbolIn(Handle, Name, ExportedSymbolsOnly);
83 BaseLayer.removeModuleSet(Handle);
91 Handle = emitToBaseLayer(BaseLayer);
94 BaseLayer.emitAndFinalize(Handle);
110 BaseLayerHandleT Handle;
225 /// @brief Handle to a set of loaded modules.
243 /// @brief Remove the module set represented by the given handle.
255 /// @return A handle for the given named symbol, if it exists.
273 /// compiled modules represented by the handle H.
280 /// given handle.
281 /// @param H Handle for module set to emit/finalize.