Home | History | Annotate | Download | only in MC

Lines Matching defs:MCAsmLayout

12 #include "llvm/MC/MCAsmLayout.h"
52 MCAsmLayout::MCAsmLayout(MCAssembler &Asm)
64 bool MCAsmLayout::isFragmentUpToDate(const MCFragment *F) const {
73 void MCAsmLayout::Invalidate(MCFragment *F) {
83 void MCAsmLayout::EnsureValid(const MCFragment *F) const {
94 const_cast<MCAsmLayout*>(this)->LayoutFragment(Cur);
99 uint64_t MCAsmLayout::getFragmentOffset(const MCFragment *F) const {
105 uint64_t MCAsmLayout::getSymbolOffset(const MCSymbolData *SD) const {
137 uint64_t MCAsmLayout::getSectionAddressSize(const MCSectionData *SD) const {
143 uint64_t MCAsmLayout::getSectionFileSize(const MCSectionData *SD) const {
247 bool MCAssembler::evaluateFixup(const MCAsmLayout &Layout,
317 uint64_t MCAssembler::computeFragmentSize(const MCAsmLayout &Layout,
369 void MCAsmLayout::LayoutFragment(MCFragment *F) {
391 static void WriteFragmentData(const MCAssembler &Asm, const MCAsmLayout &Layout,
502 const MCAsmLayout &Layout) const {
553 uint64_t MCAssembler::handleFixup(const MCAsmLayout &Layout,
574 MCAsmLayout Layout(*this);
654 const MCAsmLayout &Layout) const {
668 const MCAsmLayout &Layout) const {
683 bool MCAssembler::relaxInstruction(MCAsmLayout &Layout,
719 bool MCAssembler::relaxLEB(MCAsmLayout &Layout, MCLEBFragment &LF) {
736 bool MCAssembler::relaxDwarfLineAddr(MCAsmLayout &Layout,
753 bool MCAssembler::relaxDwarfCallFrameFragment(MCAsmLayout &Layout,
768 bool MCAssembler::layoutSectionOnce(MCAsmLayout &Layout,
806 bool MCAssembler::layoutOnce(MCAsmLayout &Layout) {
819 void MCAssembler::finishLayout(MCAsmLayout &Layout) {