Searched refs:createBitcodeWriterPass (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriterPass.cpp37 /// createBitcodeWriterPass - Create and return a pass that writes the module
39 ModulePass *llvm_3_2::createBitcodeWriterPass(raw_ostream &Str) { function in class:llvm_3_2
H A DReaderWriter_3_2.h58 /// createBitcodeWriterPass - Create and return a pass that writes the module
60 llvm::ModulePass *createBitcodeWriterPass(llvm::raw_ostream &Str);
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriterPass.cpp96 /// createBitcodeWriterPass - Create and return a pass that writes the module
98 llvm::ModulePass *llvm_2_9::createBitcodeWriterPass(llvm::raw_ostream &Str) { function in class:llvm_2_9
H A DReaderWriter_2_9.h58 /// 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/
H A DBitcodeWriterPass.cpp96 /// createBitcodeWriterPass - Create and return a pass that writes the module
98 llvm::ModulePass *llvm_2_9_func::createBitcodeWriterPass(llvm::raw_ostream &Str) { function in class:llvm_2_9_func
H A DReaderWriter_2_9_func.h58 /// createBitcodeWriterPass - Create and return a pass that writes the module
60 llvm::ModulePass *createBitcodeWriterPass(llvm::raw_ostream &Str);
/frameworks/compile/slang/
H A Dslang_backend.cpp358 BCEmitPM->add(llvm_2_9::createBitcodeWriterPass(Bitcode));
364 BCEmitPM->add(llvm_2_9_func::createBitcodeWriterPass(Bitcode));
374 BCEmitPM->add(llvm_3_2::createBitcodeWriterPass(Bitcode));
375 //BCEmitPM->add(llvm::createBitcodeWriterPass(Bitcode));

Completed in 94 milliseconds