Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/external/llvm/include/llvm/Object/
H A 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DRelocationResolver.cpp58 uint64_t LocData, int64_t Addend) { in resolveX86_64()
91 uint64_t /*LocData*/, int64_t Addend) { in resolveAArch64()
143 uint64_t /*LocData*/, int64_t Addend) { in resolveMips64()
169 uint64_t /*LocData*/, int64_t Addend) { in resolveMSP430()
193 uint64_t /*LocData*/, int64_t Addend) { in resolvePPC64()
219 uint64_t /*LocData*/, int64_t Addend) { in resolveSystemZ()
243 uint64_t /*LocData*/, int64_t Addend) { in resolveSparc64()
266 uint64_t /*LocData*/, int64_t Addend) { in resolveAmdgpu()
312 uint64_t /*LocData*/, int64_t Addend) { in resolvePPC32()
333 uint64_t LocData, int64_t Addend) { in resolveARM()
[all …]
/aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp261 uint32_t Type, int64_t Addend, in resolveX86_64Relocation()
379 uint32_t Type, int32_t Addend) { in resolveX86Relocation()
407 uint32_t Type, int64_t Addend) { in resolveAArch64Relocation()
589 uint32_t Type, int32_t Addend) { in resolveARMRelocation()
739 int64_t Addend; in findOPDEntrySection() local
813 uint32_t Type, int64_t Addend) { in resolvePPC32Relocation()
833 uint32_t Type, int64_t Addend) { in resolvePPC64Relocation()
927 uint32_t Type, int64_t Addend) { in resolveSystemZRelocation()
981 uint32_t Type, int64_t Addend) { in resolveBPFRelocation()
1039 uint32_t Type, int64_t Addend, in resolveRelocation()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp268 uint32_t Type, int64_t Addend, in resolveX86_64Relocation()
341 uint32_t Type, int32_t Addend) { in resolveX86Relocation()
369 uint32_t Type, int64_t Addend) { in resolveAArch64Relocation()
489 uint32_t Type, int32_t Addend) { in resolveARMRelocation()
639 int64_t Addend; in findOPDEntrySection() local
713 uint32_t Type, int64_t Addend) { in resolvePPC32Relocation()
733 uint32_t Type, int64_t Addend) { in resolvePPC64Relocation()
827 uint32_t Type, int64_t Addend) { in resolveSystemZRelocation()
881 uint32_t Type, int64_t Addend) { in resolveBPFRelocation()
936 uint32_t Type, int64_t Addend, in resolveRelocation()
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
Dintrin-impl.h719 __int64 _InterlockedIncrement64(__int64 volatile *Addend) { in _InterlockedIncrement64()
730 __int64 _InterlockedDecrement64(__int64 volatile *Addend) { in _InterlockedDecrement64()
752 __int64 _InterlockedExchangeAdd64(__int64 volatile *Addend, __int64 Value) { in _InterlockedExchangeAdd64()
1278 __int64 _InterlockedIncrement64(__int64 volatile *Addend) { in _InterlockedIncrement64()
1289 __int64 _InterlockedDecrement64(__int64 volatile *Addend) { in _InterlockedDecrement64()
1311 __int64 _InterlockedExchangeAdd64(__int64 volatile *Addend, __int64 Value) { in _InterlockedExchangeAdd64()
1450 short _InterlockedIncrement16(short volatile *Addend) { in _InterlockedIncrement16()
1461 short _InterlockedDecrement16(short volatile *Addend) { in _InterlockedDecrement16()
1483 __LONG32 _InterlockedExchangeAdd(__LONG32 volatile *Addend, __LONG32 Value) { in _InterlockedExchangeAdd()
1505 __LONG32 _InterlockedIncrement(__LONG32 volatile *Addend) { in _InterlockedIncrement()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp31 uint64_t Addend) { in evaluateRelocation()
110 int64_t Addend, uint64_t SymOffset, SID SectionID) { in evaluateMIPS64Relocation()
267 int64_t Addend, uint64_t SymOffset, SID SectionID) { in resolveMIPSN32Relocation()
276 int64_t Addend, uint64_t SymOffset, SID SectionID) { in resolveMIPSN64Relocation()
306 int32_t Addend) { in resolveMIPSO32Relocation()
H A DRuntimeDyldMachOAArch64.h38 int64_t Addend = 0; in decodeAddend() local
156 MachO::RelocationInfoType RelType, int64_t Addend) const { in encodeAddend()
316 if (auto Addend = decodeAddend(RE)) in processRelocationRef() local
499 int64_t Addend = in processSubtractRelocation() local
H A DRuntimeDyldCOFFX86_64.h50 void write32BitOffset(uint8_t *Target, int64_t Addend, uint64_t Delta) { in write32BitOffset()
145 uint64_t Offset, uint64_t RelType, uint64_t Addend, in generateRelocationStub()
210 uint64_t Addend = 0; in processRelocationRef() local
H A DRuntimeDyldCOFFAArch64.h100 uint64_t Offset, uint64_t RelType, uint64_t Addend, in generateRelocationStub()
167 uint64_t Addend = 0; in processRelocationRef() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp31 uint64_t Addend) { in evaluateRelocation()
110 int64_t Addend, uint64_t SymOffset, SID SectionID) { in evaluateMIPS64Relocation()
267 int64_t Addend, uint64_t SymOffset, SID SectionID) { in resolveMIPSN32Relocation()
276 int64_t Addend, uint64_t SymOffset, SID SectionID) { in resolveMIPSN64Relocation()
306 int32_t Addend) { in resolveMIPSO32Relocation()
H A DRuntimeDyldMachOAArch64.h38 int64_t Addend = 0; in decodeAddend() local
156 MachO::RelocationInfoType RelType, int64_t Addend) const { in encodeAddend()
316 if (auto Addend = decodeAddend(RE)) in processRelocationRef() local
499 int64_t Addend = in processSubtractRelocation() local
H A DRuntimeDyldCOFFX86_64.h50 void write32BitOffset(uint8_t *Target, int64_t Addend, uint64_t Delta) { in write32BitOffset()
145 uint64_t Offset, uint64_t RelType, uint64_t Addend, in generateRelocationStub()
210 uint64_t Addend = 0; in processRelocationRef() local
H A DRuntimeDyldCOFFAArch64.h101 uint64_t Offset, uint64_t RelType, uint64_t Addend, in generateRelocationStub()
168 uint64_t Addend = 0; in processRelocationRef() local
/aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DMachO.h253 int64_t Addend = 0; variable
295 uint64_t Addend; member
363 int64_t Addend = 0; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DMachO.h253 int64_t Addend = 0; variable
295 uint64_t Addend; member
363 int64_t Addend = 0; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DMachO.h253 int64_t Addend = 0; variable
295 uint64_t Addend; member
363 int64_t Addend = 0; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DMachO.h253 int64_t Addend = 0; variable
295 uint64_t Addend; member
363 int64_t Addend = 0; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DMachO.h253 int64_t Addend = 0; variable
295 uint64_t Addend; member
363 int64_t Addend = 0; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp189 uint64_t Addend; in parsePairRelocation() local
286 uint64_t Addend = 0; in addRelocations() local
H A DMachO_x86_64.cpp180 uint64_t Addend; in parsePairRelocation() local
273 uint64_t Addend = 0; in addRelocations() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h71 Edge(Kind K, OffsetT Offset, Symbol &Target, AddendT Addend) in Edge()
87 void setAddend(AddendT Addend) { this->Addend = Addend; } in setAddend()
92 AddendT Addend = 0; variable
225 Edge::AddendT Addend) { in addEdge()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwinbase.h1014 FORCEINLINE LONGLONG InterlockedIncrement64 (LONGLONG volatile *Addend) { in InterlockedIncrement64()
1025 FORCEINLINE LONGLONG InterlockedDecrement64 (LONGLONG volatile *Addend) { in InterlockedDecrement64()
1047 FORCEINLINE LONGLONG InterlockedExchangeAdd64 (LONGLONG volatile *Addend, LONGLONG Value) { in InterlockedExchangeAdd64()
3059 FORCEINLINE unsigned InterlockedIncrement (unsigned volatile *Addend) { in InterlockedIncrement()
3063 FORCEINLINE unsigned long InterlockedIncrement (unsigned long volatile *Addend) { in InterlockedIncrement()
3072 FORCEINLINE unsigned __int64 InterlockedIncrement (unsigned __int64 volatile *Addend) { in InterlockedIncrement()
3077 FORCEINLINE unsigned InterlockedDecrement (unsigned volatile *Addend) { in InterlockedDecrement()
3081 FORCEINLINE unsigned long InterlockedDecrement (unsigned long volatile *Addend) { in InterlockedDecrement()
3090 FORCEINLINE unsigned __int64 InterlockedDecrement (unsigned __int64 volatile *Addend) { in InterlockedDecrement()
3113 FORCEINLINE unsigned InterlockedExchangeAdd (unsigned volatile *Addend, unsigned Value) { in InterlockedExchangeAdd()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp171 uint64_t Addend; in parsePairRelocation() local
244 uint64_t Addend = 0; in addRelocations() local

1234567