/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
H A D | COFFObject.h | 26 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/llvm/include/llvm/ObjectYAML/ |
H A D | MachOYAML.h | 31 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 D | COFFYAML.h | 58 struct Relocation { struct 62 // Normally a Relocation can refer to the symbol via its name. argument 89 std::vector<Relocation> Relocations; argument
|
H A D | XCOFFYAML.h | 65 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 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 | 214 Relocation, enumerator 616 struct Relocation { struct 624 std::optional<std::vector<Relocation>> Relocations; argument
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Relocations.h | 124 struct Relocation { struct 142 // Call reportUndefinedSymbols() after calling scanRelocations() to emit argument
|
H A D | Thunks.h | 53 const Relocation &) const { in isCompatibleWith()
|
H A D | InputSection.cpp | 1118 SmallVector<Relocation *, 0> &morestackCalls) { in switchMorestackCallsToMorestackNonSplit()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.h | 857 struct Relocation { struct 873 class RelocationSectionBase : public SectionBase { argument
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | WinCOFFObjectWriter.cpp | 633 for (const auto &Relocation : Sec.Relocations) in writeSection() local 774 for (auto &Relocation : Sec->Relocations) { in assignFileOffsets() local
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | X86_64.cpp | 543 static void relaxTlsIeToLe(uint8_t *loc, const Relocation &, uint64_t val) { in relaxTlsIeToLe()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | WasmYAML.cpp | 322 IO &IO, WasmYAML::Relocation &Relocation) { in mapping()
|
H A D | MachOYAML.cpp | 318 void MappingTraits<MachOYAML::Relocation>::mapping( in mapping() argument [all...] |
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | StatepointLowering.cpp | 1249 SDValue Relocation = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), in visitGCRelocate() local
|
/freebsd/contrib/llvm-project/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 | 255 for (const auto &Relocation : Section.relocations()) { getRelocatedSymbol() local
|
H A D | ELFDumper.cpp | 192 template <class ELFT> class Relocation { class 194 Relocation(const typename ELFT::Rel &R, bool IsMips64EL) in Relocation() function in __anonbcadc77c0111::Relocation 198 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 D | LVCodeViewReader.cpp | 186 for (const RelocationRef &Relocation : Relocations) { in resolveSymbol() local
|