Home
last modified time | relevance | path

Searched defs:addend (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project-15.0.7/lld/ELF/
H A DThunks.cpp50 AArch64ABSLongThunk(Symbol &dest, int64_t addend) : Thunk(dest, addend) {} in AArch64ABSLongThunk()
58 AArch64ADRPThunk(Symbol &dest, int64_t addend) : Thunk(dest, addend) {} in AArch64ADRPThunk()
74 ARMThunk(Symbol &dest, int64_t addend) : Thunk(dest, addend) {} in ARMThunk()
104 ThumbThunk(Symbol &dest, int64_t addend) : Thunk(dest, addend) { in ThumbThunk()
147 ThumbV7ABSLongThunk(Symbol &dest, int64_t addend) in ThumbV7ABSLongThunk()
194 ThumbV6MABSLongThunk(Symbol &dest, int64_t addend) in ThumbV6MABSLongThunk()
204 ThumbV6MPILongThunk(Symbol &dest, int64_t addend) in ThumbV6MPILongThunk()
264 PPC32LongThunk(Symbol &dest, int64_t addend) : Thunk(dest, addend) {} in PPC32LongThunk()
296 PPC64R2SaveStub(Symbol &dest, int64_t addend) : Thunk(dest, addend) { in PPC64R2SaveStub()
380 PPC64PILongBranchThunk(Symbol &dest, int64_t addend) in PPC64PILongBranchThunk()
[all …]
H A DThunks.h61 int64_t addend; variable
H A DRelocations.cpp502 int64_t addend; in computeAddend() local
867 Symbol &sym, int64_t addend, RelExpr expr, in addRelativeReloc()
1157 int64_t addend, RelExpr expr) { in handleMipsTlsRelocation()
1180 int64_t addend, RelExpr expr) { in handleTlsRelocation()
1327 int64_t addend = computeAddend<ELFT>(rel, expr, sym.isLocal()); in scanOne() local
H A DTarget.cpp150 RelExpr TargetInfo::adjustGotPcExpr(RelType type, int64_t addend, in adjustGotPcExpr()
H A DInputSection.cpp398 int64_t addend = getAddend<ELFT>(rel); in copyRelocations() local
533 static Relocation *getRISCVPCRelHi20(const Symbol *sym, uint64_t addend) { in getRISCVPCRelHi20()
843 int64_t addend = getAddend<ELFT>(rel); in relocateNonAlloc() local
H A DSyntheticSections.cpp734 void MipsGotSection::addEntry(InputFile &file, Symbol &sym, int64_t addend, in addEntry()
1617 int64_t addend, in addSymbolReloc()
1625 Symbol &sym, int64_t addend, RelType addendRelType, RelExpr expr) { in addRelativeReloc()
1651 int64_t addend, RelExpr expr, in addReloc()
1906 uint64_t addend = 0; in updateAllocSize() local
3668 int64_t addend) { in getEntryVA()
3673 int64_t addend) { in addEntry()
3695 int64_t addend = entry.second; in writeTo() local
H A DSymbols.cpp73 static uint64_t getSymVA(const Symbol &sym, int64_t addend) { in getSymVA()
H A DRelocations.h113 int64_t addend; member
H A DSyntheticSections.h447 uint64_t offsetInSec, Kind kind, Symbol &sym, int64_t addend, in DynamicReloc()
460 int64_t addend) in DynamicReloc()
487 int64_t addend; variable
H A DOutputSections.cpp649 int64_t addend = rel.addend; in checkDynRelAddends() local
/llvm-project-15.0.7/lldb/test/API/lang/objc/blocks/
H A Divars-in-blocks.m17 {
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dcleanup-stack.c6 int addend; member
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h153 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend) in RelocationEntry()
157 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry()
163 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry()
168 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry()
178 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry()
/llvm-project-15.0.7/lld/MachO/
H A DRelocations.h62 int64_t addend = 0; member
H A DInputSection.cpp276 uint64_t addend = off - piece.inSecOff; in getOffset() local
H A DSyntheticSections.cpp305 int64_t addend) { in addNonLazyBindingEntries()
356 int64_t addend = 0; member
374 int64_t addend, Binding &lastBinding, in encodeBinding()
H A DSyntheticSections.h176 int64_t addend; member
/llvm-project-15.0.7/lld/wasm/
H A DInputChunks.cpp487 uint64_t addend = offset - piece->inputOff; in getParentOffset() local
/llvm-project-15.0.7/lld/ELF/Arch/
H A DPPC64.cpp334 int64_t addend; in tryRelaxPPC64TocIndirection() local
1428 RelExpr PPC64::adjustGotPcExpr(RelType type, int64_t addend, in adjustGotPcExpr()
H A DX86_64.cpp803 RelExpr X86_64::adjustGotPcExpr(RelType type, int64_t addend, in adjustGotPcExpr()
/llvm-project-15.0.7/lld/MachO/Arch/
H A DARM64.cpp157 uint32_t addend; member
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMachO.h284 uint64_t addend() { return Addend; } in addend() function
/llvm-project-15.0.7/libunwind/src/
H A DUnwind-EHABI.cpp323 uint32_t addend = 0; in _Unwind_VRS_Interpret() local
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h264 ITT_INLINE long __TBB_machine_fetchadd4(volatile void* ptr, long addend) in __TBB_machine_fetchadd4()
/llvm-project-15.0.7/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h343 ITT_INLINE long __TBB_machine_fetchadd4(volatile void *ptr, long addend) { in __TBB_machine_fetchadd4()

12