Searched refs:module_context (Results 1 – 6 of 6) sorted by relevance
335 const TNode<Context> module_context = __ LoadModuleContext(context); in GetImportMetaObject() local337 __ CAST(__ LoadContextElement(module_context, Context::EXTENSION_INDEX)); in GetImportMetaObject()
752 TNode<Context> module_context = GetContextAtDepth(GetContext(), depth); in IGNITION_HANDLER() local754 CAST(LoadContextElement(module_context, Context::EXTENSION_INDEX)); in IGNITION_HANDLER()797 TNode<Context> module_context = GetContextAtDepth(GetContext(), depth); in IGNITION_HANDLER() local799 CAST(LoadContextElement(module_context, Context::EXTENSION_INDEX)); in IGNITION_HANDLER()
351 external module_context : llmodule -> llcontext = "LLVMGetModuleContext"
493 (** [module_context m] returns the context of the specified module.495 val module_context : llmodule -> llcontext val
417 external module_context : llmodule -> llcontext = "LLVMGetModuleContext"
514 (** [module_context m] returns the context of the specified module.516 val module_context : llmodule -> llcontext val