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 {
54 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) {
99 void MCAsmLayout::ensureValid(const MCFragment *F) const {
111 const_cast<MCAsmLayout*>(this)->layoutFragment(Cur);
116 uint64_t MCAsmLayout::getFragmentOffset(const MCFragment *F) const {
123 static bool getLabelOffset(const MCAsmLayout &Layout, const MCSymbolData &SD,
135 static bool getSymbolOffsetImpl(const MCAsmLayout &Layout
    [all...]

Completed in 39 milliseconds