Searched refs:AssemblerARM (Results 1 – 3 of 3) sorted by relevance
564 class LLVM_LIBRARY_VISIBILITY AssemblerARM : public gnutools::Assembler {566 AssemblerARM(const ToolChain &TC) : gnutools::Assembler(TC) {} in AssemblerARM() function
2917 return new tools::nacltools::AssemblerARM(*this); in buildAssembler()
8926 void nacltools::AssemblerARM::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob()