Searched refs:str (Results 276 - 300 of 413) sorted by path

<<11121314151617

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSGlobalInfoPass.cpp173 llvm::Value *V = M.getOrInsertGlobal(VarName.str(), C->getType());
H A DRSIsThreadablePass.cpp106 if (isPresent(nonThreadableFns, F.getName().str())) {
H A DRSKernelExpand.cpp155 ALOGE("Non-integer signature value '%s'", SigString.str().c_str());
756 Function->getName().str().c_str());
897 ALOGV("Expanding kernel Function %s", Function->getName().str().c_str());
1124 FnAccumulator->getName().str().c_str());
1204 FnAccumulator->getName().str().c_str());
H A DRSScreenFunctionsPass.cpp62 if (isPresent(whiteList, FName.str()))
85 F.getName().str().c_str());
H A DRSScriptGroupFusion.cpp241 source->getName().c_str(), inputFunction->getName().str().c_str());
250 source->getName().c_str(), inputFunction->getName().str().c_str());
265 inputFunction->getName().str().c_str(), rso.str().c_str());
274 source->getName().c_str(), inputFunction->getName().str().c_str());
H A DRSX86CallConvPass.cpp103 F->getName().str().c_str());
/frameworks/compile/mclinker/include/mcld/ADT/
H A DSizeTraits.h174 #define STR_SIZE(str, fieldTy) StringSizerHelper<sizeof(str) - 1, fieldTy>::Size
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFReader.h114 return p1.pt_alias->str() < p2.pt_alias->str();
199 return p1.pt_alias->str() < p2.pt_alias->str();
H A DLDSymbol.h68 llvm::StringRef str() const { function in class:mcld::LDSymbol
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp335 fatal(diag::fatal_cannot_init_target) << triple.str() << error;
346 << m_pConfig->targets().triple().str();
/frameworks/compile/mclinker/lib/LD/
H A DBranchIsland.cpp32 m_Name.append(index.str());
H A DDebugString.cpp52 const char* str = strings.data(); local
53 const char* str_end = str + pSection.size();
54 while (str < str_end) {
55 size_t len = string_length(str);
56 m_StringTable.insertString(llvm::StringRef(str, len));
57 str = str + len + 1;
79 const char* str = d_str.data() + offset; local
83 m_StringTable.getOutputOffset(llvm::StringRef(str, string_length(str))));
[all...]
H A DDiagnostic.cpp133 const std::string& str = getArgStdStr(arg_no); local
134 pOutStr.append(str.begin(), str.end());
144 const char* str = getArgCStr(arg_no); local
145 if (str == NULL)
146 str = "(null)";
147 pOutStr.append(str);
H A DELFObjectWriter.cpp460 fatal(diag::unsupported_bitclass) << pConfig.targets().triple().str()
469 fatal(diag::unsupported_bitclass) << pConfig.targets().triple().str()
H A DGNUArchiveReader.cpp49 const char* str = region.begin(); local
52 assert(str != NULL);
54 if (isArchive(str) || isThinArchive(str))
75 const char* str = region.begin(); local
78 assert(str != NULL);
79 if (isThinArchive(str))
172 member_name.assign(name_field.substr(0, pos).str());
404 << member->path() << pConfig.targets().triple().str();
H A DGroupReader.cpp106 << (*input)->path() << pConfig.targets().triple().str();
H A DRelocationFactory.cpp63 fatal(diag::unsupported_bitclass) << m_pConfig->targets().triple().str()
H A DRelocator.cpp66 std::string undef_sym_pos_hex(ss.str());
/frameworks/compile/mclinker/lib/MC/
H A DMCLDDirectory.cpp49 Directory::m_Path.assign(pName.str());
63 Directory::m_Path.assign(pName.str());
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp224 << (*input)->path() << m_Config.targets().triple().str();
/frameworks/compile/mclinker/lib/Script/
H A DInputCmd.cpp208 << (*input)->path() << m_Config.targets().triple().str();
H A DScriptScanner.ll208 llvm::StringRef str(yytext, yyleng);
209 switch (str.back()) {
212 str.substr(0, yyleng - 1).getAsInteger(0, yylval->integer);
217 str.substr(0, yyleng - 1).getAsInteger(0, yylval->integer);
221 str.getAsInteger(0, yylval->integer);
229 const std::string& str = pScriptFile.createParserStr(yytext, yyleng);
230 yylval->string = &str;
236 const std::string& str = pScriptFile.createParserStr(yytext, yyleng);
237 yylval->string = &str;
243 const std::string& str
[all...]
/frameworks/compile/mclinker/lib/Support/
H A DMemoryArea.cpp28 fatal(diag::fatal_cannot_read_input) << pFilename.str();
/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp45 fatal(diag::unsupported_bitclass) << m_Config.targets().triple().str()
H A DGNULDBackend.cpp142 fatal(diag::unsupported_bitclass) << config().targets().triple().str()
936 fatal(diag::unsupported_bitclass) << config().targets().triple().str()
1009 fatal(diag::unsupported_bitclass) << config().targets().triple().str()

Completed in 330 milliseconds

<<11121314151617