HomeSort by relevance Sort by last modified time
    Searched defs:ModulePassManager (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/IR/
PassManager.h 26 /// * ModulePassManager must be directly run, runs each pass over the Module.
299 typedef PassManager<Module> ModulePassManager;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PassManager.h 26 /// * ModulePassManager must be directly run, runs each pass over the Module.
490 typedef PassManager<Module> ModulePassManager;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PassManager.h 26 /// * ModulePassManager must be directly run, runs each pass over the Module.
490 typedef PassManager<Module> ModulePassManager;
    [all...]

Completed in 303 milliseconds