HomeSort by relevance Sort by last modified time
    Searched defs:MCAsmLayout (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/MC/
MCAsmLayout.h 1 //===- MCAsmLayout.h - Assembly Layout Object -------------------*- C++ -*-===//
29 class MCAsmLayout {
52 MCAsmLayout(MCAssembler &_Assembler);
  /external/llvm/lib/MC/
MCAssembler.cpp 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
    [all...]

Completed in 165 milliseconds