Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DRelocation.h32 struct Relocation { struct
41 /// Relocation type. argument
59 static bool skipRelocationType(uint64_t Type); argument
122 /// Relocation ordering by offset. argument
/llvm-project-15.0.7/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.h30 struct Relocation { struct
32 llvm::yaml::Hex32 address;
34 uint32_t symbolnum;
58 std::vector<Relocation> relocations; argument
164 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::Relocation) in LLVM_YAML_IS_SEQUENCE_VECTOR()
H A DXCOFFYAML.h64 struct Relocation { struct
82 std::vector<Relocation> Relocations; argument
220 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.h187 Relocation, enumerator
588 struct Relocation { struct
596 Optional<std::vector<Relocation>> Relocations; argument
/llvm-project-15.0.7/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.h27 struct Relocation { struct
29 Relocation(const object::coff_relocation &R) : Reloc(R) {} in Relocation() argument
38 std::vector<Relocation> Relocs; argument
/llvm-project-15.0.7/lld/ELF/
H A DRelocations.h109 struct Relocation { struct
127 // Call reportUndefinedSymbols() after calling scanRelocations() to emit argument
H A DThunks.h54 const Relocation &) const { in isCompatibleWith()
H A DInputSection.cpp1102 SmallVector<Relocation *, 0> &morestackCalls) { in switchMorestackCallsToMorestackNonSplit()
/llvm-project-15.0.7/bolt/lib/Target/X86/
H A DX86MCSymbolizer.cpp88 const Relocation *Relocation = in tryAddingSymbolicOperand() local
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.h729 struct Relocation { struct
745 class RelocationSectionBase : public SectionBase { argument
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinarySection.cpp88 for (const Relocation &Relocation : relocations()) { in emitAsData() local
H A DBinaryEmitter.cpp552 const Relocation &Relocation = It->second; in emitConstantIslands() local
H A DBinaryFunction.cpp1334 const Relocation &Relocation = Itr->second; in disassemble() local
1524 Relocation &Relocation = Itr->second; in scanExternalRefs() local
/llvm-project-15.0.7/llvm/bindings/python/llvm/
H A Dobject.py357 class Relocation(LLVMObject): class
/llvm-project-15.0.7/llvm/lib/Object/
H A DELFObjectFile.cpp660 for (const auto &Relocation : RelaPlt->relocations()) { in getPltAddresses() local
/llvm-project-15.0.7/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
/llvm-project-15.0.7/lld/ELF/Arch/
H A DX86_64.cpp513 void X86_64::relaxTlsIeToLe(uint8_t *loc, const Relocation &, in relaxTlsIeToLe()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp320 IO &IO, WasmYAML::Relocation &Relocation) { in mapping()
H A DMachOYAML.cpp308 IO &IO, MachOYAML::Relocation &Relocation) { in mapping()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp263 for (const auto &Relocation : Relocations) { in resolveSymbol() local
334 for (const auto &Relocation : Relocations) { in printBinaryBlockWithRelocs() local
H A DARMWinEHPrinter.cpp254 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 __anon01236eac0111::Relocation
195 Relocation(const typename ELFT::Rela &R, bool IsMips64EL) in Relocation() function in __anon01236eac0111::Relocation
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1274 SDValue Relocation = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), in visitGCRelocate() local