#ifndef LLVM_LIB_TARGET_AARCH64_AARCH64MACHINEFUNCTIONINFO_H
#define LLVM_LIB_TARGET_AARCH64_AARCH64MACHINEFUNCTIONINFO_H
#include "AArch64Subtarget.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/CodeGen/CallingConvLower.h"
#include "llvm/CodeGen/MIRYamlMapping.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/IR/Function.h"
#include "llvm/MC/MCLinkerOptimizationHint.h"
#include "llvm/MC/MCSymbol.h"
#include <cassert>
#include <optional>
namespace llvm {
namespace yaml {
struct AArch64FunctionInfo;
}
class AArch64Subtarget;
class MachineInstr;
struct TPIDR2Object { … };
class AArch64FunctionInfo final : public MachineFunctionInfo { … };
namespace yaml {
struct AArch64FunctionInfo final : public yaml::MachineFunctionInfo { … };
template <> struct MappingTraits<AArch64FunctionInfo> { … };
}
}
#endif