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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h135 uint32_t SectionB; member in struct:llvm::RelocationEntry::SectionPair
170 unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB,
176 Sections.SectionB = SectionB;
180 unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB,
187 Sections.SectionB = SectionB;
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
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h116 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress();
186 SectionRef SectionB = *SBI; local
189 findOrEmitSection(Obj, SectionB, IsCode, ObjSectionToID))
200 << SectionAOffset << ", SectionB ID: " << SectionBID
H A DRuntimeDyldMachOARM.h261 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress();
397 SectionRef SectionB = *SBI; local
400 findOrEmitSection(MachO, SectionB, IsCode, ObjSectionToID))
416 << SectionAOffset << ", SectionB ID: " << SectionBID
H A DRuntimeDyldMachOX86_64.h113 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress();
H A DRuntimeDyldMachOAArch64.h419 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress();

Completed in 111 milliseconds