LLVM
3.7.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
work
release_test
rc4
llvm.src
include
llvm
Object
SymbolSize.h
Go to the documentation of this file.
1
//===- SymbolSize.h ---------------------------------------------*- C++ -*-===//
2
//
3
// The LLVM Compiler Infrastructure
4
//
5
// This file is distributed under the University of Illinois Open Source
6
// License. See LICENSE.TXT for details.
7
//
8
//
9
//===----------------------------------------------------------------------===//
10
11
#ifndef LLVM_OBJECT_SYMBOLSIZE_H
12
#define LLVM_OBJECT_SYMBOLSIZE_H
13
14
#include "
llvm/Object/ObjectFile.h
"
15
16
namespace
llvm {
17
namespace
object {
18
std::vector<std::pair<SymbolRef, uint64_t>>
19
computeSymbolSizes
(
const
ObjectFile &O);
20
}
21
}
// namespace llvm
22
23
#endif
ObjectFile.h
llvm::object::computeSymbolSizes
std::vector< std::pair< SymbolRef, uint64_t > > computeSymbolSizes(const ObjectFile &O)
Definition:
SymbolSize.cpp:47
Generated on Mon Aug 31 2015 11:10:30 for LLVM by
1.8.6