HomeSort by relevance Sort by last modified time
    Searched defs:MCAsmLayout (Results 1 - 12 of 12) 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/swiftshader/third_party/LLVM/include/llvm/MC/
MCAsmLayout.h 1 //===- MCAsmLayout.h - Assembly Layout Object -------------------*- C++ -*-===//
28 class MCAsmLayout {
51 MCAsmLayout(MCAssembler &_Assembler);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCAsmLayout.h 1 //===- MCAsmLayout.h - Assembly Layout Object -------------------*- C++ -*-===//
29 class MCAsmLayout {
48 MCAsmLayout(MCAssembler &Assembler);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCAsmLayout.h 1 //===- MCAsmLayout.h - Assembly Layout Object -------------------*- C++ -*-===//
29 class MCAsmLayout {
48 MCAsmLayout(MCAssembler &Assembler);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCAsmLayout.h 1 //===- MCAsmLayout.h - Assembly Layout Object -------------------*- C++ -*-===//
29 class MCAsmLayout {
48 MCAsmLayout(MCAssembler &Assembler);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCAsmLayout.h 1 //===- MCAsmLayout.h - Assembly Layout Object -------------------*- C++ -*-===//
29 class MCAsmLayout {
48 MCAsmLayout(MCAssembler &Assembler);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCAsmLayout.h 1 //===- MCAsmLayout.h - Assembly Layout Object -------------------*- C++ -*-===//
29 class MCAsmLayout {
48 MCAsmLayout(MCAssembler &Assembler);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCAsmLayout.h 1 //===- MCAsmLayout.h - Assembly Layout Object -------------------*- C++ -*-===//
29 class MCAsmLayout {
48 MCAsmLayout(MCAssembler &Assembler);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCAsmLayout.h 1 //===- MCAsmLayout.h - Assembly Layout Object -------------------*- C++ -*-===//
29 class MCAsmLayout {
48 MCAsmLayout(MCAssembler &Assembler);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCAsmLayout.h 1 //===- MCAsmLayout.h - Assembly Layout Object -------------------*- C++ -*-===//
29 class MCAsmLayout {
48 MCAsmLayout(MCAssembler &Assembler);
  /external/llvm/lib/MC/
MCFragment.cpp 15 #include "llvm/MC/MCAsmLayout.h"
30 MCAsmLayout::MCAsmLayout(MCAssembler &Asm)
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 &Layout, const MCSymbol &S
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAssembler.cpp 12 #include "llvm/MC/MCAsmLayout.h"
51 MCAsmLayout::MCAsmLayout(MCAssembler &Asm)
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::getSectionAddressSize(const MCSectionData *SD) const
    [all...]

Completed in 273 milliseconds