Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
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.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 DXCOFFYAML.h65 struct Relocation { struct
83 std::vector<Relocation> Relocations; argument
221 LLVM_YAML_IS_SEQUENCE_VECTOR(XCOFFYAML::Relocation) in LLVM_YAML_IS_SEQUENCE_VECTOR()
H A DWasmYAML.h114 struct Relocation { struct
115 RelocType Type;
116 uint32_t Index;
119 yaml::Hex32 Offset;
120 int64_t Addend;
H A DELFYAML.h189 Relocation, enumerator
590 struct Relocation { struct
598 std::optional<std::vector<Relocation>> Relocations; argument
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lld/ELF/
H A DRelocations.h108 struct Relocation { struct
126 // Call reportUndefinedSymbols() after calling scanRelocations() to emit argument
H A DThunks.h53 const Relocation &) const { in isCompatibleWith()
H A DInputSection.cpp988 SmallVector<Relocation *, 0> &morestackCalls) { in switchMorestackCallsToMorestackNonSplit()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.h732 struct Relocation { struct
748 class RelocationSectionBase : public SectionBase { argument
/openbsd-src/gnu/llvm/llvm/bindings/python/llvm/
H A Dobject.py357 class Relocation(LLVMObject): class
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DELFObjectFile.cpp660 for (const auto &Relocation : RelaPlt->relocations()) { in getPltAddresses() local
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp646 for (const auto &Relocation : Sec.Relocations) in writeSection() local
991 for (auto &Relocation : Sec->Relocations) { in assignFileOffsets() local
/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DX86_64.cpp498 static void relaxTlsIeToLe(uint8_t *loc, const Relocation &, uint64_t val) { in relaxTlsIeToLe()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp320 IO &IO, WasmYAML::Relocation &Relocation) { in mapping()
H A DMachOYAML.cpp318 IO &IO, MachOYAML::Relocation &Relocation) { in mapping()
/openbsd-src/gnu/llvm/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.cpp255 for (const auto &Relocation : Section.relocations()) { in getRelocatedSymbol() local
H A DELFDumper.cpp189 template <class ELFT> class Relocation { class
191 Relocation(const typename ELFT::Rel &R, bool IsMips64EL) in Relocation() function in __anon28a7ad930111::Relocation
195 Relocation(const typename ELFT::Rela &R, bool IsMips64EL) in Relocation() function in __anon28a7ad930111::Relocation
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1241 SDValue Relocation = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), in visitGCRelocate() local