HomeSort by relevance Sort by last modified time
    Searched refs:Addend (Results 1 - 17 of 17) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.h 31 int64_t Addend);
37 int32_t Addend);
43 int32_t Addend);
49 int64_t Addend);
RuntimeDyldMachO.h 35 int64_t Addend);
42 int64_t Addend);
49 int64_t Addend);
61 int64_t Addend);
RuntimeDyldMachO.cpp 28 int64_t Addend) {
36 << " Addend: " << Addend
52 Addend);
61 Addend);
71 Addend);
83 int64_t Addend) {
92 uint64_t ValueToWrite = Value + Addend;
112 int64_t Addend) {
129 Value += Addend;
    [all...]
RuntimeDyldELF.cpp 198 int64_t Addend) {
205 *Target = Value + Addend;
210 Value += Addend;
222 int64_t RealOffset = *Placeholder + Value + Addend - FinalAddress;
235 int32_t Addend) {
240 *Target = Placeholder + Value + Addend;
245 uint32_t RealOffset = *Placeholder + Value + Addend - FinalAddress;
261 int32_t Addend) {
264 Value += Addend;
270 << " Addend: " << format("%x",Addend
    [all...]
RuntimeDyldImpl.h 50 // calculate MachO relocation addend
63 intptr_t Addend; // Addend encoded in the instruction itself, if any,
66 RelocationEntry(unsigned id, uint64_t offset, uint32_t data, int64_t addend)
67 : SectionID(id), Offset(offset), Data(data), Addend(addend) {}
83 intptr_t Addend;
85 RelocationValueRef(): SectionID(0), Addend(0), SymbolName(0) {}
198 /// \param Addend A constant addend used to compute the value to be store
    [all...]
RuntimeDyld.cpp 315 << " Addend: " << format("%p", Value.Addend)
325 Value.Addend));
331 Value.Addend));
373 << " Addend: " << RE.Addend
377 Value, RE.Data, RE.Addend);
412 Entry.Addend += Loc->second.second;
  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeELFObjectWriter.cpp 26 int64_t Addend) const;
41 int64_t Addend) const {
59 Type = ((IsRelocWithSymbol || Addend !=0)
  /external/llvm/include/llvm/MC/
MCELFObjectWriter.h 42 const MCSymbol *Sym, uint64_t Addend, const MCFixup &Fixup)
44 r_addend(Addend), Fixup(&Fixup) {}
79 int64_t Addend) const = 0;
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCELFObjectWriter.cpp 26 int64_t Addend) const;
43 int64_t Addend) const {
  /external/llvm/lib/Target/Mips/
MipsJITInfo.cpp 222 // Addend is needed for unaligned load/store instructions, where offset
224 // be modified by +1 or +3. Otherwise, Addend is 0.
225 int Addend = *((unsigned*) RelocPos) & 0xffff;
226 ResultPtr = (ResultPtr + Addend) & 0xffff;
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86ELFObjectWriter.cpp 29 int64_t Addend) const;
45 int64_t Addend) const {
  /external/llvm/lib/MC/
MCExpr.cpp 316 int64_t &Addend) {
333 Addend += (AD.getOffset() - BD.getOffset());
338 Addend |= 1;
356 Addend += (Layout->getSymbolOffset(&Asm->getSymbolData(A->getSymbol())) -
359 Addend += (Addrs->lookup(&SecA) - Addrs->lookup(&SecB));
364 Addend |= 1;
ELFObjectWriter.cpp 146 int64_t Addend) const {
148 IsRelocWithSymbol, Addend);
695 int64_t Addend = 0;
734 Addend = Value;
735 // Compensate for the addend on i386.
742 (RelocSymbol != 0), Addend);
755 Addend = 0;
758 assert(isInt<64>(Addend));
760 assert(isInt<32>(Addend));
762 ELFRelocationEntry ERE(RelocOffset, Index, Type, RelocSymbol, Addend, Fixup)
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp 39 int64_t Addend) const;
154 int64_t Addend) const {
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp 43 int64_t Addend) const;
93 int64_t Addend) const {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
for_each_selectors.h 353 template<typename Result, typename Addend>
355 operator()(const Result& x, const Addend& y)
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 907 milliseconds