Searched refs:MCValue (Results 26 - 48 of 48) sorted by relevance

12

/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp16 #include "llvm/MC/MCValue.h"
28 virtual unsigned getRelocTypeInner(const MCValue &Target,
31 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
44 static MCSymbolRefExpr::VariantKind getAccessVariant(const MCValue &Target,
72 unsigned PPCELFObjectWriter::getRelocTypeInner(const MCValue &Target,
376 unsigned PPCELFObjectWriter::GetRelocType(const MCValue &Target,
/external/llvm/lib/MC/
H A DMCExpr.cpp19 #include "llvm/MC/MCValue.h"
473 MCValue Value;
558 /// This routine conceptually attempts to construct an MCValue:
560 /// from two MCValue's LHS and RHS where
566 /// is representable in an MCValue, but may not always succeed.
569 /// MCValue.
579 const MCValue &LHS,const MCSymbolRefExpr *RHS_A,
581 MCValue &Res) {
630 Res = MCValue::get(A, B, Result_Cst);
634 bool MCExpr::EvaluateAsRelocatable(MCValue
[all...]
H A DAndroid.mk45 MCValue.cpp \
H A DMCAssembler.cpp24 #include "llvm/MC/MCValue.h"
143 MCValue Target;
189 MCValue Value;
441 MCValue &Target) {
450 MCValue &Target, uint64_t &Value) const {
843 MCValue Target;
938 MCValue Target;
H A DMachObjectWriter.cpp22 #include "llvm/MC/MCValue.h"
86 MCValue Target;
456 MCValue Target,
666 MCValue Value;
H A DWinCOFFObjectWriter.cpp28 #include "llvm/MC/MCValue.h"
175 MCValue Target, bool &IsPCRel,
700 MCValue Target,
H A DELFObjectWriter.cpp30 #include "llvm/MC/MCValue.h"
184 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
226 MCValue Target, bool &IsPCRel,
813 MCValue Target,
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp18 #include "llvm/MC/MCValue.h"
32 MCValue Target,
40 MCValue Target,
48 MCValue Target,
55 MCValue Target,
66 MCValue Target, uint64_t &FixedValue) override {
105 MCValue Target,
362 MCValue Target,
457 MCValue Target,
505 MCValue Targe
[all...]
H A DX86ELFObjectWriter.cpp14 #include "llvm/MC/MCValue.h"
27 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
41 unsigned X86ELFObjectWriter::GetRelocType(const MCValue &Target,
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp22 #include "llvm/MC/MCValue.h"
34 MCValue Target,
42 const MCFixup &Fixup, MCValue Target,
60 MCValue Target, uint64_t &FixedValue) override;
152 MCValue Target,
254 MCValue Target,
358 MCValue Target,
H A DARMAsmBackend.cpp27 #include "llvm/MC/MCValue.h"
151 const MCValue &Target, uint64_t &Value,
596 const MCValue &Target, uint64_t &Value,
/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcELFObjectWriter.cpp16 #include "llvm/MC/MCValue.h"
31 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
36 unsigned SparcELFObjectWriter::GetRelocType(const MCValue &Target,
H A DSparcAsmBackend.cpp17 #include "llvm/MC/MCValue.h"
159 const MCValue &Target, uint64_t &Value,
H A DSparcMCExpr.cpp163 SparcMCExpr::EvaluateAsRelocatableImpl(MCValue &Res,
/external/llvm/lib/Target/R600/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp16 #include "llvm/MC/MCValue.h"
32 MCValue Target, bool &IsPCRel,
/external/llvm/include/llvm/MC/
H A DMCExpr.h26 class MCValue;
55 bool EvaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm,
96 bool EvaluateAsRelocatable(MCValue &Res, const MCAsmLayout *Layout) const;
104 bool EvaluateAsValue(MCValue &Res, const MCAsmLayout *Layout) const;
526 virtual bool EvaluateAsRelocatableImpl(MCValue &Res,
H A DMCAssembler.h42 class MCValue;
944 MCValue &Target, uint64_t &Value) const;
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFObjectWriter.cpp19 #include "llvm/MC/MCValue.h"
32 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
46 unsigned AArch64ELFObjectWriter::GetRelocType(const MCValue &Target,
H A DAArch64MCExpr.h154 bool EvaluateAsRelocatableImpl(MCValue &Res,
H A DAArch64MachObjectWriter.cpp19 #include "llvm/MC/MCValue.h"
38 const MCFixup &Fixup, MCValue Target,
117 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target,
H A DAArch64AsmBackend.cpp504 const MCValue &Target, uint64_t &Value,
513 const MCFragment *DF, const MCValue &Target, uint64_t &Value,
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp17 #include "llvm/MC/MCValue.h"
31 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
45 unsigned MipsELFObjectWriter::GetRelocType(const MCValue &Target,
H A DMipsAsmBackend.cpp384 const MCValue &Target,

Completed in 305 milliseconds

12