LLVM 22.0.0git
SymbolSize.h
Go to the documentation of this file.
1//===- SymbolSize.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
10#ifndef LLVM_OBJECT_SYMBOLSIZE_H
11#define LLVM_OBJECT_SYMBOLSIZE_H
12
15
16namespace llvm {
17namespace object {
18
25
26LLVM_ABI int compareAddress(const SymEntry *A, const SymEntry *B);
27
28LLVM_ABI std::vector<std::pair<SymbolRef, uint64_t>>
30}
31} // namespace llvm
32
33#endif
static GCRegistry::Add< ErlangGC > A("erlang", "erlang-compatible garbage collector")
static GCRegistry::Add< OcamlGC > B("ocaml", "ocaml 3.10-compatible GC")
#define LLVM_ABI
Definition Compiler.h:213
This class is the base class for all object file types.
Definition ObjectFile.h:231
LLVM_ABI int compareAddress(const SymEntry *A, const SymEntry *B)
LLVM_ABI std::vector< std::pair< SymbolRef, uint64_t > > computeSymbolSizes(const ObjectFile &O)
This is an optimization pass for GlobalISel generic memory operations.
symbol_iterator I
Definition SymbolSize.h:20