Searched refs:SectionAOffset (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h202 uint64_t SectionAOffset = 0; local
213 SectionAOffset = MinuendI->second.getOffset();
226 SectionAID, SectionAOffset, SectionBID, SectionBOffset,
H A DRuntimeDyldMachOI386.h171 uint64_t SectionAOffset = AddrA - SectionABase; local
199 << ", SectionA ID: " << SectionAID << ", SectionAOffset: "
200 << SectionAOffset << ", SectionB ID: " << SectionBID
203 SectionAOffset, SectionBID, SectionBOffset,
H A DRuntimeDyldMachOARM.h382 uint64_t SectionAOffset = AddrA - SectionABase; local
415 << ", SectionA ID: " << SectionAID << ", SectionAOffset: "
416 << SectionAOffset << ", SectionB ID: " << SectionBID
419 SectionAOffset, SectionBID, SectionBOffset, IsPCRel,
H A DRuntimeDyldMachOAArch64.h508 uint64_t SectionAOffset = MinuendI->second.getOffset(); local
511 SectionAID, SectionAOffset, SectionBID, SectionBOffset,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h170 unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB,
173 Addend(SectionAOffset - SectionBOffset + addend), IsPCRel(IsPCRel),
180 unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB,
184 Addend(SectionAOffset - SectionBOffset + addend), IsPCRel(IsPCRel),
169 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB, uint64_t SectionBOffset, bool IsPCRel, unsigned Size) argument
179 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB, uint64_t SectionBOffset, bool IsPCRel, unsigned Size, bool IsTargetThumbFunc) argument

Completed in 169 milliseconds