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

  /external/llvm/lib/Bitcode/Writer/
BitcodeWriterPass.cpp 37 /// createBitcodeWriterPass - Create and return a pass that writes the module
39 ModulePass *llvm::createBitcodeWriterPass(raw_ostream &Str) {
  /external/llvm/include/llvm/Bitcode/
ReaderWriter.h 66 /// createBitcodeWriterPass - Create and return a pass that writes the module
68 ModulePass *createBitcodeWriterPass(raw_ostream &Str);
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriterPass.cpp 96 /// createBitcodeWriterPass - Create and return a pass that writes the module
98 llvm::ModulePass *llvm_2_9::createBitcodeWriterPass(llvm::raw_ostream &Str) {
ReaderWriter_2_9.h 58 /// createBitcodeWriterPass - Create and return a pass that writes the module
60 llvm::ModulePass *createBitcodeWriterPass(llvm::raw_ostream &Str);
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriterPass.cpp 96 /// createBitcodeWriterPass - Create and return a pass that writes the module
98 llvm::ModulePass *llvm_2_9_func::createBitcodeWriterPass(llvm::raw_ostream &Str) {
ReaderWriter_2_9_func.h 58 /// createBitcodeWriterPass - Create and return a pass that writes the module
60 llvm::ModulePass *createBitcodeWriterPass(llvm::raw_ostream &Str);
  /frameworks/compile/slang/
slang_backend.cpp 356 BCEmitPM->add(llvm_2_9::createBitcodeWriterPass(Bitcode));
362 BCEmitPM->add(llvm_2_9_func::createBitcodeWriterPass(Bitcode));
370 BCEmitPM->add(llvm::createBitcodeWriterPass(Bitcode));
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 230 Passes.add(createBitcodeWriterPass(Out.os()));
  /frameworks/compile/llvm-ndk-cc/
Backend.cpp 299 BCEmitPM->add(llvm::createBitcodeWriterPass(FormattedOutStream));
  /gdk/sources/llvm-ndk-cc/
Backend.cpp 296 BCEmitPM->add(llvm::createBitcodeWriterPass(FormattedOutStream));
  /external/clang/lib/CodeGen/
BackendUtil.cpp 440 getPerModulePasses()->add(createBitcodeWriterPass(*OS));
  /external/llvm/tools/opt/
opt.cpp 734 Passes.add(createBitcodeWriterPass(Out->os()));

Completed in 181 milliseconds