Searched refs:asm_file (Results 1 – 1 of 1) sorted by relevance
159 bool Assemble(const std::string& asm_file, const std::string& obj_file) { in Assemble() argument161 args.insert(args.end(), {"-o", obj_file, asm_file}); in Assemble()