OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alloc_generic_value
(Results
1 - 1
of
1
) sorted by null
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
executionengine_ocaml.c
80
static value
alloc_generic_value
(LLVMGenericValueRef Ref) {
function
89
CAMLreturn(
alloc_generic_value
(
96
CAMLreturn(
alloc_generic_value
(LLVMCreateGenericValueOfPointer(Op_val(V))));
101
return
alloc_generic_value
(LLVMCreateGenericValueOfInt(Ty, Int_val(Int), 1));
107
CAMLreturn(
alloc_generic_value
(
114
CAMLreturn(
alloc_generic_value
(
121
CAMLreturn(
alloc_generic_value
(
249
return
alloc_generic_value
(Result);
Completed in 973 milliseconds