LLVM
8.0.1
|
#include "llvm/MC/MCFragment.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/Twine.h"
#include "llvm/Config/llvm-config.h"
#include "llvm/MC/MCAsmLayout.h"
#include "llvm/MC/MCAssembler.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCFixup.h"
#include "llvm/MC/MCSection.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/MC/MCValue.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include <cassert>
#include <cstdint>
#include <utility>
Go to the source code of this file.
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
Functions | |
static bool | getLabelOffset (const MCAsmLayout &Layout, const MCSymbol &S, bool ReportError, uint64_t &Val) |
static bool | getSymbolOffsetImpl (const MCAsmLayout &Layout, const MCSymbol &S, bool ReportError, uint64_t &Val) |
raw_ostream & | llvm::operator<< (raw_ostream &OS, const MCFixup &AF) |
|
static |
Definition at line 85 of file MCFragment.cpp.
References llvm::MCSymbol::getFragment(), llvm::MCAsmLayout::getFragmentOffset(), llvm::MCSymbol::getName(), llvm::MCSymbol::getOffset(), and llvm::report_fatal_error().
Referenced by getSymbolOffsetImpl().
|
static |
Definition at line 97 of file MCFragment.cpp.
References B, llvm::MCExpr::evaluateAsValue(), llvm::MCValue::getConstant(), getLabelOffset(), llvm::MCSymbol::getName(), llvm::MCValue::getSymA(), llvm::MCValue::getSymB(), llvm::MCSymbolRefExpr::getSymbol(), llvm::MCSymbol::getVariableValue(), llvm::MCSymbol::isVariable(), llvm::report_fatal_error(), and ReportError().
Referenced by llvm::MCAsmLayout::getSymbolOffset().