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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.cpp97 auto EntryOffset = alignTo(Sec.getStubOffset(), PointerSize);
98 Sec.advanceStubOffset(EntryOffset + PointerSize - Sec.getStubOffset());
H A DRuntimeDyldELF.cpp1139 Stubs[Value] = Section.getStubOffset();
1141 Section.getAddressWithOffset(Section.getStubOffset()));
1168 Section.getStubOffset())),
1308 Stubs[Value] = Section.getStubOffset();
1310 Section.getAddressWithOffset(Section.getStubOffset()));
1320 Section.getStubOffset())),
1361 Stubs[Value] = Section.getStubOffset();
1366 Section.getAddressWithOffset(Section.getStubOffset()), AbiVariant);
1383 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset());
1456 Stubs[Value] = Section.getStubOffset();
[all...]
H A DRuntimeDyldImpl.h105 uintptr_t getStubOffset() const { return StubOffset; } function in class:llvm::SectionEntry
484 Sections[SectionID].getStubOffset() + getMaxStubSize());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h140 Stubs[Value] = Section.getStubOffset();
141 uint8_t *GOTEntry = Section.getAddressWithOffset(Section.getStubOffset());
142 RelocationEntry GOTRE(RE.SectionID, Section.getStubOffset(),
H A DRuntimeDyldMachOARM.h317 assert(Section.getStubOffset() % 4 == 0 && "Misaligned stub");
318 Stubs[Value] = Section.getStubOffset();
326 Addr = Section.getAddressWithOffset(Section.getStubOffset());
H A DRuntimeDyldCOFFX86_64.h161 StubOffset = Section.getStubOffset();
H A DRuntimeDyldCOFFAArch64.h117 StubOffset = Section.getStubOffset();
H A DRuntimeDyldMachOAArch64.h458 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) &

Completed in 215 milliseconds