Home
last modified time | relevance | path

Searched refs:MCValue (Results 26 – 50 of 134) sorted by relevance

123456

/openbsd/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMWinCOFFObjectWriter.cpp36 unsigned getRelocType(MCContext &Ctx, const MCValue &Target,
46 const MCValue &Target, in getRelocType()
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchELFObjectWriter.cpp28 unsigned getRelocType(MCContext &Ctx, const MCValue &Target,
40 const MCValue &Target, in getRelocType()
H A DLoongArchMCExpr.cpp45 bool LoongArchMCExpr::evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl()
55 MCValue::get(Res.getSymA(), Res.getSymB(), Res.getConstant(), getKind()); in evaluateAsRelocatableImpl()
H A DLoongArchAsmBackend.cpp134 const MCValue &Target, in applyFixup()
166 const MCValue &Target) { in shouldForceRelocation()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectWriter.h24 class MCValue; variable
68 const MCFixup &Fixup, MCValue Target,
H A DMCExpr.h27 class MCValue; variable
67 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm,
119 bool evaluateAsRelocatable(MCValue &Res, const MCAsmLayout *Layout,
127 bool evaluateAsValue(MCValue &Res, const MCAsmLayout &Layout) const;
654 virtual bool evaluateAsRelocatableImpl(MCValue &Res,
H A DMCELFObjectWriter.h28 class MCValue; variable
88 virtual unsigned getRelocType(MCContext &Ctx, const MCValue &Target,
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUELFObjectWriter.cpp25 unsigned getRelocType(MCContext &Ctx, const MCValue &Target,
40 const MCValue &Target, in getRelocType()
/openbsd/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kELFObjectWriter.cpp35 unsigned getRelocType(MCContext &Ctx, const MCValue &Target,
64 const MCValue &Target, in getRelocType()
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCXCOFFObjectWriter.cpp28 getRelocTypeAndSignSize(const MCValue &Target, const MCFixup &Fixup,
42 const MCValue &Target, const MCFixup &Fixup, bool IsPCRel) const { in getRelocTypeAndSignSize()
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.h71 bool evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl()
113 bool evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl()
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyAsmBackend.cpp48 const MCValue &Target, MutableArrayRef<char> Data,
97 const MCValue &Target, in applyFixup()
H A DWebAssemblyWasmObjectWriter.cpp37 unsigned getRelocType(const MCValue &Target, const MCFixup &Fixup,
67 const MCValue &Target, const MCFixup &Fixup, in getRelocType()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.cpp103 bool AArch64MCExpr::evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl()
110 MCValue::get(Res.getSymA(), Res.getSymB(), Res.getConstant(), getKind()); in evaluateAsRelocatableImpl()
H A DAArch64WinCOFFObjectWriter.cpp40 unsigned getRelocType(MCContext &Ctx, const MCValue &Target,
50 MCContext &Ctx, const MCValue &Target, const MCFixup &Fixup, in getRelocType()
H A DAArch64AsmBackend.cpp86 const MCValue &Target, MutableArrayRef<char> Data,
101 const MCValue &Target) override;
150 static uint64_t adjustFixupValue(const MCFixup &Fixup, const MCValue &Target, in adjustFixupValue()
391 const MCValue &Target, in applyFixup()
480 const MCValue &Target) { in shouldForceRelocation()
/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFObjectWriter.cpp29 unsigned getRelocType(MCContext &Ctx, const MCValue &Target,
41 const MCValue &Target, in getRelocType()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp118 const MCValue &Target) { in shouldForceRelocation()
480 const MCFragment *DF, const MCValue &Target, uint64_t &Value, in evaluateTargetFixup()
484 MCValue AUIPCTarget; in evaluateTargetFixup()
540 const MCValue &Target, in applyFixup()
618 MCValue NopBytes = MCValue::get(Count); in shouldInsertFixupForCodeAlign()
/openbsd/gnu/llvm/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFAsmBackend.cpp30 const MCValue &Target, MutableArrayRef<char> Data,
64 const MCValue &Target, in applyFixup()
/openbsd/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiAsmBackend.cpp52 const MCValue &Target, MutableArrayRef<char> Data,
88 const MCValue &Target, in applyFixup()
/openbsd/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp41 const MCValue &Target, MutableArrayRef<char> Data,
127 const MCValue &Target, in applyFixup()
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCObjectWriter.cpp32 unsigned getRelocType(MCContext &Ctx, const MCValue &Target,
119 const MCValue &Target, in getRelocType()
/openbsd/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/
H A DVEELFObjectWriter.cpp31 unsigned getRelocType(MCContext &Ctx, const MCValue &Target,
39 unsigned VEELFObjectWriter::getRelocType(MCContext &Ctx, const MCValue &Target, in getRelocType()
/openbsd/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRELFObjectWriter.cpp30 unsigned getRelocType(MCContext &Ctx, const MCValue &Target,
37 unsigned AVRELFObjectWriter::getRelocType(MCContext &Ctx, const MCValue &Target, in getRelocType()
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFObjectWriter.cpp28 unsigned getRelocType(MCContext &Ctx, const MCValue &Target,
35 const MCValue &Target, in getRelocType()

123456