Home
last modified time | relevance | path

Searched defs:Addend (Results 1 – 25 of 78) sorted by relevance

1234

/external/llvm/include/llvm/Object/
DRelocVisitor.h284 int64_t Addend = getELFAddend(R); in visitELF_X86_64_64() local
288 int64_t Addend = getELFAddend(R); in visitELF_X86_64_PC32() local
293 int64_t Addend = getELFAddend(R); in visitELF_X86_64_32() local
298 int64_t Addend = getELFAddend(R); in visitELF_X86_64_32S() local
305 int64_t Addend = getELFAddend(R); in visitELF_PPC64_ADDR32() local
310 int64_t Addend = getELFAddend(R); in visitELF_PPC64_ADDR64() local
316 int64_t Addend = getELFAddend(R); in visitELF_PPC_ADDR32() local
323 int64_t Addend = getELFAddend(R); in visitELF_Lanai_32() local
336 int64_t Addend = getELFAddend(R); in visitELF_MIPS64_32() local
342 int64_t Addend = getELFAddend(R); in visitELF_MIPS64_64() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.cpp32 uint64_t Addend) { in evaluateRelocation()
111 int64_t Addend, uint64_t SymOffset, SID SectionID) { in evaluateMIPS64Relocation()
268 int64_t Addend, uint64_t SymOffset, SID SectionID) { in resolveMIPSN32Relocation()
277 int64_t Addend, uint64_t SymOffset, SID SectionID) { in resolveMIPSN64Relocation()
307 int32_t Addend) { in resolveMIPSO32Relocation()
DRuntimeDyldMachOAArch64.h39 int64_t Addend = 0; in decodeAddend() local
157 MachO::RelocationInfoType RelType, int64_t Addend) const { in encodeAddend()
317 if (auto Addend = decodeAddend(RE)) in processRelocationRef() local
500 int64_t Addend = in processSubtractRelocation() local
DRuntimeDyldCOFFX86_64.h45 void write32BitOffset(uint8_t *Target, int64_t Addend, uint64_t Delta) { in write32BitOffset()
133 uint64_t Offset, uint64_t RelType, uint64_t Addend, in generateRelocationStub()
198 uint64_t Addend = 0; in processRelocationRef() local
DRuntimeDyldCOFFI386.h62 uint64_t Addend = 0; in processRelocationRef() local
DRuntimeDyldCOFFThumb.h81 uint64_t Addend = 0; in processRelocationRef() local
DRuntimeDyldMachOX86_64.h171 int64_t Addend = in processSubtractRelocation() local
DRuntimeDyldMachOI386.h159 uint64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); in processSECTDIFFRelocation() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp228 uint32_t Type, int64_t Addend, in resolveX86_64Relocation()
283 uint32_t Type, int32_t Addend) { in resolveX86Relocation()
308 uint32_t Type, int64_t Addend) { in resolveAArch64Relocation()
447 uint32_t Type, int32_t Addend) { in resolveARMRelocation()
498 uint32_t Type, int32_t Addend) { in resolveMIPSRelocation()
601 uint32_t Type, int64_t Addend, in resolveMIPS64Relocation()
633 uint32_t Type, int64_t Addend, in evaluateMIPS64Relocation()
855 int64_t Addend; in findOPDEntrySection() local
929 uint32_t Type, int64_t Addend) { in resolvePPC32Relocation()
949 uint32_t Type, int64_t Addend) { in resolvePPC64Relocation()
[all …]
DRuntimeDyldImpl.h132 int64_t Addend; variable
181 int64_t Addend; variable
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCodeEmitter.h31 std::unique_ptr<unsigned> Addend; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp265 uint32_t Type, int64_t Addend, in resolveX86_64Relocation()
338 uint32_t Type, int32_t Addend) { in resolveX86Relocation()
366 uint32_t Type, int64_t Addend) { in resolveAArch64Relocation()
486 uint32_t Type, int32_t Addend) { in resolveARMRelocation()
629 int64_t Addend; in findOPDEntrySection() local
703 uint32_t Type, int64_t Addend) { in resolvePPC32Relocation()
723 uint32_t Type, int64_t Addend) { in resolvePPC64Relocation()
817 uint32_t Type, int64_t Addend) { in resolveSystemZRelocation()
871 uint32_t Type, int64_t Addend) { in resolveBPFRelocation()
926 uint32_t Type, int64_t Addend, in resolveRelocation()
[all …]
DRuntimeDyldImpl.h132 int64_t Addend; variable
196 int64_t Addend; variable
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOAArch64.h39 int64_t Addend = 0; in decodeAddend() local
134 MachO::RelocationInfoType RelType, int64_t Addend) const { in encodeAddend()
440 int64_t Addend = in processSubtractRelocation() local
DRuntimeDyldCOFFI386.h62 uint64_t Addend = 0; in processRelocationRef() local
DRuntimeDyldCOFFThumb.h61 uint64_t Addend = 0; in processRelocationRef() local
DRuntimeDyldCOFFX86_64.h130 uint64_t Addend = 0; in processRelocationRef() local
DRuntimeDyldMachOX86_64.h171 int64_t Addend = in processSubtractRelocation() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCodeEmitter.h41 unsigned Addend = 0; member
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dos.h236 #define InterlockedExchangeAdd(Addend, Value) __sync_fetch_and_add(Addend, Value) argument
240 #define InterlockedAdd(Addend, Value) __sync_add_and_fetch(Addend, Value) argument
241 #define InterlockedAdd64(Addend, Value) __sync_add_and_fetch(Addend, Value) argument
/external/swiftshader/third_party/subzero/src/
DIceFixups.h67 void set_addend(RelocOffsetT Addend) { addend_ = Addend; } in set_addend()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h107 int64_t Addend; // Addend encoded in the instruction itself, if any. member
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp400 int64_t Addend = 0; in RecordRelocation() local
1387 int64_t Addend) { in GetRelocType()
1538 int64_t Addend) { in GetRelocType()
1608 int64_t Addend) { in GetRelocType()
1654 int64_t Addend) { in GetRelocType()
1829 int64_t Addend) { in GetRelocType()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCELFObjectWriter.h35 uint64_t Addend; // The addend to use. member
/external/llvm/include/llvm/MC/
DMCELFObjectWriter.h35 uint64_t Addend; // The addend to use. member

1234