Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
161 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::Relocation) in LLVM_YAML_IS_SEQUENCE_VECTOR()
H A DWasmYAML.h110 struct Relocation { struct
111 RelocType Type;
112 uint32_t Index;
115 yaml::Hex32 Offset;
116 int64_t Addend;
H A DELFYAML.h184 Relocation, enumerator
589 struct Relocation { struct
597 Optional<std::vector<Relocation>> Relocations; argument
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DObject.h27 struct Relocation { struct
29 Relocation(const object::coff_relocation &R) : Reloc(R) {} in Relocation() function
38 std::vector<Relocation> Relocs; argument
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.h724 struct Relocation { struct
740 class RelocationSectionBase : public SectionBase { argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DELFObjectFile.cpp632 for (const auto &Relocation : RelaPlt->relocations()) { in getPltAddresses() local
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Dobject.py357 class Relocation(LLVMObject): class
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp665 for (const auto &Relocation : Sec.Relocations) in writeSection() local
995 for (auto &Relocation : Sec->Relocations) { in assignFileOffsets() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp279 IO &IO, MachOYAML::Relocation &Relocation) { in mapping()
H A DWasmYAML.cpp318 IO &IO, WasmYAML::Relocation &Relocation) { in mapping()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1209 SDValue Relocation = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), in visitGCRelocate() local
/netbsd-src/external/apache2/llvm/dist/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.cpp233 for (const auto &Relocation : Section.relocations()) { in getRelocatedSymbol() local
H A DELFDumper.cpp184 template <class ELFT> class Relocation { class
186 Relocation(const typename ELFT::Rel &R, bool IsMips64EL) in Relocation() function in __anond60e1ac70111::Relocation
190 Relocation(const typename ELFT::Rela &R, bool IsMips64EL) in Relocation() function in __anond60e1ac70111::Relocation