| /trueos/contrib/llvm/tools/clang/lib/Driver/ |
| HD | Tools.h | 166 class LLVM_LIBRARY_VISIBILITY Assemble : public Common { 168 Assemble(const ToolChain &TC) : Common("gcc::Assemble", in Assemble() function 193 class LLVM_LIBRARY_VISIBILITY Assemble : public Tool { 195 Assemble(const ToolChain &TC) : Tool("hexagon::Assemble", in Assemble() function 246 class LLVM_LIBRARY_VISIBILITY Assemble : public DarwinTool { 248 Assemble(const ToolChain &TC) : DarwinTool("darwin::Assemble", in Assemble() function 325 class LLVM_LIBRARY_VISIBILITY Assemble : public Tool { 327 Assemble(const ToolChain &TC) : Tool("openbsd::Assemble", "assembler", in Assemble() function 355 class LLVM_LIBRARY_VISIBILITY Assemble : public Tool { 357 Assemble(const ToolChain &TC) : Tool("bitrig::Assemble", "assembler", in Assemble() function [all …]
|
| HD | ToolChain.cpp | 89 if (!Assemble) in getAssemble() 90 Assemble.reset(buildAssembler()); in getAssemble() 91 return Assemble.get(); in getAssemble() 95 if (!Assemble) in getClangAs() 96 Assemble.reset(new tools::ClangAs(*this)); in getClangAs() 97 return Assemble.get(); in getClangAs()
|
| HD | Phases.cpp | 21 case Assemble: return "assembler"; in getPhaseName()
|
| HD | ToolChains.cpp | 211 return new tools::darwin::Assemble(*this); in buildAssembler() 1625 return new tools::gcc::Assemble(*this); in buildAssembler() 1781 return new tools::hexagon::Assemble(*this); in buildAssembler() 1921 return new tools::openbsd::Assemble(*this); in buildAssembler() 1937 return new tools::bitrig::Assemble(*this); in buildAssembler() 2042 return new tools::freebsd::Assemble(*this); in buildAssembler() 2081 return new tools::netbsd::Assemble(*this); in buildAssembler() 2139 return new tools::minix::Assemble(*this); in buildAssembler() 2165 return new tools::auroraux::Assemble(*this); in buildAssembler() 2187 return new tools::solaris::Assemble(*this); in buildAssembler() [all …]
|
| HD | Types.cpp | 204 P.push_back(phases::Assemble); in getCompilationPhases()
|
| /trueos/contrib/llvm/patches/ |
| HD | patch-r262262-clang-r199034-sparc.diff | 11 @@ -6207,6 +6207,7 @@ void gnutools::Assemble::ConstructJob(Compilation 19 @@ -6229,9 +6230,11 @@ void gnutools::Assemble::ConstructJob(Compilation 31 @@ -6291,6 +6294,15 @@ void gnutools::Assemble::ConstructJob(Compilation 47 @@ -6302,11 +6314,6 @@ void gnutools::Assemble::ConstructJob(Compilation
|
| HD | patch-r262262-clang-r198312-sparc.diff | 11 @@ -5786,7 +5786,7 @@ void freebsd::Assemble::ConstructJob(Compilation &
|
| HD | patch-r262536-clang-r202179-sparc.diff | 11 @@ -5788,6 +5788,11 @@ void freebsd::Assemble::ConstructJob(Compilation &
|
| HD | patch-r262262-clang-r198311-sparc.diff | 12 @@ -5785,6 +5785,19 @@ void freebsd::Assemble::ConstructJob(Compilation &
|
| HD | patch-r262262-clang-r199012-sparc.diff | 11 @@ -6228,8 +6228,10 @@ void gnutools::Assemble::ConstructJob(Compilation
|
| HD | patch-r262262-clang-r198911-sparc.diff | 36 @@ -6226,6 +6226,10 @@ void gnutools::Assemble::ConstructJob(Compilation
|
| /trueos/contrib/llvm/tools/clang/include/clang/Driver/ |
| HD | Phases.h | 22 Assemble, enumerator
|
| HD | CC1AsOptions.td | 77 // Assemble Options
|
| HD | ToolChain.h | 69 mutable OwningPtr<Tool> Assemble; variable
|
| /trueos/contrib/gcc/config/sparc/ |
| HD | t-elf | 25 # Assemble startup files.
|
| HD | t-sol2 | 7 # Assemble startup files.
|
| /trueos/contrib/gcc/config/mips/ |
| HD | t-elf | 4 # Assemble startup files.
|
| HD | t-isa3264 | 4 # Assemble startup files.
|
| HD | t-sr71k | 10 # Assemble startup files.
|
| HD | t-vr | 14 # Assemble startup files.
|
| /trueos/contrib/gcc/config/arm/ |
| HD | t-strongarm-elf | 37 # Assemble startup files.
|
| HD | t-xscale-elf | 59 # Assemble startup files.
|
| HD | t-arm-elf | 72 # Assemble startup files.
|
| /trueos/contrib/gcc/config/i386/ |
| HD | t-sol2 | 6 # Assemble startup files.
|
| /trueos/contrib/gcc/config/ia64/ |
| HD | t-ia64 | 26 # Assemble startup files.
|