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

  /external/llvm/lib/IR/
PrintModulePass.cpp 1 //===--- IR/PrintModulePass.cpp - Module/Function Printer -----------------===//
10 // PrintModulePass and PrintFunctionPass implementations.
14 #include "llvm/Assembly/PrintModulePass.h"
24 class PrintModulePass : public ModulePass {
30 PrintModulePass() : ModulePass(ID), Out(&dbgs()),
32 PrintModulePass(const std::string &B, raw_ostream *o, bool DS)
35 ~PrintModulePass() {
103 char PrintModulePass::ID = 0;
104 INITIALIZE_PASS(PrintModulePass, "print-module",
118 return new PrintModulePass(Banner, OS, DeleteStream)
    [all...]
Android.mk 32 PrintModulePass.cpp \
  /art/compiler/llvm/
llvm_compilation_unit.cc 45 #include <llvm/Assembly/PrintModulePass.h>
  /frameworks/compile/mclinker/lib/CodeGen/
MCLDTargetMachine.cpp 23 #include <llvm/Assembly/PrintModulePass.h>

Completed in 109 milliseconds