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

/external/llvm/include/llvm/MC/
H A DMCAsmLayout.h1 //===- MCAsmLayout.h - Assembly Layout Object -------------------*- C++ -*-===//
29 class MCAsmLayout { class in namespace:llvm
48 MCAsmLayout(MCAssembler &Assembler);
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCAsmLayout.h1 //===- MCAsmLayout.h - Assembly Layout Object -------------------*- C++ -*-===//
28 class MCAsmLayout { class in namespace:llvm
51 MCAsmLayout(MCAssembler &_Assembler);
/external/llvm/lib/MC/
H A DMCFragment.cpp15 #include "llvm/MC/MCAsmLayout.h"
30 MCAsmLayout::MCAsmLayout(MCAssembler &Asm) function in class:MCAsmLayout
42 bool MCAsmLayout::isFragmentValid(const MCFragment *F) const {
51 void MCAsmLayout::invalidateFragmentsFrom(MCFragment *F) {
61 void MCAsmLayout::ensureValid(const MCFragment *F) const {
72 const_cast<MCAsmLayout *>(this)->layoutFragment(&*I);
77 uint64_t MCAsmLayout::getFragmentOffset(const MCFragment *F) const {
84 static bool getLabelOffset(const MCAsmLayout &Layout, const MCSymbol &S,
96 static bool getSymbolOffsetImpl(const MCAsmLayout
[all...]
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCAssembler.cpp12 #include "llvm/MC/MCAsmLayout.h"
51 MCAsmLayout::MCAsmLayout(MCAssembler &Asm) function in class:MCAsmLayout
63 bool MCAsmLayout::isFragmentUpToDate(const MCFragment *F) const {
72 void MCAsmLayout::Invalidate(MCFragment *F) {
82 void MCAsmLayout::EnsureValid(const MCFragment *F) const {
93 const_cast<MCAsmLayout*>(this)->LayoutFragment(Cur);
98 uint64_t MCAsmLayout::getFragmentOffset(const MCFragment *F) const {
104 uint64_t MCAsmLayout::getSymbolOffset(const MCSymbolData *SD) const {
136 uint64_t MCAsmLayout
[all...]

Completed in 6500 milliseconds