LLVM
18.0.0git
lib
TextAPI
TextAPIContext.h
Go to the documentation of this file.
1
//===- TextAPIContext.h ---------------------------------------------------===//
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
// Defines the YAML Context for the TextAPI Reader/Writer.
10
//
11
//===----------------------------------------------------------------------===//
12
13
#ifndef LLVM_TEXTAPI_MACHO_CONTEXT_H
14
#define LLVM_TEXTAPI_MACHO_CONTEXT_H
15
16
#include <string>
17
18
namespace
llvm
{
19
namespace
MachO {
20
21
enum
FileType
:
unsigned
;
22
23
struct
TextAPIContext
{
24
std::string
ErrorMessage
;
25
std::string
Path
;
26
FileType
FileKind
;
27
};
28
29
}
// end namespace MachO.
30
}
// end namespace llvm.
31
32
#endif
// LLVM_TEXTAPI_MACHO_CONTEXT_H
unsigned
llvm::MachO::FileType
FileType
Defines the file type this file represents.
Definition:
InterfaceFile.h:53
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition:
AddressRanges.h:18
llvm::MachO::TextAPIContext
Definition:
TextAPIContext.h:23
llvm::MachO::TextAPIContext::FileKind
FileType FileKind
Definition:
TextAPIContext.h:26
llvm::MachO::TextAPIContext::ErrorMessage
std::string ErrorMessage
Definition:
TextAPIContext.h:24
llvm::MachO::TextAPIContext::Path
std::string Path
Definition:
TextAPIContext.h:25
Generated on Thu Dec 7 2023 09:21:06 for LLVM by
1.9.6