Searched defs:SectionBOffset (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h498 uint64_t SectionBOffset = SubtrahendI->second.getOffset(); local
H A DRuntimeDyldMachOX86_64.h174 uint64_t SectionBOffset = 0; local
H A DRuntimeDyldMachOI386.h185 uint64_t SectionBOffset = AddrB - SectionBBase; local
201 << ", SectionBOffset: " << SectionBOffset << "\n"); local
H A DRuntimeDyldMachOARM.h396 uint64_t SectionBOffset = AddrB - SectionBBase; local
417 << ", SectionBOffset: " << SectionBOffset << "\n"); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h169 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 115 milliseconds