OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:the_function
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/tools/gyp/test/mac/strip/
file.c
7
void
the_function
() {
function
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toplevel.ml
33
let
the_function
= Codegen.codegen_func the_fpm e in
34
dump_value
the_function
;
37
let result = ExecutionEngine.run_function
the_function
[||]
codegen.ml
82
let
the_function
= codegen_proto proto in
85
let bb = append_block context "entry"
the_function
in
95
Llvm_analysis.assert_valid_function
the_function
;
98
let _ = PassManager.run_function
the_function
the_fpm in
100
the_function
102
delete_function
the_function
;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toplevel.ml
33
let
the_function
= Codegen.codegen_func the_fpm e in
34
dump_value
the_function
;
37
let result = ExecutionEngine.run_function
the_function
[||]
codegen.ml
58
let
the_function
= block_parent start_bb in
var
60
let then_bb = append_block context "then"
the_function
in
72
let else_bb = append_block context "else"
the_function
in
81
let merge_bb = append_block context "ifcont"
the_function
in
106
let
the_function
= block_parent preheader_bb in
var
107
let loop_bb = append_block context "loop"
the_function
in
151
let after_bb = append_block context "afterloop"
the_function
in
204
let
the_function
= codegen_proto proto in
207
let bb = append_block context "entry"
the_function
in
217
Llvm_analysis.assert_valid_function
the_function
;
[
all
...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toplevel.ml
33
let
the_function
= Codegen.codegen_func the_fpm e in
34
dump_value
the_function
;
37
let result = ExecutionEngine.run_function
the_function
[||]
codegen.ml
76
let
the_function
= block_parent start_bb in
var
78
let then_bb = append_block context "then"
the_function
in
90
let else_bb = append_block context "else"
the_function
in
99
let merge_bb = append_block context "ifcont"
the_function
in
124
let
the_function
= block_parent preheader_bb in
var
125
let loop_bb = append_block context "loop"
the_function
in
169
let after_bb = append_block context "afterloop"
the_function
in
222
let
the_function
= codegen_proto proto in
233
let bb = append_block context "entry"
the_function
in
243
Llvm_analysis.assert_valid_function
the_function
;
[
all
...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toplevel.ml
33
let
the_function
= Codegen.codegen_func the_fpm e in
34
dump_value
the_function
;
37
let result = ExecutionEngine.run_function
the_function
[||]
codegen.ml
17
let create_entry_block_alloca
the_function
var_name =
18
let builder = builder_at context (instr_begin (entry_block
the_function
)) in
106
let
the_function
= block_parent start_bb in
var
108
let then_bb = append_block context "then"
the_function
in
120
let else_bb = append_block context "else"
the_function
in
129
let merge_bb = append_block context "ifcont"
the_function
in
168
let
the_function
= block_parent (insertion_block builder) in
var
171
let alloca = create_entry_block_alloca
the_function
var_name in
181
let loop_bb = append_block context "loop"
the_function
in
225
let after_bb = append_block context "afterloop"
the_function
i
244
let
the_function
= block_parent (insertion_block builder) in
var
[
all
...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml
82
let
the_function
= codegen_proto proto in
85
let bb = append_block context "entry"
the_function
in
95
Llvm_analysis.assert_valid_function
the_function
;
97
the_function
99
delete_function
the_function
;
Completed in 125 milliseconds