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

  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitcodeWriterPass.cpp 37 /// createBitcodeWriterPass - Create and return a pass that writes the module
39 ModulePass *llvm::createBitcodeWriterPass(raw_ostream &Str) {
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriterPass.cpp 42 /// createBitcodeWriterPass - Create and return a pass that writes the module
44 llvm::ModulePass *llvm_2_9::createBitcodeWriterPass(llvm::raw_ostream &Str) {
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriterPass.cpp 42 /// createBitcodeWriterPass - Create and return a pass that writes the module
44 llvm::ModulePass *llvm_2_9_func::createBitcodeWriterPass(llvm::raw_ostream &Str) {
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriterPass.cpp 42 /// createBitcodeWriterPass - Create and return a pass that writes the module
44 ModulePass *llvm_3_2::createBitcodeWriterPass(raw_ostream &Str) {
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriterPass.cpp 78 ModulePass *llvm::createBitcodeWriterPass(raw_ostream &Str,

Completed in 1432 milliseconds