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

/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFI386.h117 RE.Sections.SectionA == static_cast<uint32_t>(-1)
119 : Sections[RE.Sections.SectionA].getLoadAddressWithOffset(
127 << " TargetSection: " << RE.Sections.SectionA
136 Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend) -
144 << " TargetSection: " << RE.Sections.SectionA
151 uint64_t Result = Sections[RE.Sections.SectionA].getLoadAddress() -
159 << " TargetSection: " << RE.Sections.SectionA
H A DRuntimeDyldMachOI386.h101 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress();
154 SectionRef SectionA = *SAI; local
155 bool IsCode = SectionA.isText();
157 findOrEmitSection(Obj, SectionA, IsCode, ObjSectionToID);
172 << ", Addend: " << Addend << ", SectionA ID: " << SectionAID
H A DRuntimeDyldMachOARM.h135 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress();
238 SectionRef SectionA = *SAI; local
239 bool IsCode = SectionA.isText();
241 findOrEmitSection(MachO, SectionA, IsCode, ObjSectionToID);
261 << ", Addend: " << Addend << ", SectionA ID: " << SectionAID
H A DRuntimeDyldMachOX86_64.h99 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress();
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h141 uint32_t SectionA; member in struct:llvm::RelocationEntry::SectionPair
173 unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB,
178 Sections.SectionA = SectionA;
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 31 milliseconds