HomeSort by relevance Sort by last modified time
    Searched refs:MCAsmLayout (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/llvm/include/llvm/MC/
MCAsmBackend.h 22 class MCAsmLayout;
68 const MCAsmLayout &Layout,
94 const MCAsmLayout &Layout) const;
99 const MCAsmLayout &Layout) const = 0;
126 MCAsmLayout &Layout) const {}
MCAssembler.h 28 class MCAsmLayout;
57 friend class MCAsmLayout;
164 bool evaluateFixup(const MCAsmLayout &Layout, const MCFixup &Fixup,
171 const MCAsmLayout &Layout) const;
175 const MCAsmLayout &Layout) const;
179 bool layoutOnce(MCAsmLayout &Layout);
183 bool layoutSectionOnce(MCAsmLayout &Layout, MCSection &Sec);
185 bool relaxInstruction(MCAsmLayout &Layout, MCRelaxableFragment &IF);
187 bool relaxLEB(MCAsmLayout &Layout, MCLEBFragment &IF);
189 bool relaxDwarfLineAddr(MCAsmLayout &Layout, MCDwarfLineAddrFragment &DF)
    [all...]
MCLinkerOptimizationHint.h 28 class MCAsmLayout;
110 const MCAsmLayout &Layout) const;
126 void emit(MachObjectWriter &ObjWriter, const MCAsmLayout &Layout) const;
131 const MCAsmLayout &Layout) const;
159 const MCAsmLayout &Layout) const {
169 void emit(MachObjectWriter &ObjWriter, const MCAsmLayout &Layout) const {
MCAsmLayout.h 1 //===- MCAsmLayout.h - Assembly Layout Object -------------------*- C++ -*-===//
29 class MCAsmLayout {
48 MCAsmLayout(MCAssembler &Assembler);
MCMachObjectWriter.h 66 const MCAsmLayout &Layout,
140 uint64_t getSymbolAddress(const MCSymbol &S, const MCAsmLayout &Layout) const;
143 const MCAsmLayout &Layout) const;
145 uint64_t getPaddingSize(const MCSection *SD, const MCAsmLayout &Layout) const;
175 void writeSection(const MCAsmLayout &Layout, const MCSection &Sec,
189 void writeNlist(MachSymbolData &MSD, const MCAsmLayout &Layout);
222 const MCAsmLayout &Layout,
227 void recordTLVPRelocation(const MCAssembler &Asm, const MCAsmLayout &Layout,
231 void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout,
245 const MCAsmLayout &Layout)
    [all...]
MCObjectWriter.h 21 class MCAsmLayout;
77 const MCAsmLayout &Layout) = 0;
85 virtual void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout,
121 virtual void writeObject(MCAssembler &Asm, const MCAsmLayout &Layout) = 0;
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUAsmBackend.cpp 26 const MCAsmLayout &Layout) {
30 const MCAsmLayout &Layout,
37 virtual void WriteObject(MCAssembler &Asm, const MCAsmLayout &Layout);
52 const MCAsmLayout &Layout) const {
67 const MCAsmLayout &Layout) {
  /external/llvm/lib/MC/
MCLinkerOptimizationHint.cpp 11 #include "llvm/MC/MCAsmLayout.h"
28 const MCAsmLayout &Layout) const {
36 const MCAsmLayout &Layout) const {
42 const MCAsmLayout &Layout) const {
MCAsmBackend.cpp 48 const MCRelaxableFragment *DF, const MCAsmLayout &Layout) const {
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/include/llvm/MC/
MCMachObjectWriter.h 66 const MCAsmLayout &Layout,
127 const MCAsmLayout &Layout) const;
130 const MCAsmLayout &Layout) const;
133 const MCAsmLayout &Layout) const;
163 void WriteSection(const MCAssembler &Asm, const MCAsmLayout &Layout,
180 void WriteNlist(MachSymbolData &MSD, const MCAsmLayout &Layout);
202 const MCAsmLayout &Layout,
209 const MCAsmLayout &Layout,
214 void RecordRelocation(const MCAssembler &Asm, const MCAsmLayout &Layout,
231 const MCAsmLayout &Layout)
    [all...]
MCAsmLayout.h 1 //===- MCAsmLayout.h - Assembly Layout Object -------------------*- C++ -*-===//
28 class MCAsmLayout {
51 MCAsmLayout(MCAssembler &_Assembler);
MCObjectWriter.h 19 class MCAsmLayout;
69 const MCAsmLayout &Layout) = 0;
78 const MCAsmLayout &Layout,
108 const MCAsmLayout &Layout) = 0;
MCAssembler.h 26 class MCAsmLayout;
42 friend class MCAsmLayout;
427 friend class MCAsmLayout;
641 friend class MCAsmLayout;
714 bool EvaluateFixup(const MCAsmLayout &Layout,
721 const MCAsmLayout &Layout) const;
725 const MCAsmLayout &Layout) const;
729 bool LayoutOnce(MCAsmLayout &Layout);
731 bool LayoutSectionOnce(MCAsmLayout &Layout, MCSectionData &SD);
733 bool RelaxInstruction(MCAsmLayout &Layout, MCInstFragment &IF)
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.h 43 void processFixupValue(const MCAssembler &Asm, const MCAsmLayout &Layout,
64 const MCAsmLayout &Layout) const override;
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.h 66 const MCAsmLayout &Layout) const override {
85 void processFixupValue(const MCAssembler &Asm, const MCAsmLayout &Layout,
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.h 42 static uint64_t SymbolValue(MCSymbolData &Data, const MCAsmLayout &Layout);
49 static uint64_t GetSectionFileSize(const MCAsmLayout &Layout,
51 static uint64_t GetSectionAddressSize(const MCAsmLayout &Layout,
55 const MCAsmLayout &Layout,
256 const MCAsmLayout &Layout);
261 const MCAsmLayout &Layout,
264 virtual void RecordRelocation(const MCAssembler &Asm, const MCAsmLayout &Layout,
294 void CreateRelocationSections(MCAssembler &Asm, MCAsmLayout &Layout,
297 void WriteRelocations(MCAssembler &Asm, MCAsmLayout &Layout,
300 virtual void CreateMetadataSections(MCAssembler &Asm, MCAsmLayout &Layout
    [all...]
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...]
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUAsmBackend.cpp 29 const MCAsmLayout &Layout) override {
32 void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout,
39 void writeObject(MCAssembler &Asm, const MCAsmLayout &Layout) override;
53 const MCAsmLayout &Layout) const override {
69 const MCAsmLayout &Layout) {
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCExpr.h 21 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout,
  /external/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiMCExpr.cpp 51 const MCAsmLayout *Layout,
LanaiMCExpr.h 40 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout,
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.h 61 const MCAsmLayout *Layout) const;
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsMCSymbolRefExpr.h 52 const MCAsmLayout *Layout) const;
  /external/llvm/lib/Target/NVPTX/
NVPTXMCExpr.h 67 const MCAsmLayout *Layout,
109 const MCAsmLayout *Layout,

Completed in 456 milliseconds

1 2 3