Searched defs:Internalize (Results 1 - 6 of 6) sorted by relevance

/external/llvm/bindings/ocaml/transforms/passmgr_builder/
H A Dpassmgr_builder_ocaml.c105 LLVMPassManagerRef PM, value Internalize, value RunInliner,
109 Bool_val(Internalize), Bool_val(RunInliner));
104 llvm_pmbuilder_populate_lto_pass_manager( LLVMPassManagerRef PM, value Internalize, value RunInliner, value PMB) argument
/external/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp616 LLVMBool Internalize,
614 LLVMPassManagerBuilderPopulateLTOPassManager(LLVMPassManagerBuilderRef PMB, LLVMPassManagerRef PM, LLVMBool Internalize, LLVMBool RunInliner) argument
/external/v8/src/
H A Dast-value-factory.cc87 void AstRawString::Internalize(Isolate* isolate) { function in class:v8::internal::AstRawString
131 void AstConsString::Internalize(Isolate* isolate) { function in class:v8::internal::AstConsString
179 void AstValue::Internalize(Isolate* isolate) { function in class:v8::internal::AstValue
267 new_string->Internalize(isolate_);
273 void AstValueFactory::Internalize(Isolate* isolate) { function in class:v8::internal::AstValueFactory
281 strings_[i]->Internalize(isolate);
284 values_[i]->Internalize(isolate);
294 value->Internalize(isolate_);
304 value->Internalize(isolate_);
314 value->Internalize(isolate
[all...]
H A Dscanner.cc23 Handle<String> LiteralBuffer::Internalize(Isolate* isolate) const { function in class:v8::internal::LiteralBuffer
H A Dparser.cc876 ast_value_factory()->Internalize(isolate());
3995 Handle<String> source_url = scanner_.source_url()->Internalize(isolate());
4000 scanner_.source_mapping_url()->Internalize(isolate());
4037 void Parser::Internalize() { function in class:v8::internal::Parser
4038 // Internalize strings.
4039 ast_value_factory()->Internalize(isolate());
4901 ast_value_factory()->Internalize(isolate());
4917 Internalize();
4957 // care of calling Parser::Internalize just before compilation.
/external/llvm/tools/gold/
H A Dgold-plugin.cpp584 StringSet<> &Internalize, StringSet<> &Maybe) {
667 Internalize.insert(GV->getName());
838 StringSet<> Internalize; local
845 getModuleForFile(Context, F, File, ApiFile, Internalize, Maybe);
858 for (const auto &Name : Internalize) {
582 getModuleForFile(LLVMContext &Context, claimed_file &F, ld_plugin_input_file &Info, raw_fd_ostream *ApiFile, StringSet<> &Internalize, StringSet<> &Maybe) argument

Completed in 463 milliseconds