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