Searched refs:GetAssemblerCommand (Results 1 – 2 of 2) sorted by relevance
63 for (const std::string& cmd : { GetAssemblerCommand()[0], GetDisassemblerCommand()[0] }) { in CheckTools()144 virtual std::vector<std::string> GetAssemblerCommand() { in GetAssemblerCommand() function191 std::vector<std::string> args = GetAssemblerCommand(); in Assemble()
150 std::vector<std::string> GetAssemblerCommand() override { in GetAssemblerCommand() function in art::riscv64::AssemblerRISCV64Test151 std::vector<std::string> result = Base::GetAssemblerCommand(); in GetAssemblerCommand()