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 {
48 MCAsmLayout(MCAssembler &Assembler);
  /external/llvm/lib/MC/
MCAssembler.cpp 16 #include "llvm/MC/MCAsmLayout.h"
67 MCAsmLayout::MCAsmLayout(MCAssembler &Asm)
79 bool MCAsmLayout::isFragmentValid(const MCFragment *F) const {
88 void MCAsmLayout::invalidateFragmentsFrom(MCFragment *F) {
98 void MCAsmLayout::ensureValid(const MCFragment *F) const {
109 const_cast<MCAsmLayout *>(this)->layoutFragment(&*I);
114 uint64_t MCAsmLayout::getFragmentOffset(const MCFragment *F) const {
121 static bool getLabelOffset(const MCAsmLayout &Layout, const MCSymbol &S,
133 static bool getSymbolOffsetImpl(const MCAsmLayout &Layout, const MCSymbol &S
    [all...]

Completed in 221 milliseconds