Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
HDTypes.def38 … INVALID, "i", phases::Compile, phases::Backend, phases::Assemble, phases::Link)
39 … "c", phases::Preprocess, phases::Compile, phases::Backend, phases::Assemble, phases::Link)
40 … "cl", phases::Preprocess, phases::Compile, phases::Backend, phases::Assemble, phases::Link)
41 …, INVALID, "cui", phases::Compile, phases::Backend, phases::Assemble, phases::Link)
42 … "cu", phases::Preprocess, phases::Compile, phases::Backend, phases::Assemble, phases::Link)
43 … "cu", phases::Preprocess, phases::Compile, phases::Backend, phases::Assemble, phases::Link)
44 … INVALID, "cui", phases::Compile, phases::Backend, phases::Assemble, phases::Link)
45 … "cu", phases::Preprocess, phases::Compile, phases::Backend, phases::Assemble, phases::Link)
46 … "cu", phases::Preprocess, phases::Compile, phases::Backend, phases::Assemble, phases::Link)
47 …, INVALID, "mi", phases::Compile, phases::Backend, phases::Assemble, phases::Link)
[all …]
HDPhases.h22 Assemble, enumerator
HDToolChain.h138 mutable std::unique_ptr<Tool> Assemble; variable
HDCC1Options.td925 // Assemble Options
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDPS4CPU.h27 class LLVM_LIBRARY_VISIBILITY Assemble : public Tool {
29 Assemble(const ToolChain &TC) in Assemble() function
HDPS4CPU.cpp45 void tools::PS4cpu::Assemble::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob()
414 return new tools::PS4cpu::Assemble(*this); in buildAssembler()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
HDPhases.cpp21 case Assemble: return "assembler"; in getPhaseName()
HDToolChain.cpp274 if (!Assemble) in getAssemble()
275 Assemble.reset(buildAssembler()); in getAssemble()
276 return Assemble.get(); in getAssemble()
280 if (!Assemble) in getClangAs()
281 Assemble.reset(new tools::ClangAs(*this)); in getClangAs()
282 return Assemble.get(); in getClangAs()
HDTypes.cpp85 return llvm::is_contained(getInfo(Id).Phases, phases::Assemble) && in onlyAssembleType()
353 [](phases::ID Phase) { return Phase <= phases::Assemble; }); in getCompilationPhases()
HDDriver.cpp301 FinalPhase = phases::Assemble; in getFinalPhase()
2615 if (Ph == phases::Assemble) in getDeviceDependences()
2705 CurPhase == phases::Assemble) in getDeviceDependences()
3597 if (Phase == phases::Assemble && Input->getType() != types::TY_PP_Asm) in ConstructPhaseAction()
3684 case phases::Assemble: in ConstructPhaseAction()
/freebsd-11-stable/contrib/gcc/config/sparc/
HDt-elf25 # Assemble startup files.
HDt-sol27 # Assemble startup files.
/freebsd-11-stable/contrib/gcc/config/mips/
HDt-elf4 # Assemble startup files.
HDt-isa32644 # Assemble startup files.
HDt-sr71k10 # Assemble startup files.
HDt-vr14 # Assemble startup files.
/freebsd-11-stable/contrib/gcc/config/arm/
HDt-strongarm-elf37 # Assemble startup files.
HDt-xscale-elf59 # Assemble startup files.
HDt-arm-elf72 # Assemble startup files.
/freebsd-11-stable/contrib/gcc/config/i386/
HDt-sol26 # Assemble startup files.
/freebsd-11-stable/contrib/gcc/config/ia64/
HDt-ia6426 # Assemble startup files.
/freebsd-11-stable/contrib/gcc/config/rs6000/
HDt-ppccomm35 # Assemble startup files.
/freebsd-11-stable/usr.sbin/bsdconfig/timezone/share/
HDmenus.subr167 # Assemble the menu items in the menu list for each continent/ocean.
/freebsd-11-stable/crypto/openssl/crypto/des/asm/
HDdes_enc.m432 ! Assemble through gcc: gcc -c -mcpu=ultrasparc -o des_enc.o des_enc.S
34 ! Assemble through cc: cc -c -xarch=v8plusa -o des_enc.o des_enc.S
/freebsd-11-stable/contrib/binutils/gas/doc/
HDas.texinfo752 Assemble M32C instructions.
755 Assemble M16C instructions (the default).
1135 Assemble for a big endian target.
1138 Assemble for a little endian target.
1188 Assemble for Z80 processor.
1190 Assemble for R800 processor.
1193 Assemble undocumented Z80 instructions that also work on R800 without warning.
1196 Assemble all undocumented Z80 instructions without warning.
1770 @section Assemble in MRI Compatibility Mode: @option{-M}

12