llvm/clang/include/clang/InstallAPI/MachO.h

//===- InstallAPI/MachO.h ---------------------------------------*- 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
//
//===----------------------------------------------------------------------===//
//
// Imports and forward declarations for llvm::MachO types.
//
//===----------------------------------------------------------------------===//

#ifndef LLVM_CLANG_INSTALLAPI_MACHO_H
#define LLVM_CLANG_INSTALLAPI_MACHO_H

#include "llvm/TextAPI/Architecture.h"
#include "llvm/TextAPI/InterfaceFile.h"
#include "llvm/TextAPI/PackedVersion.h"
#include "llvm/TextAPI/Platform.h"
#include "llvm/TextAPI/RecordVisitor.h"
#include "llvm/TextAPI/Symbol.h"
#include "llvm/TextAPI/Target.h"
#include "llvm/TextAPI/TextAPIWriter.h"
#include "llvm/TextAPI/Utils.h"

AliasMap;
Architecture;
ArchitectureSet;
SymbolFlags;
RecordLinkage;
Record;
EncodeKind;
GlobalRecord;
InterfaceFile;
ObjCContainerRecord;
ObjCInterfaceRecord;
ObjCCategoryRecord;
ObjCIVarRecord;
ObjCIFSymbolKind;
Records;
RecordLoc;
RecordsSlice;
BinaryAttrs;
SymbolSet;
SimpleSymbol;
FileType;
PackedVersion;
PathSeq;
PlatformType;
PathToPlatformSeq;
Target;
TargetList;

#endif // LLVM_CLANG_INSTALLAPI_MACHO_H