Home | History | Annotate | Download | only in MC

Lines Matching refs:MCAsmLayout

12 #include "llvm/MC/MCAsmLayout.h"
51 MCAsmLayout::MCAsmLayout(MCAssembler &Asm)
63 bool MCAsmLayout::isFragmentUpToDate(const MCFragment *F) const {
72 void MCAsmLayout::Invalidate(MCFragment *F) {
82 void MCAsmLayout::EnsureValid(const MCFragment *F) const {
93 const_cast<MCAsmLayout*>(this)->LayoutFragment(Cur);
98 uint64_t MCAsmLayout::getFragmentOffset(const MCFragment *F) const {
104 uint64_t MCAsmLayout::getSymbolOffset(const MCSymbolData *SD) const {
136 uint64_t MCAsmLayout::getSectionAddressSize(const MCSectionData *SD) const {
142 uint64_t MCAsmLayout::getSectionFileSize(const MCSectionData *SD) const {
246 bool MCAssembler::evaluateFixup(const MCAsmLayout &Layout,
316 uint64_t MCAssembler::computeFragmentSize(const MCAsmLayout &Layout,
362 void MCAsmLayout::LayoutFragment(MCFragment *F) {
384 static void WriteFragmentData(const MCAssembler &Asm, const MCAsmLayout &Layout,
495 const MCAsmLayout &Layout) const {
546 uint64_t MCAssembler::handleFixup(const MCAsmLayout &Layout,
567 MCAsmLayout Layout(*this);
647 const MCAsmLayout &Layout) const {
661 const MCAsmLayout &Layout) const {
676 bool MCAssembler::relaxInstruction(MCAsmLayout &Layout,
712 bool MCAssembler::relaxLEB(MCAsmLayout &Layout, MCLEBFragment &LF) {
729 bool MCAssembler::relaxDwarfLineAddr(MCAsmLayout &Layout,
746 bool MCAssembler::relaxDwarfCallFrameFragment(MCAsmLayout &Layout,
761 bool MCAssembler::layoutSectionOnce(MCAsmLayout &Layout,
799 bool MCAssembler::layoutOnce(MCAsmLayout &Layout) {
812 void MCAssembler::finishLayout(MCAsmLayout &Layout) {