Searched defs:Str (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriterPass.cpp98 llvm::ModulePass *llvm_2_9::createBitcodeWriterPass(llvm::raw_ostream &Str) { argument
99 return new WriteBitcodePass(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
668 StringRef Str = NMD->getName(); local
890 const ConstantDataSequential *Str = cast<ConstantDataSequential>(C); local
[all...]
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriterPass.cpp98 llvm::ModulePass *llvm_2_9_func::createBitcodeWriterPass(llvm::raw_ostream &Str) { argument
99 return new WriteBitcodePass(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]);
622 StringRef Str = NMD->getName(); local
623 for (unsigned i = 0, e = Str.size(); i != e; ++i)
624 Record.push_back(Str[i]);
844 const ConstantDataSequential *Str = cast<ConstantDataSequential>(C); local
846 unsigned NumElts = Str->getNumElements();
848 if (Str
[all...]
/frameworks/compile/llvm-ndk-cc/
H A DCompiler.cpp180 std::string Str = "#define "+it->first+" "+it->second+"\n"; local
181 mPP->setPredefines(Str);

Completed in 102 milliseconds