Lines Matching refs:push_back
39 NewInputs.push_back(NaClMacros); in ConstructJob()
73 CmdArgs.push_back(Args.MakeArgString("--sysroot=" + D.SysRoot)); in ConstructJob()
76 CmdArgs.push_back("-export-dynamic"); in ConstructJob()
79 CmdArgs.push_back("-s"); in ConstructJob()
83 CmdArgs.push_back("--build-id"); in ConstructJob()
86 CmdArgs.push_back("--eh-frame-hdr"); in ConstructJob()
88 CmdArgs.push_back("-m"); in ConstructJob()
90 CmdArgs.push_back("elf_i386_nacl"); in ConstructJob()
92 CmdArgs.push_back("armelf_nacl"); in ConstructJob()
94 CmdArgs.push_back("elf_x86_64_nacl"); in ConstructJob()
96 CmdArgs.push_back("mipselelf_nacl"); in ConstructJob()
102 CmdArgs.push_back("-static"); in ConstructJob()
104 CmdArgs.push_back("-shared"); in ConstructJob()
106 CmdArgs.push_back("-o"); in ConstructJob()
107 CmdArgs.push_back(Output.getFilename()); in ConstructJob()
110 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath("crt1.o"))); in ConstructJob()
111 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath("crti.o"))); in ConstructJob()
120 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath(crtbegin))); in ConstructJob()
129 CmdArgs.push_back("--no-demangle"); in ConstructJob()
139 CmdArgs.push_back("-Bstatic"); in ConstructJob()
142 CmdArgs.push_back("-Bdynamic"); in ConstructJob()
144 CmdArgs.push_back("-lm"); in ConstructJob()
150 CmdArgs.push_back("--start-group"); in ConstructJob()
151 CmdArgs.push_back("-lc"); in ConstructJob()
161 CmdArgs.push_back("-lnacl"); in ConstructJob()
163 CmdArgs.push_back("-lpthread"); in ConstructJob()
166 CmdArgs.push_back("-lgcc"); in ConstructJob()
167 CmdArgs.push_back("--as-needed"); in ConstructJob()
169 CmdArgs.push_back("-lgcc_eh"); in ConstructJob()
171 CmdArgs.push_back("-lgcc_s"); in ConstructJob()
172 CmdArgs.push_back("--no-as-needed"); in ConstructJob()
178 CmdArgs.push_back("-lpnacl_legacy"); in ConstructJob()
180 CmdArgs.push_back("--end-group"); in ConstructJob()
190 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath(crtend))); in ConstructJob()
191 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath("crtn.o"))); in ConstructJob()
226 file_paths.push_back(FilePath + "x86_64-nacl/lib32"); in NaClToolChain()
227 file_paths.push_back(FilePath + "i686-nacl/usr/lib"); in NaClToolChain()
228 prog_paths.push_back(ProgPath + "x86_64-nacl/bin"); in NaClToolChain()
229 file_paths.push_back(ToolPath + "i686-nacl"); in NaClToolChain()
232 file_paths.push_back(FilePath + "x86_64-nacl/lib"); in NaClToolChain()
233 file_paths.push_back(FilePath + "x86_64-nacl/usr/lib"); in NaClToolChain()
234 prog_paths.push_back(ProgPath + "x86_64-nacl/bin"); in NaClToolChain()
235 file_paths.push_back(ToolPath + "x86_64-nacl"); in NaClToolChain()
238 file_paths.push_back(FilePath + "arm-nacl/lib"); in NaClToolChain()
239 file_paths.push_back(FilePath + "arm-nacl/usr/lib"); in NaClToolChain()
240 prog_paths.push_back(ProgPath + "arm-nacl/bin"); in NaClToolChain()
241 file_paths.push_back(ToolPath + "arm-nacl"); in NaClToolChain()
244 file_paths.push_back(FilePath + "mipsel-nacl/lib"); in NaClToolChain()
245 file_paths.push_back(FilePath + "mipsel-nacl/usr/lib"); in NaClToolChain()
246 prog_paths.push_back(ProgPath + "bin"); in NaClToolChain()
247 file_paths.push_back(ToolPath + "mipsel-nacl"); in NaClToolChain()
310 CmdArgs.push_back("-lc++"); in AddCXXStdlibLibArgs()
312 CmdArgs.push_back("-lc++experimental"); in AddCXXStdlibLibArgs()