clang  19.0.0git
MachO.h
Go to the documentation of this file.
1 //===- InstallAPI/MachO.h ---------------------------------------*- C++ -*-===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
8 //
9 // Imports and forward declarations for llvm::MachO types.
10 //
11 //===----------------------------------------------------------------------===//
12 
13 #ifndef LLVM_CLANG_INSTALLAPI_MACHO_H
14 #define LLVM_CLANG_INSTALLAPI_MACHO_H
15 
16 #include "llvm/TextAPI/Architecture.h"
17 #include "llvm/TextAPI/InterfaceFile.h"
18 #include "llvm/TextAPI/PackedVersion.h"
19 #include "llvm/TextAPI/Platform.h"
20 #include "llvm/TextAPI/RecordVisitor.h"
21 #include "llvm/TextAPI/Symbol.h"
22 #include "llvm/TextAPI/Target.h"
23 #include "llvm/TextAPI/TextAPIWriter.h"
24 #include "llvm/TextAPI/Utils.h"
25 
50 using Target = llvm::MachO::Target;
52 
53 #endif // LLVM_CLANG_INSTALLAPI_MACHO_H
llvm::MachO::ObjCIVarRecord ObjCIVarRecord
Definition: MachO.h:37
llvm::MachO::SymbolFlags SymbolFlags
Definition: MachO.h:29
llvm::MachO::RecordLoc RecordLoc
Definition: MachO.h:40
llvm::MachO::ObjCCategoryRecord ObjCCategoryRecord
Definition: MachO.h:36
llvm::MachO::GlobalRecord GlobalRecord
Definition: MachO.h:33
llvm::MachO::AliasMap AliasMap
Definition: MachO.h:26
llvm::MachO::RecordsSlice RecordsSlice
Definition: MachO.h:41
llvm::MachO::PathToPlatformSeq PathToPlatformSeq
Definition: MachO.h:49
llvm::MachO::ArchitectureSet ArchitectureSet
Definition: MachO.h:28
llvm::MachO::PackedVersion PackedVersion
Definition: MachO.h:46
llvm::MachO::EncodeKind EncodeKind
Definition: MachO.h:32
llvm::MachO::SymbolSet SymbolSet
Definition: MachO.h:43
llvm::MachO::ObjCInterfaceRecord ObjCInterfaceRecord
Definition: MachO.h:35
llvm::MachO::Architecture Architecture
Definition: MachO.h:27
llvm::MachO::ObjCIFSymbolKind ObjCIFSymbolKind
Definition: MachO.h:38
llvm::MachO::RecordLinkage RecordLinkage
Definition: MachO.h:30
llvm::MachO::FileType FileType
Definition: MachO.h:45
llvm::MachO::Target Target
Definition: MachO.h:50
llvm::MachO::Records Records
Definition: MachO.h:39
llvm::MachO::RecordsSlice::BinaryAttrs BinaryAttrs
Definition: MachO.h:42
llvm::MachO::PlatformType PlatformType
Definition: MachO.h:48
llvm::MachO::Record Record
Definition: MachO.h:31
llvm::MachO::PathSeq PathSeq
Definition: MachO.h:47
llvm::MachO::TargetList TargetList
Definition: MachO.h:51
llvm::MachO::ObjCContainerRecord ObjCContainerRecord
Definition: MachO.h:34
llvm::MachO::SimpleSymbol SimpleSymbol
Definition: MachO.h:44