OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MCAsmLayout
(Results
1 - 25
of
68
) sorted by relevancy
1
2
3
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCLinkerOptimizationHint.cpp
10
#include "llvm/MC/
MCAsmLayout
.h"
29
const
MCAsmLayout
&Layout) const {
37
const
MCAsmLayout
&Layout) const {
43
const
MCAsmLayout
&Layout) const {
MCFragment.cpp
14
#include "llvm/MC/
MCAsmLayout
.h"
32
MCAsmLayout
::
MCAsmLayout
(MCAssembler &Asm) : Assembler(Asm) {
42
bool
MCAsmLayout
::isFragmentValid(const MCFragment *F) const {
51
bool
MCAsmLayout
::canGetFragmentOffset(const MCFragment *F) const {
70
void
MCAsmLayout
::invalidateFragmentsFrom(MCFragment *F) {
80
void
MCAsmLayout
::ensureValid(const MCFragment *F) const {
91
const_cast<
MCAsmLayout
*>(this)->layoutFragment(&*I);
96
uint64_t
MCAsmLayout
::getFragmentOffset(const MCFragment *F) const {
103
static bool getLabelOffset(const
MCAsmLayout
&Layout, const MCSymbol &S
[
all
...]
MCAssembler.cpp
18
#include "llvm/MC/
MCAsmLayout
.h"
192
bool MCAssembler::evaluateFixup(const
MCAsmLayout
&Layout,
289
uint64_t MCAssembler::computeFragmentSize(const
MCAsmLayout
&Layout,
395
void
MCAsmLayout
::layoutFragment(MCFragment *F) {
509
const
MCAsmLayout
&Layout, const MCFragment &F) {
723
const
MCAsmLayout
&Layout) const {
783
MCAssembler::handleFixup(const
MCAsmLayout
&Layout, MCFragment &F,
819
void MCAssembler::layout(
MCAsmLayout
&Layout) {
947
MCAsmLayout
Layout(*this);
956
const
MCAsmLayout
&Layout) const
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAssembler.h
36
class
MCAsmLayout
;
61
friend class
MCAsmLayout
;
172
bool evaluateFixup(const
MCAsmLayout
&Layout, const MCFixup &Fixup,
179
const
MCAsmLayout
&Layout) const;
183
const
MCAsmLayout
&Layout) const;
187
bool layoutOnce(
MCAsmLayout
&Layout);
191
bool layoutSectionOnce(
MCAsmLayout
&Layout, MCSection &Sec);
195
bool relaxFragment(
MCAsmLayout
&Layout, MCFragment &F);
196
bool relaxInstruction(
MCAsmLayout
&Layout, MCRelaxableFragment &IF);
197
bool relaxLEB(
MCAsmLayout
&Layout, MCLEBFragment &IF)
[
all
...]
MCObjectWriter.h
17
class
MCAsmLayout
;
54
const
MCAsmLayout
&Layout) = 0;
62
virtual void recordRelocation(MCAssembler &Asm, const
MCAsmLayout
&Layout,
105
virtual uint64_t writeObject(MCAssembler &Asm, const
MCAsmLayout
&Layout) = 0;
MCAsmBackend.h
22
class
MCAsmLayout
;
108
const
MCAsmLayout
&Layout,
114
const
MCAsmLayout
&Layout,
156
const
MCAsmLayout
&Layout,
162
const
MCAsmLayout
&Layout) const = 0;
192
MCAsmLayout
&Layout) const {}
MCMachObjectWriter.h
76
const
MCAsmLayout
&Layout,
157
uint64_t getSymbolAddress(const MCSymbol &S, const
MCAsmLayout
&Layout) const;
160
const
MCAsmLayout
&Layout) const;
162
uint64_t getPaddingSize(const MCSection *SD, const
MCAsmLayout
&Layout) const;
192
void writeSection(const
MCAsmLayout
&Layout, const MCSection &Sec,
206
void writeNlist(MachSymbolData &MSD, const
MCAsmLayout
&Layout);
238
void recordRelocation(MCAssembler &Asm, const
MCAsmLayout
&Layout,
251
const
MCAsmLayout
&Layout);
254
const
MCAsmLayout
&Layout) override;
266
uint64_t writeObject(MCAssembler &Asm, const
MCAsmLayout
&Layout) override
[
all
...]
MCLinkerOptimizationHint.h
29
class
MCAsmLayout
;
112
const
MCAsmLayout
&Layout) const;
128
void emit(MachObjectWriter &ObjWriter, const
MCAsmLayout
&Layout) const;
133
const
MCAsmLayout
&Layout) const;
161
const
MCAsmLayout
&Layout) const {
171
void emit(MachObjectWriter &ObjWriter, const
MCAsmLayout
&Layout) const {
MCAsmLayout.h
1
//===-
MCAsmLayout
.h - Assembly Layout Object -------------------*- C++ -*-===//
28
class
MCAsmLayout
{
47
MCAsmLayout
(MCAssembler &Assembler);
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVAsmBackend.h
65
const
MCAsmLayout
&Layout,
68
bool evaluateTargetFixup(const MCAssembler &Asm, const
MCAsmLayout
&Layout,
86
const
MCAsmLayout
&Layout) const override {
93
const
MCAsmLayout
&Layout,
RISCVMCExpr.h
68
bool evaluateAsRelocatableImpl(MCValue &Res, const
MCAsmLayout
*Layout,
/src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/
CSKYAsmBackend.h
37
const
MCAsmLayout
&Layout) const override;
CSKYMCExpr.h
51
bool evaluateAsRelocatableImpl(MCValue &Res, const
MCAsmLayout
*Layout,
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCExpr.h
19
bool evaluateAsRelocatableImpl(MCValue &Res, const
MCAsmLayout
*Layout,
/src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiMCExpr.cpp
50
const
MCAsmLayout
*Layout,
LanaiMCExpr.h
39
bool evaluateAsRelocatableImpl(MCValue &Res, const
MCAsmLayout
*Layout,
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXMCExpr.h
72
const
MCAsmLayout
*Layout,
114
const
MCAsmLayout
*Layout,
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.h
60
const
MCAsmLayout
*Layout,
/src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
AVRAsmBackend.h
53
const
MCAsmLayout
&Layout) const override {
AVRMCExpr.h
59
bool evaluateAsRelocatableImpl(MCValue &Res, const
MCAsmLayout
*Layout,
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.h
60
const
MCAsmLayout
&Layout) const override {
MipsMCExpr.h
12
#include "llvm/MC/
MCAsmLayout
.h"
70
bool evaluateAsRelocatableImpl(MCValue &Res, const
MCAsmLayout
*Layout,
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCExpr.h
12
#include "llvm/MC/
MCAsmLayout
.h"
75
const
MCAsmLayout
*Layout,
/src/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/
VEMCExpr.h
72
bool evaluateAsRelocatableImpl(MCValue &Res, const
MCAsmLayout
*Layout,
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86MCExpr.h
55
bool evaluateAsRelocatableImpl(MCValue &Res, const
MCAsmLayout
*Layout,
Completed in 20 milliseconds
1
2
3
Indexes created Sun Aug 30 00:27:18 UTC 2026