|
LLVM
4.0.0
|
The resolution for a symbol. More...
#include <LTO.h>
Public Member Functions | |
| SymbolResolution () | |
Public Attributes | |
| unsigned | Prevailing: 1 |
| The linker has chosen this definition of the symbol. More... | |
| unsigned | FinalDefinitionInLinkageUnit: 1 |
| The definition of this symbol is unpreemptable at runtime and is known to be in this linkage unit. More... | |
| unsigned | VisibleToRegularObj: 1 |
| The definition of this symbol is visible outside of the LTO unit. More... | |
The resolution for a symbol.
The linker must provide a SymbolResolution for each global symbol based on its internal resolution of that symbol.
| unsigned llvm::lto::SymbolResolution::FinalDefinitionInLinkageUnit |
| unsigned llvm::lto::SymbolResolution::Prevailing |
| unsigned llvm::lto::SymbolResolution::VisibleToRegularObj |
1.8.6