Searched refs:mAssembly (Results 1 – 2 of 2) sorted by relevance
208 std::vector<std::string> mAssembly; variable
835 if (line > 0 && line <= mAssembly.size()) in emitInstructionAnnot()842 OS << "\n; " << line << ": " << mAssembly[line - 1] << "\n"; in emitInstructionAnnot()