chromium/components/zucchini/disassembler_no_op.cc

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/zucchini/disassembler_no_op.h"

namespace zucchini {

// |num_equivalence_iterations_| = 1 since no pointers are present.
DisassemblerNoOp::DisassemblerNoOp() :{}

DisassemblerNoOp::~DisassemblerNoOp() = default;

ExecutableType DisassemblerNoOp::GetExeType() const {}

std::string DisassemblerNoOp::GetExeTypeString() const {}

std::vector<ReferenceGroup> DisassemblerNoOp::MakeReferenceGroups() const {}

bool DisassemblerNoOp::Parse(ConstBufferView image) {}

}  // namespace zucchini