Searched refs:module_context (Results 1 – 6 of 6) sorted by relevance
847 Node* module_context = __ GetContextAtDepth(__ GetContext(), depth); in DoLdaModuleVariable() local849 __ LoadContextElement(module_context, Context::EXTENSION_INDEX); in DoLdaModuleVariable()890 Node* module_context = __ GetContextAtDepth(__ GetContext(), depth); in DoStaModuleVariable() local892 __ LoadContextElement(module_context, Context::EXTENSION_INDEX); in DoStaModuleVariable()
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
264 external module_context : llmodule -> llcontext = "LLVMGetModuleContext"
366 (** [module_context m] returns the context of the specified module.368 val module_context : llmodule -> llcontext val
2346 ALLOCATE_VARSIZE_MAP(FIXED_ARRAY_TYPE, module_context) in CreateInitialMaps()