Searched refs:Str (Results 1 - 10 of 10) sorted by relevance

/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriterPass.cpp44 ModulePass *llvm_3_2::createBitcodeWriterPass(raw_ostream &Str) { argument
45 return new WriteBitcodePass(Str);
H A DReaderWriter_3_2.h60 llvm::ModulePass *createBitcodeWriterPass(llvm::raw_ostream &Str);
H A DBitcodeWriter.cpp143 static void WriteStringRecord(unsigned Code, StringRef Str, argument
148 for (unsigned i = 0, e = Str.size(); i != e; ++i) {
149 if (AbbrevToUse && !BitCodeAbbrevOp::isChar6(Str[i]))
151 Vals.push_back(Str[i]);
704 StringRef Str = NMD.getName(); local
705 Record.append(Str.bytes_begin(), Str.bytes_end());
925 const ConstantDataSequential *Str = cast<ConstantDataSequential>(C); local
927 unsigned NumElts = Str->getNumElements();
929 if (Str
[all...]
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriterPass.cpp44 llvm::ModulePass *llvm_2_9::createBitcodeWriterPass(llvm::raw_ostream &Str) { argument
45 return new WriteBitcodePass(Str);
H A DReaderWriter_2_9.h60 llvm::ModulePass *createBitcodeWriterPass(llvm::raw_ostream &Str);
H A DBitcodeWriter.cpp120 static void WriteStringRecord(unsigned Code, StringRef Str, argument
125 for (unsigned i = 0, e = Str.size(); i != e; ++i) {
126 if (AbbrevToUse && !BitCodeAbbrevOp::isChar6(Str[i]))
128 Vals.push_back(Str[i]);
190 const std::string &Str = ST->getName(); local
192 for (unsigned i = 0, e = Str.size(); i != e; ++i) {
193 NameVals.push_back((unsigned char)Str[i]);
194 if (Str[i] & 128)
677 StringRef Str = NMD.getName(); local
678 Record.append(Str
897 const ConstantDataSequential *Str = cast<ConstantDataSequential>(C); local
[all...]
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriterPass.cpp44 llvm::ModulePass *llvm_2_9_func::createBitcodeWriterPass(llvm::raw_ostream &Str) { argument
45 return new WriteBitcodePass(Str);
H A DReaderWriter_2_9_func.h60 llvm::ModulePass *createBitcodeWriterPass(llvm::raw_ostream &Str);
H A DBitcodeWriter.cpp143 static void WriteStringRecord(unsigned Code, StringRef Str, argument
148 for (unsigned i = 0, e = Str.size(); i != e; ++i) {
149 if (AbbrevToUse && !BitCodeAbbrevOp::isChar6(Str[i]))
151 Vals.push_back(Str[i]);
675 StringRef Str = NMD.getName(); local
676 Record.append(Str.bytes_begin(), Str.bytes_end());
895 const ConstantDataSequential *Str = cast<ConstantDataSequential>(C); local
897 unsigned NumElts = Str->getNumElements();
899 if (Str
[all...]
/frameworks/compile/slang/
H A Dllvm-rs-cc.cpp52 const char *save(const char *Str) { argument
53 return Strings.save(Str);

Completed in 942 milliseconds