Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
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()
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
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
DRuntimeDyldCOFFAArch64.h100 uint64_t Offset, uint64_t RelType, uint64_t Addend, in generateRelocationStub()
167 uint64_t Addend = 0; in processRelocationRef() local
DRuntimeDyldCOFFI386.h61 uint64_t Addend = 0; in processRelocationRef() local
DRuntimeDyldCOFFThumb.h83 uint64_t Addend = 0; in processRelocationRef() local
DRuntimeDyldMachOX86_64.h170 int64_t Addend = in processSubtractRelocation() local
DRuntimeDyldMachOI386.h161 uint64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); in processSECTDIFFRelocation() local
DRuntimeDyldMachOARM.h408 int64_t Addend = FullImmVal - (AddrA - AddrB); in processHALFSECTDIFFRelocation() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
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 …]
DRuntimeDyldImpl.h131 int64_t Addend; variable
195 int64_t Addend; variable
DRuntimeDyldMachO.cpp71 int64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); in processScatteredVANILLA() local
/third_party/mingw-w64/mingw-w64-headers/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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCodeEmitter.h40 unsigned Addend = 0; member
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceFixups.h67 void set_addend(RelocOffsetT Addend) { addend_ = Addend; } in set_addend()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DEHFrameSupportImpl.h67 Edge::AddendT Addend = 0; member
DMachO_x86_64.cpp171 uint64_t Addend; in parsePairRelocation() local
244 uint64_t Addend = 0; in addRelocations() local
DMachO_arm64.cpp169 uint64_t Addend; in parsePairRelocation() local
236 uint64_t Addend = 0; in addRelocations() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCELFObjectWriter.h35 uint64_t Addend; // The addend to use. member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp376 uint64_t Addend = 0; in android_relas() local
/third_party/mingw-w64/mingw-w64-headers/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()
3063 FORCEINLINE unsigned InterlockedIncrement (unsigned volatile *Addend) { in InterlockedIncrement()
3067 FORCEINLINE unsigned long InterlockedIncrement (unsigned long volatile *Addend) { in InterlockedIncrement()
3076 FORCEINLINE unsigned __int64 InterlockedIncrement (unsigned __int64 volatile *Addend) { in InterlockedIncrement()
3081 FORCEINLINE unsigned InterlockedDecrement (unsigned volatile *Addend) { in InterlockedDecrement()
3085 FORCEINLINE unsigned long InterlockedDecrement (unsigned long volatile *Addend) { in InterlockedDecrement()
3094 FORCEINLINE unsigned __int64 InterlockedDecrement (unsigned __int64 volatile *Addend) { in InterlockedDecrement()
3117 FORCEINLINE unsigned InterlockedExchangeAdd (unsigned volatile *Addend, unsigned Value) { in InterlockedExchangeAdd()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp692 int64_t Addend; in isSymbolicUImm12Offset() local
807 int64_t Addend; in isAddSubImm() local
922 int64_t Addend; in isMovWSymbol() local
2476 int64_t Addend; in tryParseAdrpLabel() local
2530 int64_t Addend; in tryParseAdrLabel() local
4130 int64_t Addend; in validateInstruction() local
5479 int64_t &Addend) { in classifySymbolRef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h252 int64_t Addend = 0; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCExpr.cpp514 const MCSymbolRefExpr *&B, int64_t &Addend) { in AttemptToFoldSymbolOffsetDifference()

12