HomeSort by relevance Sort by last modified time
    Searched defs:gcc (Results 1 - 10 of 10) sorted by null

  /external/swiftshader/third_party/LLVM/tools/bugpoint/
BugDriver.h 38 class GCC;
54 GCC *gcc; member in class:llvm::BugDriver
ToolRunner.h 37 // GCC abstraction
39 class GCC {
40 sys::Path GCCPath; // The path to the gcc executable.
42 std::vector<std::string> gccArgs; // GCC-specific arguments.
43 GCC(const sys::Path &gccPath, const sys::Path &RemotePath,
51 static GCC *create(std::string &Message,
124 /// understood by the GCC driver (either C or asm). If the code generator
127 virtual GCC::FileType OutputCode(const std::string &Bitcode,
132 return GCC::AsmFile;
159 GCC *gcc; member in class:llvm::CBE
204 GCC *gcc; member in class:llvm::LLC
    [all...]
ToolRunner.cpp 157 // Print out the error messages generated by GCC if possible...
444 GCC::FileType LLC::OutputCode(const std::string &Bitcode,
483 return UseIntegratedAssembler ? GCC::ObjectFile : GCC::AsmFile;
504 GCC::FileType FileKind = OutputCode(Bitcode, OutputAsmFile, *Error, Timeout,
511 // Assuming LLC worked, compile the result with GCC and run it.
512 return gcc->ExecuteProgram(OutputAsmFile.str(), Args, FileKind,
533 GCC *gcc = GCC::create(Message, GCCBinary, GCCArgs); local
704 GCC *gcc = GCC::create(Message, GCCBinary, GCCArgs); local
    [all...]
  /external/clang/lib/Driver/
Tools.h 149 /// gcc - Generic GCC tool implementations.
150 namespace gcc { namespace in namespace:clang::driver::tools
156 // A gcc tool has an "integrated" assembler that it will call to produce an
174 : Common("gcc::Preprocessor", "gcc preprocessor", TC) {}
185 Compiler(const ToolChain &TC) : Common("gcc::Compiler", "gcc frontend", TC) {}
196 Linker(const ToolChain &TC) : Common("gcc::Linker", "linker (via gcc)", TC) {
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-ld/
llvm-ld.cpp 10 // This utility is intended to be compatible with GCC, and follows standard
92 cl::desc("Generate a native binary with the C backend and GCC"));
269 // We will use GCC to assemble the program so set the assembly syntax to AT&T,
317 /// gcc - The pathname to use for GGC.
328 const sys::Path &gcc, char ** const envp,
331 // programs that we will execute. It appears that GCC sets these
335 // However, when we invoke GCC below, we want it to use its normal
347 // Run GCC to assemble and link the program into native code.
352 // GCC mysteriously knows how to do it.
354 args.push_back(gcc.c_str());
669 sys::Path gcc = sys::Program::FindProgramByName("gcc"); local
696 sys::Path gcc = sys::Program::FindProgramByName("gcc"); local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/work/
exec.go 208 // TODO(rsc): Should we include the SWIG version or Fortran/GCC/G++/Objective-C compiler versions?
448 // In a package using cgo, cgo compiles the C, C++ and assembly files with gcc.
451 // In that case gcc only gets the gcc_* files.
456 filter := func(files, nongcc, gcc []string) ([]string, []string) {
459 gcc = append(gcc, f)
464 return nongcc, gcc
651 // gcc-compiled objects (cgoObjects) be listed after the ordinary
1661 func (b *Builder) gcc(a *Action, p *load.Package, workdir, out string, flags []string, cfile string) error { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/work/
exec.go 208 // TODO(rsc): Should we include the SWIG version or Fortran/GCC/G++/Objective-C compiler versions?
448 // In a package using cgo, cgo compiles the C, C++ and assembly files with gcc.
451 // In that case gcc only gets the gcc_* files.
456 filter := func(files, nongcc, gcc []string) ([]string, []string) {
459 gcc = append(gcc, f)
464 return nongcc, gcc
651 // gcc-compiled objects (cgoObjects) be listed after the ordinary
1661 func (b *Builder) gcc(a *Action, p *load.Package, workdir, out string, flags []string, cfile string) error { func
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/shader/
ilo_shader_gs.c 150 gs_init_vars(struct gs_compile_context *gcc)
152 struct toy_compiler *tc = &gcc->tc;
156 dst = gcc->vars.urb_write_header;
158 gs_COPY8(tc, dst, gcc->payload.header);
160 gcc->vars.prim_start = true;
161 gcc->vars.prim_end = false;
162 switch (gcc->out_vue_min_count) {
164 gcc->vars.prim_type = GEN6_3DPRIM_POINTLIST;
167 gcc->vars.prim_type = GEN6_3DPRIM_LINESTRIP;
170 gcc->vars.prim_type = GEN6_3DPRIM_TRISTRIP
1365 struct gs_compile_context gcc; local
1418 struct gs_compile_context gcc; local
    [all...]
  /external/minijail/
common.mk 259 $(eval $(call override_var,CC,gcc))
272 CDRIVER = gcc
278 CXXDRIVER = gcc
320 COMMON_CFLAGS-gcc := -fvisibility=internal -ggdb3 -Wa,--noexecstack
    [all...]
  /external/modp_b64/
common.mk 258 $(eval $(call override_var,CC,gcc))
271 CDRIVER = gcc
277 CXXDRIVER = gcc
319 COMMON_CFLAGS-gcc := -fvisibility=internal -ggdb3 -Wa,--noexecstack
    [all...]

Completed in 280 milliseconds