/llvm-project/llvm/lib/Object/ |
H A D | RelocationResolver.cpp | 57 resolveX86_64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t Addend) resolveX86_64() argument 90 resolveAArch64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveAArch64() argument 142 resolveMips64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveMips64() argument 168 resolveMSP430(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveMSP430() argument 192 resolvePPC64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolvePPC64() argument 218 resolveSystemZ(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveSystemZ() argument 242 resolveSparc64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveSparc64() argument 278 resolveAmdgpu(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveAmdgpu() argument 324 resolvePPC32(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolvePPC32() argument 345 resolveARM(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t Addend) resolveARM() argument 371 resolveAVR(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveAVR() argument 387 resolveLanai(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveLanai() argument 424 resolveSparc32(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t Addend) resolveSparc32() argument 435 resolveHexagon(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveHexagon() argument 467 resolveRISCV(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t Addend) resolveRISCV() argument 522 resolveCSKY(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t Addend) resolveCSKY() argument 558 resolveLoongArch(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t Addend) resolveLoongArch() argument 751 resolveWasm64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t Addend) resolveWasm64() argument 873 int64_t Addend = 0; resolveRelocation() local [all...] |
/llvm-project/clang/test/CodeGen/ |
H A D | ms-intrinsics-other.c | 168 LONG test_InterlockedIncrement(LONG volatile *Addend) { in test_InterlockedIncrement() argument 177 LONG test_InterlockedDecrement(LONG volatile *Addend) { in test_InterlockedDecrement() argument 235 LONG test_InterlockedAdd(LONG volatile *Addend, LONG Value) { in test_InterlockedAdd() argument 244 test_InterlockedAdd64(__int64 volatile * Addend,__int64 Value) test_InterlockedAdd64() argument 399 test_InterlockedIncrement_acq(LONG volatile * Addend) test_InterlockedIncrement_acq() argument 408 test_InterlockedIncrement_rel(LONG volatile * Addend) test_InterlockedIncrement_rel() argument 417 test_InterlockedIncrement_nf(LONG volatile * Addend) test_InterlockedIncrement_nf() argument 426 test_InterlockedDecrement_acq(LONG volatile * Addend) test_InterlockedDecrement_acq() argument 435 test_InterlockedDecrement_rel(LONG volatile * Addend) test_InterlockedDecrement_rel() argument 444 test_InterlockedDecrement_nf(LONG volatile * Addend) test_InterlockedDecrement_nf() argument [all...] |
H A D | ms-intrinsics.c | 485 test_InterlockedIncrement16(short volatile * Addend) test_InterlockedIncrement16() argument 495 test_InterlockedIncrement(long volatile * Addend) test_InterlockedIncrement() argument 505 test_InterlockedDecrement16(short volatile * Addend) test_InterlockedDecrement16() argument 514 test_InterlockedDecrement(long volatile * Addend) test_InterlockedDecrement() argument 601 test_InterlockedIncrement64(__int64 volatile * Addend) test_InterlockedIncrement64() argument 610 test_InterlockedDecrement64(__int64 volatile * Addend) test_InterlockedDecrement64() argument 1237 test_InterlockedIncrement16_acq(short volatile * Addend) test_InterlockedIncrement16_acq() argument 1246 test_InterlockedIncrement16_rel(short volatile * Addend) test_InterlockedIncrement16_rel() argument 1255 test_InterlockedIncrement16_nf(short volatile * Addend) test_InterlockedIncrement16_nf() argument 1264 test_InterlockedIncrement_acq(long volatile * Addend) test_InterlockedIncrement_acq() argument 1273 test_InterlockedIncrement_rel(long volatile * Addend) test_InterlockedIncrement_rel() argument 1282 test_InterlockedIncrement_nf(long volatile * Addend) test_InterlockedIncrement_nf() argument 1291 test_InterlockedIncrement64_acq(__int64 volatile * Addend) test_InterlockedIncrement64_acq() argument 1300 test_InterlockedIncrement64_rel(__int64 volatile * Addend) test_InterlockedIncrement64_rel() argument 1309 test_InterlockedIncrement64_nf(__int64 volatile * Addend) test_InterlockedIncrement64_nf() argument 1318 test_InterlockedDecrement16_acq(short volatile * Addend) test_InterlockedDecrement16_acq() argument 1327 test_InterlockedDecrement16_rel(short volatile * Addend) test_InterlockedDecrement16_rel() argument 1336 test_InterlockedDecrement16_nf(short volatile * Addend) test_InterlockedDecrement16_nf() argument 1345 test_InterlockedDecrement_acq(long volatile * Addend) test_InterlockedDecrement_acq() argument 1354 test_InterlockedDecrement_rel(long volatile * Addend) test_InterlockedDecrement_rel() argument 1363 test_InterlockedDecrement_nf(long volatile * Addend) test_InterlockedDecrement_nf() argument 1372 test_InterlockedDecrement64_acq(__int64 volatile * Addend) test_InterlockedDecrement64_acq() argument 1381 test_InterlockedDecrement64_rel(__int64 volatile * Addend) test_InterlockedDecrement64_rel() argument 1390 test_InterlockedDecrement64_nf(__int64 volatile * Addend) test_InterlockedDecrement64_nf() argument [all...] |
H A D | arm64-microsoft-intrinsics.c | 10 long test_InterlockedAdd(long volatile *Addend, long Value) { in test_InterlockedAdd() argument 14 long test_InterlockedAdd_constant(long volatile *Addend) { in test_InterlockedAdd_constant() argument 24 __int64 test_InterlockedAdd64(__int64 volatile *Addend, __int64 Value) { in test_InterlockedAdd64() argument 28 __int64 test_InterlockedAdd64_constant(__int64 volatile *Addend) { in test_InterlockedAdd64_constant() argument [all...] |
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldELFMips.cpp | 31 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 D | RuntimeDyldMachOAArch64.h | 38 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 D | RuntimeDyldCOFFX86_64.h | 50 void write32BitOffset(uint8_t *Target, int64_t Addend, uint64_t Delta) { in write32BitOffset() 152 uint64_t Offset, uint64_t RelType, uint64_t Addend, in generateRelocationStub() 217 uint64_t Addend = 0; in processRelocationRef() local
|
H A D | RuntimeDyldCOFFAArch64.h | 102 generateRelocationStub(unsigned SectionID,StringRef TargetName,uint64_t Offset,uint64_t RelType,uint64_t Addend,StubMap & Stubs) generateRelocationStub() argument 169 uint64_t Addend = 0; processRelocationRef() local [all...] |
H A D | RuntimeDyldCOFFI386.h | 79 uint64_t Addend = 0; in processRelocationRef() local
|
H A D | RuntimeDyldCOFFThumb.h | 105 uint64_t Addend = 0; in processRelocationRef() local [all...] |
H A D | RuntimeDyldMachOX86_64.h | 169 int64_t Addend = in processSubtractRelocation() local
|
/llvm-project/bolt/lib/Target/X86/ |
H A D | X86MCSymbolizer.cpp | 42 auto addOperand = [&](const MCSymbol *Symbol, uint64_t Addend) { in tryAddingSymbolicOperand() 156 uint64_t Addend = Relocation->Addend; in tryAddingSymbolicOperand() local 184 const int64_t Addend = R.Value + InstrAddr - GOTSymBD->getAddress(); in handleGOTPC64() local
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | RelocationMap.h | 58 yaml::Hex64 Addend; variable 64 ValidReloc(uint64_t Offset, uint32_t Size, uint64_t Addend, in ValidReloc()
|
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 262 resolveX86_64Relocation(const SectionEntry & Section,uint64_t Offset,uint64_t Value,uint32_t Type,int64_t Addend,uint64_t SymOffset) resolveX86_64Relocation() argument 380 resolveX86Relocation(const SectionEntry & Section,uint64_t Offset,uint32_t Value,uint32_t Type,int32_t Addend) resolveX86Relocation() argument 408 resolveAArch64Relocation(const SectionEntry & Section,uint64_t Offset,uint64_t Value,uint32_t Type,int64_t Addend) resolveAArch64Relocation() argument 594 resolveARMRelocation(const SectionEntry & Section,uint64_t Offset,uint32_t Value,uint32_t Type,int32_t Addend) resolveARMRelocation() argument 744 int64_t Addend; findOPDEntrySection() local 818 resolvePPC32Relocation(const SectionEntry & Section,uint64_t Offset,uint64_t Value,uint32_t Type,int64_t Addend) resolvePPC32Relocation() argument 838 resolvePPC64Relocation(const SectionEntry & Section,uint64_t Offset,uint64_t Value,uint32_t Type,int64_t Addend) resolvePPC64Relocation() argument 932 resolveSystemZRelocation(const SectionEntry & Section,uint64_t Offset,uint64_t Value,uint32_t Type,int64_t Addend) resolveSystemZRelocation() argument 986 resolveBPFRelocation(const SectionEntry & Section,uint64_t Offset,uint64_t Value,uint32_t Type,int64_t Addend) resolveBPFRelocation() argument 1044 resolveRelocation(const SectionEntry & Section,uint64_t Offset,uint64_t Value,uint32_t Type,int64_t Addend,uint64_t SymOffset,SID SectionID) resolveRelocation() argument 1231 int64_t Addend = 0; processRelocationRef() local 1397 uint32_t Addend = (Opcode & 0x03ffffff) << 2; processRelocationRef() local 1437 int64_t Addend = (Opcode & 0x0000ffff) << 16; processRelocationRef() local 1441 int64_t Addend = Value.Addend + SignExtend32<16>(Opcode & 0x0000ffff); processRelocationRef() local 1900 processX86_64GOTTPOFFRelocation(unsigned SectionID,uint64_t Offset,RelocationValueRef Value,int64_t Addend) processX86_64GOTTPOFFRelocation() argument 2018 processX86_64TLSRelocation(unsigned SectionID,uint64_t Offset,uint64_t RelType,RelocationValueRef Value,int64_t Addend,const RelocationRef & GetAddrRelocation) processX86_64TLSRelocation() argument [all...] |
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCELFExtras.h | 27 uint OffsetMask = 8, Offset = 0, Addend = 0; in encodeCrel() local
|
H A D | MCELFObjectWriter.h | 34 uint64_t Addend; // The addend to use. global() member
|
/llvm-project/bolt/lib/Passes/ |
H A D | FixRelaxationPass.cpp | 51 const int64_t Addend = BC.MIB->getTargetAddend(Add); in runOnFunction() local
|
H A D | ADRRelaxationPass.cpp | 70 int64_t Addend = BC.MIB->getTargetAddend(Inst); runOnFunction() local
|
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCCodeEmitter.h | 40 unsigned Addend = 0; member
|
/llvm-project/bolt/include/bolt/Core/ |
H A D | Relocation.h | 47 uint64_t Addend; member
|
/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | MachO_arm64.cpp | 191 uint64_t Addend; parsePairRelocation() local 308 uint64_t Addend = 0; addRelocations() local [all...] |
H A D | MachO_x86_64.cpp | 182 uint64_t Addend; parsePairRelocation() local 295 uint64_t Addend = 0; addRelocations() local [all...] |
H A D | EHFrameSupportImpl.h | 60 EdgeTarget(const Edge &E) : Target(&E.getTarget()), Addend(E.getAddend()) {} member
|
H A D | ELF_loongarch.cpp | 115 int64_t Addend = Rel.r_addend; addSingleRelocation() local
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | MachO.h | 253 int64_t Addend = 0; variable 295 uint64_t Addend; member 363 int64_t Addend = 0; variable
|