Home
last modified time | relevance | path

Searched refs:RelocTarget (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOBuilder.h174 class RelocTarget {
176 RelocTarget(const Section &S) : S(&S), Idx(~0U) {}
177 RelocTarget(SymbolContainer &SC, size_t Idx) : SC(&SC), Idx(Idx) {}
205 RelocTarget Target;
207 Reloc(int32_t Offset, RelocTarget Target, bool PCRel, unsigned Length,
229 struct Section : public MachOTraits::Section, public RelocTarget {
237 : RelocTarget(*this), Builder(Builder) {
245 RelocTarget addSymbol(int32_t Offset, StringRef Name, uint8_t Type,
258 void addReloc(int32_t Offset, RelocTarget Target, bool PCRel,
323 RelocTarget addSymbol(StringRef Name, uint8_t Type, uint8_t Sect,
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1915 coff_relocation RelocTarget{ulittle32_t(EntryOffset), ulittle32_t(0), in getContents() local
1918 std::equal_range(Relocs.begin(), Relocs.end(), &RelocTarget, in getContents()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1588 uint8_t *RelocTarget = in processRelocationRef() local
1590 int64_t delta = static_cast<int64_t>(Target - RelocTarget); in processRelocationRef()