Home
last modified time | relevance | path

Searched refs:Assemble (Results 1 – 25 of 41) sorted by relevance

12

/trueos/contrib/llvm/tools/clang/lib/Driver/
HDTools.h166 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 …]
HDToolChain.cpp89 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()
HDPhases.cpp21 case Assemble: return "assembler"; in getPhaseName()
HDToolChains.cpp211 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 …]
HDTypes.cpp204 P.push_back(phases::Assemble); in getCompilationPhases()
/trueos/contrib/llvm/patches/
HDpatch-r262262-clang-r199034-sparc.diff11 @@ -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
HDpatch-r262262-clang-r198312-sparc.diff11 @@ -5786,7 +5786,7 @@ void freebsd::Assemble::ConstructJob(Compilation &
HDpatch-r262536-clang-r202179-sparc.diff11 @@ -5788,6 +5788,11 @@ void freebsd::Assemble::ConstructJob(Compilation &
HDpatch-r262262-clang-r198311-sparc.diff12 @@ -5785,6 +5785,19 @@ void freebsd::Assemble::ConstructJob(Compilation &
HDpatch-r262262-clang-r199012-sparc.diff11 @@ -6228,8 +6228,10 @@ void gnutools::Assemble::ConstructJob(Compilation
HDpatch-r262262-clang-r198911-sparc.diff36 @@ -6226,6 +6226,10 @@ void gnutools::Assemble::ConstructJob(Compilation
/trueos/contrib/llvm/tools/clang/include/clang/Driver/
HDPhases.h22 Assemble, enumerator
HDCC1AsOptions.td77 // Assemble Options
HDToolChain.h69 mutable OwningPtr<Tool> Assemble; variable
/trueos/contrib/gcc/config/sparc/
HDt-elf25 # Assemble startup files.
HDt-sol27 # Assemble startup files.
/trueos/contrib/gcc/config/mips/
HDt-elf4 # Assemble startup files.
HDt-isa32644 # Assemble startup files.
HDt-sr71k10 # Assemble startup files.
HDt-vr14 # Assemble startup files.
/trueos/contrib/gcc/config/arm/
HDt-strongarm-elf37 # Assemble startup files.
HDt-xscale-elf59 # Assemble startup files.
HDt-arm-elf72 # Assemble startup files.
/trueos/contrib/gcc/config/i386/
HDt-sol26 # Assemble startup files.
/trueos/contrib/gcc/config/ia64/
HDt-ia6426 # Assemble startup files.

12