Home
last modified time | relevance | path

Searched defs:RelType (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h152 uint64_t Offset, uint64_t RelType, uint64_t Addend, in generateRelocationStub()
215 uint64_t RelType = RelI->getType(); in processRelocationRef() local
H A DRuntimeDyldCOFFAArch64.h113 uint64_t Offset, uint64_t RelType, uint64_t Addend, in generateRelocationStub()
174 uint64_t RelType = RelI->getType(); in processRelocationRef() local
H A DRuntimeDyldMachOAArch64.h156 MachO::RelocationInfoType RelType, int64_t Addend) const { in encodeAddend()
360 MachO::RelocationInfoType RelType = in resolveRelocation() local
H A DRuntimeDyldCOFFI386.h58 uint64_t RelType = RelI->getType(); in processRelocationRef() local
[all...]
H A DRuntimeDyldCOFFThumb.h101 uint64_t RelType = RelI->getType(); in processRelocationRef() local
H A DRuntimeDyldMachOX86_64.h41 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef() local
H A DRuntimeDyldELFMips.cpp283 uint32_t RelType = r_type; in resolveMIPSN64Relocation() local
H A DRuntimeDyldMachOI386.h41 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef() local
H A DRuntimeDyldMachOARM.h108 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.h29 struct RelType { struct
31 /*implicit*/ constexpr RelType(uint32_t v = 0) : v(v) {} in v() argument
32 /*implicit*/ operator uint32_t() const { return v; } in uint32_t()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h70 MachO::RelocationInfoType RelType = in getRelocationEntry() local
H A DRuntimeDyldELF.cpp694 unsigned RelType = RelI->getType(); in resolveLoongArch64Branch() local
1460 void RuntimeDyldELF::processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType,… in processSimpleRelocation()
1468 uint32_t RuntimeDyldELF::getMatchingLoRelocation(uint32_t RelType, in getMatchingLoRelocation()
1552 unsigned RelType = RelI->getType(); in resolveAArch64Branch() local
1601 uint64_t RelType = RelI->getType(); in processRelocationRef() local
2412 unsigned SectionID, uint64_t Offset, uint64_t RelType, in processX86_64TLSRelocation()
H A DRuntimeDyldImpl.h40 #define UNIMPLEMENTED_RELOC(RelType) \ argument
131 uint32_t RelType; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp366 X86_32RelType RelType = RT32_NONE; in getRelocType() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp1119 auto MatchesKind = [](uint16_t RelType) -> bool { in parseTailRelocSym()
1171 uint16_t RelType = Sparc::parseSpecifier(Name); in parseTailRelocSym() local
1675 SparcAsmParser::adjustPICRelocation(uint16_t RelType, const MCExpr *subExpr) { in adjustPICRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp895 uint32_t RelType, StringRef PltSec) { in getPltEntries()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp282 auto RelType = MO.getTargetFlags(); in lowerOperand() local