| /llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/ |
| H A D | IntegerRelationTest.cpp | 20 IntegerRelation rel = parsePoly(set); in parseRelationFromSet() local 28 IntegerRelation rel = parseRelationFromSet( in TEST() local 47 IntegerRelation rel = in TEST() local 63 IntegerRelation rel = parseRelationFromSet( in TEST() local
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | MarkLive.cpp | 77 const typename ELFT::Rel &rel) { in getAddend() 84 const typename ELFT::Rela &rel) { in getAddend() 90 void MarkLive<ELFT>::resolveReloc(InputSectionBase &sec, RelTy &rel, in resolveReloc() 324 for (const typename ELFT::Rel &rel : rels.rels) in mark() local 326 for (const typename ELFT::Rela &rel : rels.relas) in mark() local
|
| H A D | Target.cpp | 155 void TargetInfo::relaxGot(uint8_t *loc, const Relocation &rel, in relaxGot() 160 void TargetInfo::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() 165 void TargetInfo::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToIe() 170 void TargetInfo::relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, in relaxTlsIeToLe() 175 void TargetInfo::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe()
|
| H A D | Target.h | 252 inline void checkInt(uint8_t *loc, int64_t v, int n, const Relocation &rel) { in checkInt() 258 inline void checkUInt(uint8_t *loc, uint64_t v, int n, const Relocation &rel) { in checkUInt() 265 const Relocation &rel) { in checkIntUInt() 274 const Relocation &rel) { in checkAlignment()
|
| H A D | Relocations.cpp | 98 void elf::reportRangeError(uint8_t *loc, const Relocation &rel, const Twine &v, in reportRangeError() 466 int64_t RelocationScanner::computeMipsAddend(const RelTy &rel, RelExpr expr, in computeMipsAddend() 500 int64_t RelocationScanner::computeAddend(const RelTy &rel, RelExpr expr, in computeAddend() 888 RelocationBaseSection &rel, RelType type, Symbol &sym) { in addPltEntry() 1050 RelType rel = target.getDynRel(type); in processAux() local 1295 const RelTy &rel = *i; in scanOne() local 1457 for (const RelTy &rel : rels) { in checkPPC64TLSRelax() local 1887 const Relocation &rel, in getISDThunkSec() 2046 Relocation &rel, uint64_t src) { in getThunk() 2085 bool ThunkCreator::normalizeExistingThunk(Relocation &rel, uint64_t src) { in normalizeExistingThunk()
|
| H A D | DWARF.cpp | 112 const RelTy &rel = *it; in findAux() local
|
| H A D | InputSection.cpp | 348 for (const RelTy &rel : rels) { in copyRelocations() local 831 for (const RelTy &rel : rels) { in relocateNonAlloc() local 940 for (const Relocation &rel : sec->relocations) { in relocateNonAllocForRelocatable() local 978 const Relocation &rel = relocations[i]; in relocateAlloc() local 1270 const RelTy &rel = rels[relocI]; in getReloc() local
|
| H A D | Relocations.h | 195 static inline int64_t getAddend(const typename ELFT::Rel &rel) { in getAddend() 199 static inline int64_t getAddend(const typename ELFT::Rela &rel) { in getAddend()
|
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | InputChunks.cpp | 112 for (const WasmRelocation &rel : relocations) { in relocate() local 180 for (const WasmRelocation &rel : relocations) { in writeRelocations() local 214 static unsigned writeCompressedReloc(uint8_t *buf, const WasmRelocation &rel, in writeCompressedReloc() 235 static unsigned getRelocWidthPadded(const WasmRelocation &rel) { in getRelocWidthPadded() 255 static unsigned getRelocWidth(const WasmRelocation &rel, uint64_t value) { in getRelocWidth() 287 for (const WasmRelocation &rel : relocations) { in calculateSize() local 324 for (const WasmRelocation &rel : relocations) { in writeCompressed() local 376 for (const WasmRelocation &rel : relocations) { in generateRelocationCode() local
|
| /llvm-project-15.0.7/lld/ELF/Arch/ |
| H A D | PPC.cpp | 311 void PPC::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument 402 void PPC::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToIe() 421 void PPC::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() 437 void PPC::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe() 461 void PPC::relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, in relaxTlsIeToLe()
|
| H A D | X86.cpp | 292 void X86::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument 356 void X86::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() 390 void X86::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToIe() 424 void X86::relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, in relaxTlsIeToLe() 462 void X86::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe()
|
| H A D | MSP430.cpp | 62 void MSP430::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument
|
| H A D | ARM.cpp | 442 static void encodeAluGroup(uint8_t *loc, const Relocation &rel, uint64_t val, in encodeAluGroup() 465 static void encodeLdrGroup(uint8_t *loc, const Relocation &rel, uint64_t val, in encodeLdrGroup() 483 static void encodeLdrsGroup(uint8_t *loc, const Relocation &rel, uint64_t val, in encodeLdrsGroup() 502 void ARM::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument
|
| H A D | SPARCV9.cpp | 87 void SPARCV9::relocate(uint8_t *loc, const Relocation &rel, in relocate()
|
| H A D | X86_64.cpp | 430 void X86_64::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() 471 void X86_64::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToIe() 555 void X86_64::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe() 744 void X86_64::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument 903 void X86_64::relaxGot(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relaxGot() argument
|
| H A D | AArch64.cpp | 338 void AArch64::relocate(uint8_t *loc, const Relocation &rel, in relocate() 497 void AArch64::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() 528 void AArch64::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToIe() 560 void AArch64::relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, in relaxTlsIeToLe()
|
| H A D | AVR.cpp | 95 void AVR::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument
|
| H A D | AMDGPU.cpp | 129 void AMDGPU::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument
|
| H A D | PPC64.cpp | 323 bool elf::tryRelaxPPC64TocIndirection(const Relocation &rel, uint8_t *bufLoc) { in tryRelaxPPC64TocIndirection() 635 void PPC64::relaxGot(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relaxGot() argument 699 void PPC64::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() 762 void PPC64::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe() 852 void PPC64::relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, in relaxTlsIeToLe() 1204 void PPC64::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument 1457 void PPC64::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToIe()
|
| /llvm-project-15.0.7/bolt/test/X86/ |
| H A D | shrinkwrapping-restore-position.s | 56 rel: .quad cold_path label
|
| H A D | shrinkwrapping-do-not-pessimize.s | 56 rel: .quad end_if_1 label
|
| /llvm-project-15.0.7/flang/unittests/Evaluate/ |
| H A D | testing.h | 20 #define COMPARE(x, rel, y) \ argument
|
| H A D | testing.cpp | 69 const char *rel, const char *ys, std::uint64_t x, std::uint64_t y) { in Compare()
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | Chunks.cpp | 327 const coff_relocation &rel) { in maybeReportRelocationToDiscarded() 368 for (const coff_relocation &rel : getRelocs()) { in writeTo() local 452 const coff_relocation &rel = relocsData[nextRelocIndex]; in writeAndRelocateSubsection() local 482 static uint8_t getBaserelType(const coff_relocation &rel) { in getBaserelType() 514 for (const coff_relocation &rel : getRelocs()) { in getBaserels() local 610 for (const coff_relocation &rel : getRelocs()) { in getRuntimePseudoRelocs() local
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 157 unsigned ELFRelocation::RelocType32(const ELFRelocation &rel) { in RelocType32() 164 unsigned ELFRelocation::RelocType64(const ELFRelocation &rel) { in RelocType64() 171 unsigned ELFRelocation::RelocSymbol32(const ELFRelocation &rel) { in RelocSymbol32() 178 unsigned ELFRelocation::RelocSymbol64(const ELFRelocation &rel) { in RelocSymbol64() 185 unsigned ELFRelocation::RelocOffset32(const ELFRelocation &rel) { in RelocOffset32() 192 unsigned ELFRelocation::RelocOffset64(const ELFRelocation &rel) { in RelocOffset64() 199 unsigned ELFRelocation::RelocAddend32(const ELFRelocation &rel) { in RelocAddend32() 206 unsigned ELFRelocation::RelocAddend64(const ELFRelocation &rel) { in RelocAddend64() 2467 ELFRelocation rel(rel_type); in ParsePLTRelocations() local 2601 ELFRelocation rel(rel_hdr->sh_type); in ApplyRelocations() local [all …]
|