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

/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFI386.h153 RE.Sections.SectionA == static_cast<uint32_t>(-1)
155 : Sections[RE.Sections.SectionA].getLoadAddressWithOffset(
160 << " TargetSection: " << RE.Sections.SectionA
170 Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend) -
175 << " TargetSection: " << RE.Sections.SectionA
183 uint64_t Result = RE.Sections.SectionA == static_cast<uint32_t>(-1)
185 : Sections[RE.Sections.SectionA].getLoadAddress();
193 << " TargetSection: " << RE.Sections.SectionA
H A DRuntimeDyldCOFFThumb.h198 RE.Sections.SectionA == static_cast<uint32_t>(-1)
200 : Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend);
205 << " TargetSection: " << RE.Sections.SectionA
214 uint64_t Result = Sections[RE.Sections.SectionA].getLoadAddress() -
219 << " TargetSection: " << RE.Sections.SectionA
247 Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend);
251 << " TargetSection: " << RE.Sections.SectionA
H A DRuntimeDyldMachOI386.h114 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress();
171 SectionRef SectionA = *SAI; local
172 bool IsCode = SectionA.isText();
175 findOrEmitSection(Obj, SectionA, IsCode, ObjSectionToID))
198 << ", SectionA ID: " << SectionAID << ", SectionAOffset: "
H A DRuntimeDyldMachOARM.h259 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress();
382 SectionRef SectionA = *SAI; local
383 bool IsCode = SectionA.isText();
386 findOrEmitSection(MachO, SectionA, IsCode, ObjSectionToID))
414 << ", SectionA ID: " << SectionAID << ", SectionAOffset: "
H A DRuntimeDyldMachOX86_64.h111 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress();
H A DRuntimeDyldMachOAArch64.h418 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress();
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h133 uint32_t SectionA; member in struct:llvm::RelocationEntry::SectionPair
169 unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB,
174 Sections.SectionA = SectionA;
179 unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB,
185 Sections.SectionA = SectionA;
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
H A DRuntimeDyldCOFF.cpp105 RE.Sections.SectionA = -1;

Completed in 78 milliseconds