| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/ |
| HD | Types.def | 38 … 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 …]
|
| HD | Phases.h | 22 Assemble, enumerator
|
| HD | ToolChain.h | 138 mutable std::unique_ptr<Tool> Assemble; variable
|
| HD | CC1Options.td | 925 // Assemble Options
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| HD | PS4CPU.h | 27 class LLVM_LIBRARY_VISIBILITY Assemble : public Tool { 29 Assemble(const ToolChain &TC) in Assemble() function
|
| HD | PS4CPU.cpp | 45 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/ |
| HD | Phases.cpp | 21 case Assemble: return "assembler"; in getPhaseName()
|
| HD | ToolChain.cpp | 274 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()
|
| HD | Types.cpp | 85 return llvm::is_contained(getInfo(Id).Phases, phases::Assemble) && in onlyAssembleType() 353 [](phases::ID Phase) { return Phase <= phases::Assemble; }); in getCompilationPhases()
|
| HD | Driver.cpp | 301 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/ |
| HD | t-elf | 25 # Assemble startup files.
|
| HD | t-sol2 | 7 # Assemble startup files.
|
| /freebsd-11-stable/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.
|
| /freebsd-11-stable/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.
|
| /freebsd-11-stable/contrib/gcc/config/i386/ |
| HD | t-sol2 | 6 # Assemble startup files.
|
| /freebsd-11-stable/contrib/gcc/config/ia64/ |
| HD | t-ia64 | 26 # Assemble startup files.
|
| /freebsd-11-stable/contrib/gcc/config/rs6000/ |
| HD | t-ppccomm | 35 # Assemble startup files.
|
| /freebsd-11-stable/usr.sbin/bsdconfig/timezone/share/ |
| HD | menus.subr | 167 # Assemble the menu items in the menu list for each continent/ocean.
|
| /freebsd-11-stable/crypto/openssl/crypto/des/asm/ |
| HD | des_enc.m4 | 32 ! 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/ |
| HD | as.texinfo | 752 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}
|