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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h136 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress();
248 SectionRef SectionB = *SBI; local
250 findOrEmitSection(MachO, SectionB, IsCode, ObjSectionToID);
263 << ", SectionB ID: " << SectionBID
H A DRuntimeDyldMachOI386.h102 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress();
164 SectionRef SectionB = *SBI; local
166 findOrEmitSection(Obj, SectionB, IsCode, ObjSectionToID);
174 << ", SectionB ID: " << SectionBID
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h142 uint32_t SectionB; member in struct:llvm::RelocationEntry::SectionPair
173 unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB,
179 Sections.SectionB = SectionB;
172 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

Completed in 28 milliseconds