Home
last modified time | relevance | path

Searched defs:Relocation (Results 1 – 20 of 20) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h32 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 DCOFFYAML.h57 struct Relocation { struct
61 // Normally a Relocation can refer to the symbol via its name. argument
77 std::vector<Relocation> Relocations; argument
H A DMachOYAML.h30 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 DWasmYAML.h110 struct Relocation { struct
111 RelocType Type;
112 uint32_t Index;
115 yaml::Hex32 Offset;
116 int64_t Addend;
H A DELFYAML.h185 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 DMachONormalizedFile.h80 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 DObject.h27 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 DRelocations.h106 struct Relocation { struct
124 // Call reportUndefinedSymbols() after calling scanRelocations() to emit argument
H A DThunks.h54 const Relocation &) const { in isCompatibleWith()
/freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/
H A DX86.cpp345 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 DX86_64.cpp507 void X86_64::relaxTlsIeToLe(uint8_t *loc, const Relocation &, in relaxTlsIeToLe()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h724 struct Relocation { struct
740 class RelocationSectionBase : public SectionBase { argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp636 for (const auto &Relocation : RelaPlt->relocations()) { in getPltAddresses() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp665 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 DWasmYAML.cpp318 IO &IO, WasmYAML::Relocation &Relocation) { in mapping()
H A DMachOYAML.cpp279 IO &IO, MachOYAML::Relocation &Relocation) { in mapping()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1209 SDValue Relocation = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), in visitGCRelocate() local
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp262 for (const auto &Relocation : Relocations) { in resolveSymbol() local
333 for (const auto &Relocation : Relocations) { in printBinaryBlockWithRelocs() local
H A DARMWinEHPrinter.cpp233 for (const auto &Relocation : Section.relocations()) { in getRelocatedSymbol() local
H A DELFDumper.cpp184 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