Searched defs:MCAsmLayout (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCAsmLayout.h1 //===- MCAsmLayout.h - Assembly Layout Object -------------------*- C++ -*-===//
30 class MCAsmLayout { class in namespace:llvm
59 MCAsmLayout(MCAssembler &_Assembler);
/external/llvm/lib/MC/
H A DMCAssembler.cpp15 #include "llvm/MC/MCAsmLayout.h"
66 MCAsmLayout::MCAsmLayout(MCAssembler &Asm) function in class:MCAsmLayout
78 bool MCAsmLayout::isFragmentValid(const MCFragment *F) const {
87 void MCAsmLayout::invalidateFragmentsFrom(MCFragment *F) {
98 void MCAsmLayout::ensureValid(const MCFragment *F) const {
110 const_cast<MCAsmLayout*>(this)->layoutFragment(Cur);
115 uint64_t MCAsmLayout::getFragmentOffset(const MCFragment *F) const {
122 static bool getLabelOffset(const MCAsmLayout &Layout, const MCSymbolData &SD,
134 static bool getSymbolOffsetImpl(const MCAsmLayout
[all...]

Completed in 962 milliseconds