Searched refs:global_context (Results 1 - 25 of 31) sorted by relevance

12

/external/llvm/test/Bindings/Ocaml/
H A Dexecutionengine.ml16 let context = global_context ()
32 let b = builder_at_end (global_context ()) (entry_block fn) in
39 let b = builder_at_end (global_context ()) (entry_block fn) in
65 let m = create_module (global_context ()) "test_module" in
68 let m2 = create_module (global_context ()) "test_module2" in
H A Dext_exc.ml8 let context = Llvm.global_context ()
H A Dbitwriter.ml13 let context = Llvm.global_context ()
H A Dirreader.ml16 let context = global_context ()
H A Dpassmgr_builder.ml16 let context = global_context ()
H A Dvectorize_opts.ml17 let context = global_context ()
H A Danalysis.ml15 let context = global_context ()
H A Dbitreader.ml13 let context = Llvm.global_context ()
H A Dipo_opts.ml17 let context = global_context ()
H A Dlinker.ml16 let context = global_context ()
H A Dscalar_opts.ml17 let context = global_context ()
H A Dtarget.ml19 let context = global_context ()
H A Dvmcore.ml27 let context = global_context ()
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dcodegen.ml9 let context = global_context ()
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dcodegen.ml9 let context = global_context ()
/external/chromium_org/v8/src/
H A Dcontexts.cc35 Context* Context::global_context() { function in class:v8::internal::Context
H A Dcontexts.h454 Context* global_context();
H A Disolate.cc1350 Handle<Context> Isolate::global_context() { function in class:v8::internal::Isolate
1351 return handle(context()->global_object()->global_context());
H A Disolate.h807 Handle<Context> global_context();
H A Dapi.cc1590 function_info, obj->GetIsolate()->global_context());
1755 isolate->global_context(), NULL, &script_data, options,
1800 if (!isolate->global_context().is_null() &&
1801 !isolate->global_context()->IsNativeContext()) {
1847 source->info->SetContext(isolate->global_context());
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml9 let context = global_context ()
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml9 let context = global_context ()
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml9 let context = global_context ()
/external/chromium_org/v8/test/cctest/
H A Dtest-heap-profiler.cc1722 const v8::HeapGraphNode* global_context = local
1723 GetProperty(global, v8::HeapGraphEdge::kInternal, "global_context");
1724 CHECK_NE(NULL, global_context);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml302 external global_context : unit -> llcontext = "llvm_global_context"

Completed in 127 milliseconds

12