OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:module_context
(Results
1 - 2
of
2
) sorted by null
/external/llvm/bindings/ocaml/llvm/
llvm.mli
366
(** [
module_context
m] returns the context of the specified module.
368
val
module_context
: llmodule -> llcontext
var
[
all
...]
llvm.ml
264
external
module_context
: llmodule -> llcontext = "LLVMGetModuleContext"
[
all
...]
Completed in 611 milliseconds