Searched defs:Addend (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.h40 unsigned Addend = 0; member in struct:llvm::HexagonMCCodeEmitter::EmitterState
/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Core/
H A DReference.h78 typedef int64_t Addend; typedef in class:lld::Reference
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupportImpl.h67 Edge::AddendT Addend = 0; member in struct:llvm::jitlink::EHFrameEdgeFixer::EdgeTarget
H A DELF_x86_64.cpp239 uint64_t Addend = Rela.r_addend; local
H A DMachO_arm64.cpp160 uint64_t Addend; local
249 uint64_t Addend = 0; variable
[all...]
H A DMachO_x86_64.cpp162 uint64_t Addend; local
251 uint64_t Addend = 0; variable
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFI386.h79 uint64_t Addend = 0; variable
102 << TargetName << " Addend " << Addend << "\n"); variable
[all...]
H A DRuntimeDyldCOFFThumb.h83 uint64_t Addend = 0; variable
104 << TargetName << " Addend " << Addend << "\n"); variable
[all...]
H A DRuntimeDyldCOFFX86_64.h50 void write32BitOffset(uint8_t *Target, int64_t Addend, uint64_t Delta) { argument
145 generateRelocationStub(unsigned SectionID, StringRef TargetName, uint64_t Offset, uint64_t RelType, uint64_t Addend, StubMap &Stubs) argument
211 uint64_t Addend = 0; variable
269 << TargetName << " Addend " << Addend << "\\n"); variable
[all...]
H A DRuntimeDyldELFMips.cpp29 evaluateRelocation(const RelocationEntry &RE, uint64_t Value, uint64_t Addend) argument
108 evaluateMIPS64Relocation( const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend, uint64_t SymOffset, SID SectionID) argument
265 resolveMIPSN32Relocation( const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend, uint64_t SymOffset, SID SectionID) argument
274 resolveMIPSN64Relocation( const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend, uint64_t SymOffset, SID SectionID) argument
303 resolveMIPSO32Relocation(const SectionEntry &Section, uint64_t Offset, uint32_t Value, uint32_t Type, int32_t Addend) argument
[all...]
H A DRuntimeDyldCOFFAArch64.h168 uint64_t Addend = 0; variable
100 generateRelocationStub(unsigned SectionID, StringRef TargetName, uint64_t Offset, uint64_t RelType, uint64_t Addend, StubMap &Stubs) argument
243 << TargetName << " Addend " << Addend << "\\n"); variable
[all...]
H A DRuntimeDyldMachOAArch64.h38 int64_t Addend = 0; local
499 int64_t Addend = local
[all...]
H A DRuntimeDyldMachOI386.h161 uint64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); local
[all...]
H A DRuntimeDyldMachOX86_64.h170 int64_t Addend = local
[all...]
H A DRuntimeDyldMachOARM.h408 int64_t Addend = FullImmVal - (AddrA - AddrB); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp386 uint64_t Addend = 0; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h35 uint64_t Addend; // The addend to use. member in struct:llvm::ELFRelocationEntry
39 ELFRelocationEntry(uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type, uint64_t Addend, const MCSymbolELF *OriginalSymbol, uint64_t OriginalAddend) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp562 AttemptToFoldSymbolOffsetDifference( const MCAssembler *Asm, const MCAsmLayout *Layout, const SectionAddrMap *Addrs, bool InSet, const MCSymbolRefExpr *&A, const MCSymbolRefExpr *&B, int64_t &Addend) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp71 int64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); local
H A DRuntimeDyldImpl.h130 int64_t Addend; member in class:llvm::RelocationEntry
194 int64_t Addend = 0; member in class:llvm::RelocationValueRef
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h252 int64_t Addend = 0; member in class:llvm::object::MachOBindEntry
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp802 int Addend = 0; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h170 int64_t Addend; // A value to add to the symbol. member in struct:llvm::wasm::WasmRelocation
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h72 Edge(Kind K, OffsetT Offset, Symbol &Target, AddendT Addend) argument
88 void setAddend(AddendT Addend) { this->Addend = Addend; } argument
93 AddendT Addend = 0; member in class:llvm::jitlink::Edge
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h113 int64_t Addend; member in struct:llvm::WasmYAML::Relocation

Completed in 263 milliseconds

12