Home
last modified time | relevance | path

Searched refs:MCValue (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm/include/llvm/MC/
DMCValue.h37 class MCValue {
55 static MCValue get(const MCSymbolRefExpr *SymA, const MCSymbolRefExpr *SymB=0,
57 MCValue R;
65 static MCValue get(int64_t Val) { in get()
66 MCValue R; in get()
DMCMachObjectWriter.h69 MCValue Target,
207 const MCFixup &Fixup, MCValue Target,
214 const MCFixup &Fixup, MCValue Target,
219 MCValue Target, uint64_t &FixedValue);
DMCELFObjectWriter.h24 class MCValue; variable
79 virtual unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
84 const MCValue &Target,
DMCAsmBackend.h28 class MCValue; variable
97 MCValue &Target, uint64_t &Value, in processFixupValue()
DMCObjectWriter.h25 class MCValue; variable
78 const MCFixup &Fixup, MCValue Target,
DMCExpr.h24 class MCValue; variable
53 bool EvaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm,
93 bool EvaluateAsRelocatable(MCValue &Res, const MCAsmLayout &Layout) const;
456 virtual bool EvaluateAsRelocatableImpl(MCValue &Res,
DMCAssembler.h41 class MCValue; variable
753 MCValue &Target, uint64_t &Value) const;
/external/llvm/lib/MC/
DMCExpr.cpp296 MCValue Value; in EvaluateAsAbsolute()
401 const MCValue &LHS,const MCSymbolRefExpr *RHS_A, in EvaluateSymbolicAdd()
403 MCValue &Res) { in EvaluateSymbolicAdd()
452 Res = MCValue::get(A, B, Result_Cst); in EvaluateSymbolicAdd()
456 bool MCExpr::EvaluateAsRelocatable(MCValue &Res, in EvaluateAsRelocatable()
462 bool MCExpr::EvaluateAsRelocatableImpl(MCValue &Res, in EvaluateAsRelocatableImpl()
474 Res = MCValue::get(cast<MCConstantExpr>(this)->getValue()); in EvaluateAsRelocatableImpl()
493 Res = MCValue::get(SRE, 0, 0); in EvaluateAsRelocatableImpl()
499 MCValue Value; in EvaluateAsRelocatableImpl()
509 Res = MCValue::get(!Value.getConstant()); in EvaluateAsRelocatableImpl()
[all …]
DMCValue.cpp17 void MCValue::print(raw_ostream &OS, const MCAsmInfo *MAI) const { in print()
35 void MCValue::dump() const { in dump()
DMCELFObjectTargetWriter.cpp31 const MCValue &Target, in ExplicitRelSym()
DCMakeLists.txt40 MCValue.cpp
DAndroid.mk40 MCValue.cpp \
DMCAssembler.cpp110 MCValue Target; in getSymbolOffset()
249 MCValue &Target, uint64_t &Value) const { in evaluateFixup()
557 MCValue Target; in handleFixup()
659 MCValue Target; in fixupNeedsRelaxation()
DELFObjectWriter.cpp123 const MCValue &Target,
130 const MCValue &Target, in ExplicitRelSym()
144 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup, in GetRelocType()
257 MCValue Target, uint64_t &FixedValue);
630 const MCValue &Target, in SymbolToReloc()
694 MCValue Target, in RecordRelocation()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp27 unsigned GetRelocTypeInner(const MCValue &Target,
37 virtual unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
42 const MCValue &Target,
69 const MCValue &Target, in ExplicitRelSym()
150 unsigned ARMELFObjectWriter::GetRelocType(const MCValue &Target, in GetRelocType()
158 unsigned ARMELFObjectWriter::GetRelocTypeInner(const MCValue &Target, in GetRelocTypeInner()
DARMMachObjectWriter.cpp34 MCValue Target,
41 const MCFixup &Fixup, MCValue Target,
53 MCValue Target, uint64_t &FixedValue);
145 MCValue Target, in RecordARMScatteredHalfRelocation()
250 MCValue Target, in RecordARMScatteredRelocation()
313 MCValue Target, in RecordRelocation()
DARMMCExpr.h60 bool EvaluateAsRelocatableImpl(MCValue &Res,
DARMMCExpr.cpp38 ARMMCExpr::EvaluateAsRelocatableImpl(MCValue &Res, in EvaluateAsRelocatableImpl()
DARMAsmBackend.cpp114 MCValue &Target, uint64_t &Value,
522 MCValue &Target, uint64_t &Value, in processFixupValue()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp31 MCValue Target,
39 MCValue Target,
47 MCValue Target,
54 MCValue Target,
65 MCValue Target, uint64_t &FixedValue) { in RecordRelocation()
104 MCValue Target, in RecordX86_64Relocation()
343 MCValue Target, in RecordScatteredRelocation()
409 MCValue Target, in RecordTLVPRelocation()
456 MCValue Target, in RecordX86Relocation()
DX86ELFObjectWriter.cpp27 virtual unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
41 unsigned X86ELFObjectWriter::GetRelocType(const MCValue &Target, in GetRelocType()
/external/llvm/lib/Target/MBlaze/MCTargetDesc/
DMBlazeELFObjectWriter.cpp24 virtual unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
37 unsigned MBlazeELFObjectWriter::GetRelocType(const MCValue &Target, in GetRelocType()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCELFObjectWriter.cpp24 virtual unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
39 unsigned PPCELFObjectWriter::GetRelocType(const MCValue &Target, in GetRelocType()
DPPCAsmBackend.cpp58 MCValue Target, uint64_t &FixedValue) {} in RecordRelocation()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp42 virtual unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
47 const MCValue &Target,
78 const MCValue &Target, in ExplicitRelSym()
92 unsigned MipsELFObjectWriter::GetRelocType(const MCValue &Target, in GetRelocType()

12