Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
HDCOFFObject.h26 struct Relocation { struct
28 Relocation(const object::coff_relocation &R) : Reloc(R) {} in Relocation() argument
37 std::vector<Relocation> Relocs; argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
HDMachOYAML.h31 struct Relocation { struct
33 llvm::yaml::Hex32 address;
35 uint32_t symbolnum;
59 std::vector<Relocation> relocations; argument
173 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::Relocation) in LLVM_YAML_IS_SEQUENCE_VECTOR()
HDCOFFYAML.h58 struct Relocation { struct
62 // Normally a Relocation can refer to the symbol via its name. argument
89 std::vector<Relocation> Relocations; argument
HDXCOFFYAML.h65 struct Relocation { struct
84 std::vector<Relocation> Relocations; argument
225 LLVM_YAML_IS_SEQUENCE_VECTOR(XCOFFYAML::Relocation) in LLVM_YAML_IS_SEQUENCE_VECTOR()
HDWasmYAML.h114 struct Relocation { struct
115 RelocType Type;
116 uint32_t Index;
119 yaml::Hex32 Offset;
120 int64_t Addend;
HDELFYAML.h214 Relocation, enumerator
616 struct Relocation { struct
624 std::optional<std::vector<Relocation>> Relocations; argument
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDRelocations.h124 struct Relocation { struct
142 // Call reportUndefinedSymbols() after calling scanRelocations() to emit argument
HDThunks.h53 const Relocation &) const { in isCompatibleWith()
HDInputSection.cpp1118 SmallVector<Relocation *, 0> &morestackCalls) { in switchMorestackCallsToMorestackNonSplit()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
HDELFObject.h857 struct Relocation { struct
873 class RelocationSectionBase : public SectionBase { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDWinCOFFObjectWriter.cpp633 for (const auto &Relocation : Sec.Relocations) in writeSection() local
774 for (auto &Relocation : Sec->Relocations) { in assignFileOffsets() local
/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
HDX86_64.cpp543 static void relaxTlsIeToLe(uint8_t *loc, const Relocation &, uint64_t val) { in relaxTlsIeToLe()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDWasmYAML.cpp322 IO &IO, WasmYAML::Relocation &Relocation) { in mapping()
HDMachOYAML.cpp319 IO &IO, MachOYAML::Relocation &Relocation) { in mapping()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDStatepointLowering.cpp1249 SDValue Relocation = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), in visitGCRelocate() local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDCOFFDumper.cpp263 for (const auto &Relocation : Relocations) { in resolveSymbol() local
334 for (const auto &Relocation : Relocations) { in printBinaryBlockWithRelocs() local
HDARMWinEHPrinter.cpp256 for (const auto &Relocation : Section.relocations()) { in getRelocatedSymbol() local
HDELFDumper.cpp192 template <class ELFT> class Relocation { class
194 Relocation(const typename ELFT::Rel &R, bool IsMips64EL) in Relocation() function in __anon3fe1dbd50111::Relocation
198 Relocation(const typename ELFT::Rela &R, bool IsMips64EL) in Relocation() function in __anon3fe1dbd50111::Relocation
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVCodeViewReader.cpp186 for (const RelocationRef &Relocation : Relocations) { in resolveSymbol() local