/external/llvm/include/llvm/Object/ |
RelocVisitor.h | 140 int64_t Addend; 141 Obj->getRelocationAddend(DRI, Addend); 142 return Addend; 148 int64_t Addend; 149 Obj->getRelocationAddend(DRI, Addend); 150 return Addend; 156 int64_t Addend; 157 Obj->getRelocationAddend(DRI, Addend); 158 return Addend; 164 int64_t Addend; [all...] |
ELF.h | 2305 int64_t addend = 0; local [all...] |
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RuntimeDyldELF.h | 38 int64_t Addend); 44 int64_t Addend); 50 int32_t Addend); 56 int64_t Addend); 62 int32_t Addend); 68 int32_t Addend); 74 int64_t Addend); 80 int64_t Addend);
|
RuntimeDyldELF.cpp | 205 int64_t Addend) { 212 *Target = Value + Addend; 213 DEBUG(dbgs() << "Writing " << format("%p", (Value + Addend)) 219 Value += Addend; 237 int64_t RealOffset = *Placeholder + Value + Addend - FinalAddress; 250 int32_t Addend) { 258 *Target = *Placeholder + Value + Addend; 268 uint32_t RealOffset = *Placeholder + Value + Addend - FinalAddress; 284 int64_t Addend) { 293 << " Addend: 0x" << format("%llx",Addend [all...] |
RuntimeDyldMachO.h | 34 int64_t Addend); 41 int64_t Addend); 48 int64_t Addend); 54 int64_t Addend,
|
RuntimeDyldMachO.cpp | 90 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend, 98 int64_t Addend, 110 << " Addend: " << Addend 126 Addend); 135 Addend); 145 Addend); 156 int64_t Addend) { 165 uint64_t ValueToWrite = Value + Addend; 185 int64_t Addend) { [all...] |
RuntimeDyldImpl.h | 88 /// Addend - the relocation addend encoded in the instruction itself. Also 90 intptr_t Addend; 98 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend) 99 : SectionID(id), Offset(offset), RelType(type), Addend(addend), 102 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, 104 : SectionID(id), Offset(offset), RelType(type), Addend(addend), 111 intptr_t Addend; [all...] |
RuntimeDyld.cpp | 350 // Copy the RE since we want to modify its addend. 352 RECopy.Addend += Loc->second.second;
|
/external/llvm/lib/Target/R600/MCTargetDesc/ |
AMDGPUELFObjectWriter.cpp | 24 int64_t Addend) const {
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86ELFRelocationInfo.cpp | 35 int64_t Addend; getELFRelocationAddend(Rel, Addend); 43 // If hasAddend is true, then we need to add Addend (r_addend) to Expr. 47 // A: the addend used to compute the value of the relocatable field. 122 if (Expr && hasAddend && Addend != 0) 124 MCConstantExpr::Create(Addend, Ctx),
|
X86ELFObjectWriter.cpp | 29 int64_t Addend) const; 46 int64_t Addend) const {
|
/external/llvm/include/llvm/MC/ |
MCELFObjectWriter.h | 42 const MCSymbol *Sym, uint64_t Addend, const MCFixup &Fixup) 44 r_addend(Addend), Fixup(&Fixup) {} 76 int64_t Addend) const = 0;
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
SystemZMCObjectWriter.cpp | 29 int64_t Addend) const LLVM_OVERRIDE; 92 int64_t Addend) const { 126 // The addend in a PC-relative R_390_* relocation is always applied to 128 // is applied to the symbol first, we can't use an addend there too.
|
/external/llvm/lib/Target/Mips/ |
MipsJITInfo.cpp | 274 // Addend is needed for unaligned load/store instructions, where offset 276 // be modified by +1 or +3. Otherwise, Addend is 0. 277 int Addend = *((unsigned*) RelocPos) & 0xffff; 278 ResultPtr = (ResultPtr + Addend) & 0xffff;
|
/external/llvm/lib/MC/ |
MCExpr.cpp | 470 int64_t &Addend) { 487 Addend += (AD.getOffset() - BD.getOffset()); 492 Addend |= 1; 510 Addend += (Layout->getSymbolOffset(&Asm->getSymbolData(A->getSymbol())) - 513 Addend += (Addrs->lookup(&SecA) - Addrs->lookup(&SecB)); 518 Addend |= 1;
|
ELFObjectWriter.cpp | 148 int64_t Addend) const { 150 IsRelocWithSymbol, Addend); 704 int64_t Addend = 0; 746 Addend = Value; 753 (RelocSymbol != 0), Addend); 763 Addend = 0; 766 assert(isInt<64>(Addend)); 768 assert(isInt<32>(Addend)); 770 ELFRelocationEntry ERE(RelocOffset, Index, Type, RelocSymbol, Addend, Fixup); [all...] |
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
AArch64ELFObjectWriter.cpp | 33 int64_t Addend) const; 50 int64_t Addend) const {
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMELFObjectWriter.cpp | 39 int64_t Addend) const; 149 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/compiler-rt/lib/sanitizer_common/ |
sanitizer_atomic_msvc.h | 25 long volatile * Addend, long Value); // NOLINT
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsELFObjectWriter.cpp | 44 int64_t Addend) const; 82 int64_t Addend) const {
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCELFObjectWriter.cpp | 32 int64_t Addend) const; 361 int64_t Addend) const {
|
/external/llvm/tools/llvm-readobj/ |
ELFDumper.cpp | 570 int64_t Addend; 579 if (error(getELFRelocationAddend(*RelI, Addend))) return; 589 W.printHex("Addend", Addend); 595 << " " << W.hex(Addend)
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineAddSub.cpp | 25 /// Class representing coefficient of floating-point addend. 100 // The integer coefficient of an individual addend is either 1 or -1, 109 /// FAddend is used to represent floating-point addend. An addend is 111 /// constant coefficient. A constant addend is represented as <C, 0>. 136 /// splitted is the addend itself. 147 // This addend has the value of "Coeff * Val". 167 /// Convert given addend to a Value 375 FAddend &Addend = Opnd0 ? Addend1 : Addend0; 377 Addend.set(1, Opnd1) [all...] |
/external/clang/lib/CodeGen/ |
CGExprScalar.cpp | [all...] |