HomeSort by relevance Sort by last modified time
    Searched refs:internalize (Results 1 - 4 of 4) sorted by null

  /external/llvm/bindings/ocaml/transforms/passmgr_builder/
llvm_passmgr_builder.ml 31 : [ `Module ] Llvm.PassManager.t -> internalize:bool -> run_inliner:bool -> t -> unit
llvm_passmgr_builder.mli 53 : [ `Module ] Llvm.PassManager.t -> internalize:bool -> run_inliner:bool -> t -> unit
  /external/llvm/test/Bindings/OCaml/
passmgr_builder.ml 52 ~internalize:false ~run_inliner:false);
  /external/llvm/tools/gold/
gold-plugin.cpp 462 static void internalize(GlobalValue &GV) { function
584 StringSet<> &Internalize, StringSet<> &Maybe) {
639 // internalize once the IR linker has done its job.
664 // Since we use the regular lib/Linker, we cannot just internalize GV
666 // it to be copied and then internalize it.
667 Internalize.insert(GV->getName());
838 StringSet<> Internalize;
845 getModuleForFile(Context, F, File, ApiFile, Internalize, Maybe);
858 for (const auto &Name : Internalize) {
861 internalize(*GV)
    [all...]

Completed in 103 milliseconds