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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriterPass.cpp39 llvm::ModulePass *llvm_2_9::createBitcodeWriterPass(llvm::raw_ostream &Str) { argument
40 return new WriteBitcodePass(Str);
H A DReaderWriter_2_9.h60 llvm::ModulePass *createBitcodeWriterPass(llvm::raw_ostream &Str);
H A DBitcodeWriter.cpp119 static void WriteStringRecord(unsigned Code, StringRef Str, argument
124 for (unsigned i = 0, e = Str.size(); i != e; ++i) {
125 if (AbbrevToUse && !BitCodeAbbrevOp::isChar6(Str[i]))
127 Vals.push_back(Str[i]);
200 const std::string &Str = ST->getName(); local
202 for (unsigned i = 0, e = Str.size(); i != e; ++i) {
203 NameVals.push_back((unsigned char)Str[i]);
204 if (Str[i] & 128)
224 const std::string &Str = TI->first;
226 for (unsigned i = 0, e = Str
666 StringRef Str = NMD->getName(); local
888 const ConstantDataSequential *Str = cast<ConstantDataSequential>(C); local
[all...]
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriterPass.cpp39 llvm::ModulePass *llvm_2_9_func::createBitcodeWriterPass(llvm::raw_ostream &Str) { argument
40 return new WriteBitcodePass(Str);
H A DReaderWriter_2_9_func.h60 llvm::ModulePass *createBitcodeWriterPass(llvm::raw_ostream &Str);
H A DBitcodeWriter.cpp141 static void WriteStringRecord(unsigned Code, StringRef Str, argument
146 for (unsigned i = 0, e = Str.size(); i != e; ++i) {
147 if (AbbrevToUse && !BitCodeAbbrevOp::isChar6(Str[i]))
149 Vals.push_back(Str[i]);
620 StringRef Str = NMD->getName(); local
621 for (unsigned i = 0, e = Str.size(); i != e; ++i)
622 Record.push_back(Str[i]);
842 const ConstantDataSequential *Str = cast<ConstantDataSequential>(C); local
844 unsigned NumElts = Str->getNumElements();
846 if (Str
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.h211 bool Error(const char *Str) {
212 ErrorString = Str;
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.h204 bool Error(const char *Str) {
205 ErrorString = Str;
/frameworks/compile/mclinker/utils/gtest/src/
H A Dgtest-all.cpp7058 template <typename Str>
7059 void AddArguments(const ::std::vector<Str>& arguments) {
7060 for (typename ::std::vector<Str>::const_iterator i = arguments.begin();

Completed in 96 milliseconds