Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.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()
H A DCOFFYAML.h58 struct Relocation { struct
62 // Normally a Relocation can refer to the symbol via its name. argument
89 std::vector<Relocation> Relocations; argument
H A DXCOFFYAML.h65 struct Relocation { struct
84 std::vector<Relocation> Relocations; argument
225 LLVM_YAML_IS_SEQUENCE_VECTOR(XCOFFYAML::Relocation) in LLVM_YAML_IS_SEQUENCE_VECTOR()
H A DWasmYAML.h115 struct Relocation { struct
116 RelocType Type;
117 uint32_t Index;
120 yaml::Hex32 Offset;
121 int64_t Addend;
H A DELFYAML.h229 Relocation, enumerator
632 struct Relocation { struct
640 std::optional<std::vector<Relocation>> Relocations; argument
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.h26 struct Relocation { struct
28 Relocation(const object::coff_relocation &R) : Reloc(R) {} in Relocation() function
37 std::vector<Relocation> Relocs; argument
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.h138 struct Relocation { struct
156 // Call reportUndefinedSymbols() after calling scanRelocations() to emit argument
H A DThunks.h54 const Relocation &) const { in isCompatibleWith()
H A DInputSection.cpp1187 SmallVector<Relocation *, 0> &morestackCalls) { in switchMorestackCallsToMorestackNonSplit()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h861 struct Relocation { struct
877 class RelocationSectionBase : public SectionBase { argument
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DXCOFFLinkGraphBuilder.cpp358 for (object::RelocationRef Relocation : Section.relocations()) { in processRelocations() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp631 for (const auto &Relocation : Sec.Relocations) in writeSection() local
772 for (auto &Relocation : Sec->Relocations) { in assignFileOffsets() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp323 IO &IO, WasmYAML::Relocation &Relocation) { in mapping()
H A DMachOYAML.cpp317 IO &IO, MachOYAML::Relocation &Relocation) { in mapping()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1253 SDValue Relocation = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), in visitGCRelocate() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp264 for (const auto &Relocation : Relocations) { in resolveSymbol() local
335 for (const auto &Relocation : Relocations) { in printBinaryBlockWithRelocs() local
H A DARMWinEHPrinter.cpp257 for (const auto &Relocation : Section.relocations()) { in getRelocatedSymbol() local
H A DELFDumper.cpp193 template <class ELFT> class Relocation { class
195 Relocation(const typename ELFT::Rel &R, bool IsMips64EL) in Relocation() function in __anonbcadc77c0111::Relocation
199 Relocation(const typename ELFT::Rela &R, bool IsMips64EL) in Relocation() function in __anonbcadc77c0111::Relocation
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp181 for (const RelocationRef &Relocation : Relocations) { in resolveSymbol() local