| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | Relocation.h | 32 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 D | COFFYAML.h | 57 struct Relocation { struct 61 // Normally a Relocation can refer to the symbol via its name. argument 77 std::vector<Relocation> Relocations; argument
|
| H A D | MachOYAML.h | 30 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 D | XCOFFYAML.h | 64 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 D | WasmYAML.h | 114 struct Relocation { struct 115 RelocType Type; 116 uint32_t Index; 119 yaml::Hex32 Offset; 120 int64_t Addend;
|
| H A D | ELFYAML.h | 187 Relocation, enumerator 588 struct Relocation { struct 596 Optional<std::vector<Relocation>> Relocations; argument
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/COFF/ |
| H A D | COFFObject.h | 27 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 D | Relocations.h | 109 struct Relocation { struct 127 // Call reportUndefinedSymbols() after calling scanRelocations() to emit argument
|
| H A D | Thunks.h | 54 const Relocation &) const { in isCompatibleWith()
|
| H A D | InputSection.cpp | 1102 SmallVector<Relocation *, 0> &morestackCalls) { in switchMorestackCallsToMorestackNonSplit()
|
| /llvm-project-15.0.7/bolt/lib/Target/X86/ |
| H A D | X86MCSymbolizer.cpp | 88 const Relocation *Relocation = in tryAddingSymbolicOperand() local
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.h | 729 struct Relocation { struct 745 class RelocationSectionBase : public SectionBase { argument
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinarySection.cpp | 88 for (const Relocation &Relocation : relocations()) { in emitAsData() local
|
| H A D | BinaryEmitter.cpp | 552 const Relocation &Relocation = It->second; in emitConstantIslands() local
|
| H A D | BinaryFunction.cpp | 1334 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 D | object.py | 357 class Relocation(LLVMObject): class
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | ELFObjectFile.cpp | 660 for (const auto &Relocation : RelaPlt->relocations()) { in getPltAddresses() local
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | WinCOFFObjectWriter.cpp | 646 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 D | X86_64.cpp | 513 void X86_64::relaxTlsIeToLe(uint8_t *loc, const Relocation &, in relaxTlsIeToLe()
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | WasmYAML.cpp | 320 IO &IO, WasmYAML::Relocation &Relocation) { in mapping()
|
| H A D | MachOYAML.cpp | 308 IO &IO, MachOYAML::Relocation &Relocation) { in mapping()
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 263 for (const auto &Relocation : Relocations) { in resolveSymbol() local 334 for (const auto &Relocation : Relocations) { in printBinaryBlockWithRelocs() local
|
| H A D | ARMWinEHPrinter.cpp | 254 for (const auto &Relocation : Section.relocations()) { in getRelocatedSymbol() local
|
| H A D | ELFDumper.cpp | 189 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 D | StatepointLowering.cpp | 1274 SDValue Relocation = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), in visitGCRelocate() local
|