//===- AMDGPUDelayedMCExpr.cpp - Delayed MCExpr resolve ---------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// #include "AMDGPUDelayedMCExpr.h" #include "llvm/MC/MCExpr.h" #include "llvm/MC/MCValue.h" usingnamespacellvm; static msgpack::DocNode getNode(msgpack::DocNode DN, msgpack::Type Type, MCValue Val) { … } void DelayedMCExprs::assignDocNode(msgpack::DocNode &DN, msgpack::Type Type, const MCExpr *ExprValue) { … } bool DelayedMCExprs::resolveDelayedExpressions() { … } void DelayedMCExprs::clear() { … } bool DelayedMCExprs::empty() { … }