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++ -*-===//
30 class MCAsmLayout {
59 MCAsmLayout(MCAssembler &_Assembler);
  /external/llvm/lib/MC/
MCAssembler.cpp 15 #include "llvm/MC/MCAsmLayout.h"
66 MCAsmLayout::MCAsmLayout(MCAssembler &Asm)
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 &Layout
    [all...]

Completed in 58 milliseconds