LLVM
23.0.0git
include
llvm
DebugInfo
GSYM
GsymTypes.h
Go to the documentation of this file.
1
//===- GsymTypes.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
#ifndef LLVM_DEBUGINFO_GSYM_GSYMTYPES_H
10
#define LLVM_DEBUGINFO_GSYM_GSYMTYPES_H
11
12
#include <stdint.h>
13
14
namespace
llvm
{
15
namespace
gsym
{
16
17
/// The type of string offset used in the code.
18
///
19
/// Note: This may be different from what's serialized into GSYM files, which
20
/// is version dependent (e.g. V1 uses uint32_t, V2+ uses uint64_t).
21
typedef
uint64_t
gsym_strp_t
;
22
23
}
// namespace gsym
24
}
// namespace llvm
25
26
#endif
// LLVM_DEBUGINFO_GSYM_GSYMTYPES_H
uint64_t
llvm::gsym
Definition
CallSiteInfo.h:27
llvm::gsym::gsym_strp_t
uint64_t gsym_strp_t
The type of string offset used in the code.
Definition
GsymTypes.h:21
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition
FunctionInfo.h:25
Generated on
for LLVM by
1.14.0