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 {
58 MCAsmLayout(MCAssembler &_Assembler);
  /external/llvm/lib/MC/
MCAssembler.cpp 16 #include "llvm/MC/MCAsmLayout.h"
64 MCAsmLayout::MCAsmLayout(MCAssembler &Asm)
76 bool MCAsmLayout::isFragmentValid(const MCFragment *F) const {
85 void MCAsmLayout::invalidateFragmentsFrom(MCFragment *F) {
96 void MCAsmLayout::ensureValid(const MCFragment *F) const {
108 const_cast<MCAsmLayout*>(this)->layoutFragment(Cur);
113 uint64_t MCAsmLayout::getFragmentOffset(const MCFragment *F) const {
119 uint64_t MCAsmLayout::getSymbolOffset(const MCSymbolData *SD) const {
151 uint64_t MCAsmLayout::getSectionAddressSize(const MCSectionData *SD) const
    [all...]

Completed in 34 milliseconds