reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
206 Contents.push_back({Value, Byte}); 211 Contents.push_back({Opcode, Byte}); 212 Contents.insert(Contents.end(), Operands.begin(), Operands.end()); 212 Contents.insert(Contents.end(), Operands.begin(), Operands.end()); 217 Contents.push_back({0, Byte}); 218 Contents.push_back({Length, ULEB}); 219 Contents.push_back({Opcode, Byte}); 220 Contents.insert(Contents.end(), Operands.begin(), Operands.end()); 220 Contents.insert(Contents.end(), Operands.begin(), Operands.end()); 235 writeData(Contents, Asm);