Searched refs:Addend (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h31 int64_t Addend);
37 int32_t Addend);
43 int32_t Addend);
49 int32_t Addend);
55 int64_t Addend);
H A DRuntimeDyldMachO.cpp28 int64_t Addend) {
37 << " Addend: " << Addend
53 Addend);
62 Addend);
72 Addend);
83 int64_t Addend) {
92 uint64_t ValueToWrite = Value + Addend;
111 int64_t Addend) {
128 Value += Addend;
24 resolveRelocation(uint8_t *LocalAddress, uint64_t FinalAddress, uint64_t Value, uint32_t Type, int64_t Addend) argument
77 resolveI386Relocation(uint8_t *LocalAddress, uint64_t FinalAddress, uint64_t Value, bool isPCRel, unsigned Type, unsigned Size, int64_t Addend) argument
105 resolveX86_64Relocation(uint8_t *LocalAddress, uint64_t FinalAddress, uint64_t Value, bool isPCRel, unsigned Type, unsigned Size, int64_t Addend) argument
146 resolveARMRelocation(uint8_t *LocalAddress, uint64_t FinalAddress, uint64_t Value, bool isPCRel, unsigned Type, unsigned Size, int64_t Addend) argument
[all...]
H A DRuntimeDyldMachO.h35 int64_t Addend);
42 int64_t Addend);
49 int64_t Addend);
62 int64_t Addend);
H A DRuntimeDyldELF.cpp197 int64_t Addend) {
204 *Target = Value + Addend;
209 Value += Addend;
220 int64_t RealOffset = *Placeholder + Value + Addend - FinalAddress;
233 int32_t Addend) {
238 *Target = Placeholder + Value + Addend;
243 uint32_t RealOffset = *Placeholder + Value + Addend - FinalAddress;
259 int32_t Addend) {
262 Value += Addend;
268 << " Addend
193 resolveX86_64Relocation(uint8_t *LocalAddress, uint64_t FinalAddress, uint64_t Value, uint32_t Type, int64_t Addend) argument
229 resolveX86Relocation(uint8_t *LocalAddress, uint32_t FinalAddress, uint32_t Value, uint32_t Type, int32_t Addend) argument
255 resolveARMRelocation(uint8_t *LocalAddress, uint32_t FinalAddress, uint32_t Value, uint32_t Type, int32_t Addend) argument
308 resolveMIPSRelocation(uint8_t *LocalAddress, uint32_t FinalAddress, uint32_t Value, uint32_t Type, int32_t Addend) argument
346 resolveRelocation(uint8_t *LocalAddress, uint64_t FinalAddress, uint64_t Value, uint32_t Type, int64_t Addend) argument
383 intptr_t Addend = (intptr_t)Rel.AdditionalInfo; local
477 uint32_t Addend = ((*TargetAddress) & 0x03ffffff) << 2; local
[all...]
H A DRuntimeDyldImpl.h83 /// Addend - the relocation addend encoded in the instruction itself. Also
85 intptr_t Addend; member in class:llvm::RelocationEntry
88 : SectionID(id), Offset(offset), RelType(type), Addend(addend) {}
106 intptr_t Addend; member in class:llvm::RelocationValueRef
108 RelocationValueRef(): SectionID(0), Addend(0), SymbolName(0) {}
236 /// \param Addend A constant addend used to compute the value to be stored
242 int64_t Addend) = 0;
H A DRuntimeDyld.cpp331 RECopy.Addend += Loc->second.second;
391 << " Addend: " << RE.Addend
395 Value, RE.RelType, RE.Addend);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MBlaze/MCTargetDesc/
H A DMBlazeELFObjectWriter.cpp26 int64_t Addend) const;
41 int64_t Addend) const {
59 Type = ((IsRelocWithSymbol || Addend !=0)
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp26 int64_t Addend) const;
43 int64_t Addend) const {
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCELFObjectWriter.h42 const MCSymbol *Sym, uint64_t Addend, const MCFixup &Fixup)
44 r_addend(Addend), Fixup(&Fixup) {}
81 int64_t Addend) const = 0;
41 ELFRelocationEntry(uint64_t RelocOffset, int Idx, unsigned RelType, const MCSymbol *Sym, uint64_t Addend, const MCFixup &Fixup) argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsJITInfo.cpp267 // Addend is needed for unaligned load/store instructions, where offset
269 // be modified by +1 or +3. Otherwise, Addend is 0.
270 int Addend = *((unsigned*) RelocPos) & 0xffff; local
271 ResultPtr = (ResultPtr + Addend) & 0xffff;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp29 int64_t Addend) const;
45 int64_t Addend) const {
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DMCExpr.cpp323 int64_t &Addend) {
340 Addend += (AD.getOffset() - BD.getOffset());
345 Addend |= 1;
363 Addend += (Layout->getSymbolOffset(&Asm->getSymbolData(A->getSymbol())) -
366 Addend += (Addrs->lookup(&SecA) - Addrs->lookup(&SecB));
371 Addend |= 1;
317 AttemptToFoldSymbolOffsetDifference(const MCAssembler *Asm, const MCAsmLayout *Layout, const SectionAddrMap *Addrs, bool InSet, const MCSymbolRefExpr *&A, const MCSymbolRefExpr *&B, int64_t &Addend) argument
H A DELFObjectWriter.cpp146 int64_t Addend) const {
148 IsRelocWithSymbol, Addend);
696 int64_t Addend = 0; local
735 Addend = Value;
743 (RelocSymbol != 0), Addend);
756 Addend = 0;
759 assert(isInt<64>(Addend));
761 assert(isInt<32>(Addend));
763 ELFRelocationEntry ERE(RelocOffset, Index, Type, RelocSymbol, Addend, Fixup);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp39 int64_t Addend) const;
154 int64_t Addend) const {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp44 int64_t Addend) const;
96 int64_t Addend) const {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.cpp10927 SDValue Addend = DAG.getLoad(VT, dl, DAG.getEntryNode(), CPIdx, local
10931 Op = DAG.getNode(ISD::ADD, dl, VT, Op, Addend);

Completed in 241 milliseconds