Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOBuilder.h169 class RelocTarget {
171 RelocTarget(const Section &S) : S(&S), Idx(~0U) {}
172 RelocTarget(SymbolContainer &SC, size_t Idx) : SC(&SC), Idx(Idx) {}
200 RelocTarget Target;
202 Reloc(int32_t Offset, RelocTarget Target, bool PCRel, unsigned Length,
224 struct Section : public MachOTraits::Section, public RelocTarget {
232 : RelocTarget(*this), Builder(Builder) {
240 RelocTarget addSymbol(int32_t Offset, StringRef Name, uint8_t Type,
253 void addReloc(int32_t Offset, RelocTarget Target, bool PCRel,
318 RelocTarget addSymbol(StringRef Name, uint8_t Type, uint8_t Sect,
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp305 using RelocTarget = typename MachOBuilder<MachOTraits>::RelocTarget; typedef
307 StabSymbolsEntry(Symbol &Sym, RelocTarget StartStab, RelocTarget EndStab) in StabSymbolsEntry()
311 RelocTarget StartStab, EndStab;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp2326 coff_relocation RelocTarget{ulittle32_t(EntryOffset), ulittle32_t(0), in getContents() local
2329 std::equal_range(Relocs.begin(), Relocs.end(), &RelocTarget, in getContents()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1969 uint8_t *RelocTarget = in processRelocationRef() local
1971 int64_t delta = static_cast<int64_t>(Target - RelocTarget); in processRelocationRef()