Searched defs:SectionB (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h96 uint32_t SectionB; member in struct:llvm::RelocationEntry::SectionPair
127 unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB,
133 Sections.SectionB = SectionB;
126 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
H A DRuntimeDyldMachO.cpp319 uint64_t SectionBBase = Sections[RE.Sections.SectionB].LoadAddress;
590 SectionRef SectionB = *SBI; local
591 uint32_t SectionBID = findOrEmitSection(Obj, SectionB, IsCode,
600 << ", SectionB ID: " << SectionBID << ", SectionBOffset: "

Completed in 118 milliseconds