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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h134 uint32_t SectionB; member in struct:llvm::RelocationEntry::SectionPair
169 unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB,
175 Sections.SectionB = SectionB;
179 unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB,
186 Sections.SectionB = SectionB;
168 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
178 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
/netbsd-current/external/apache2/llvm/dist/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 131 milliseconds