Searched refs:SectionA (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h95 uint32_t SectionA; member in struct:llvm::RelocationEntry::SectionPair
127 unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB,
132 Sections.SectionA = SectionA;
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.cpp318 uint64_t SectionABase = Sections[RE.Sections.SectionA].LoadAddress;
578 SectionRef SectionA = *SAI; local
580 SectionA.isText(IsCode);
581 uint32_t SectionAID = findOrEmitSection(Obj, SectionA, IsCode,
598 << ", Addend: " << Addend << ", SectionA ID: "

Completed in 34 milliseconds