| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | XCOFFYAML.h | 32 struct Relocation { struct 50 std::vector<Relocation> Relocations; argument 72 LLVM_YAML_IS_SEQUENCE_VECTOR(XCOFFYAML::Relocation) in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| H A D | COFFYAML.h | 57 struct Relocation { struct 61 // Normally a Relocation can refer to the symbol via its name. argument 77 std::vector<Relocation> Relocations; argument
|
| H A D | MachOYAML.h | 30 struct Relocation { struct 32 llvm::yaml::Hex32 address; 34 uint32_t symbolnum; 58 std::vector<Relocation> relocations; argument 161 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::Relocation) in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| H A D | WasmYAML.h | 110 struct Relocation { struct 111 RelocType Type; 112 uint32_t Index; 115 yaml::Hex32 Offset; 116 int64_t Addend;
|
| H A D | ELFYAML.h | 185 Relocation, enumerator 586 struct Relocation { struct 594 Optional<std::vector<Relocation>> Relocations; argument
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ |
| H A D | MachONormalizedFile.h | 80 struct Relocation { struct 81 Relocation() : offset(0), scattered(false), in Relocation() function 88 RelocationInfoType type; argument 97 typedef std::vector<Relocation> Relocations; argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/ |
| H A D | Object.h | 27 struct Relocation { struct 29 Relocation(const object::coff_relocation &R) : Reloc(R) {} in Relocation() argument 38 std::vector<Relocation> Relocs; argument
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | Relocations.h | 106 struct Relocation { struct 124 // Call reportUndefinedSymbols() after calling scanRelocations() to emit argument
|
| H A D | Thunks.h | 54 const Relocation &) const { in isCompatibleWith()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | X86.cpp | 345 void X86::relaxTlsGdToLe(uint8_t *loc, const Relocation &, uint64_t val) const { in relaxTlsGdToLe() argument 360 void X86::relaxTlsGdToIe(uint8_t *loc, const Relocation &, uint64_t val) const { in relaxTlsGdToIe() argument
|
| H A D | X86_64.cpp | 507 void X86_64::relaxTlsIeToLe(uint8_t *loc, const Relocation &, in relaxTlsIeToLe()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
| H A D | Object.h | 724 struct Relocation { struct 740 class RelocationSectionBase : public SectionBase { argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ELFObjectFile.cpp | 636 for (const auto &Relocation : RelaPlt->relocations()) { in getPltAddresses() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WinCOFFObjectWriter.cpp | 665 for (const auto &Relocation : Sec.Relocations) in writeSection() local 995 for (auto &Relocation : Sec->Relocations) { in assignFileOffsets() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | WasmYAML.cpp | 318 IO &IO, WasmYAML::Relocation &Relocation) { in mapping()
|
| H A D | MachOYAML.cpp | 279 IO &IO, MachOYAML::Relocation &Relocation) { in mapping()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | StatepointLowering.cpp | 1209 SDValue Relocation = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), in visitGCRelocate() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 262 for (const auto &Relocation : Relocations) { in resolveSymbol() local 333 for (const auto &Relocation : Relocations) { in printBinaryBlockWithRelocs() local
|
| H A D | ARMWinEHPrinter.cpp | 233 for (const auto &Relocation : Section.relocations()) { in getRelocatedSymbol() local
|
| H A D | ELFDumper.cpp | 184 template <class ELFT> class Relocation { class 186 Relocation(const typename ELFT::Rel &R, bool IsMips64EL) in Relocation() function in __anon1456c5300111::Relocation 190 Relocation(const typename ELFT::Rela &R, bool IsMips64EL) in Relocation() function in __anon1456c5300111::Relocation
|