Searched defs:MCAsmLayout (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCAsmLayout.h1 //===- MCAsmLayout.h - Assembly Layout Object -------------------*- C++ -*-===//
30 class MCAsmLayout { class in namespace:llvm
54 MCAsmLayout(MCAssembler &Assembler);
/external/llvm/lib/MC/
H A DMCAssembler.cpp16 #include "llvm/MC/MCAsmLayout.h"
67 MCAsmLayout::MCAsmLayout(MCAssembler &Asm) function in class:MCAsmLayout
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
[all...]

Completed in 283 milliseconds