Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.h26 struct Relocation { struct
28 Relocation(const object::coff_relocation &R) : Reloc(R) {} in Relocation() argument
37 std::vector<Relocation> Relocs; argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
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 DCOFFYAML.h58 struct Relocation { struct
62 // Normally a Relocation can refer to the symbol via its name. argument
89 std::vector<Relocation> Relocations; argument
H A DXCOFFYAML.h65 struct Relocation { struct
83 TypeRelocation global() argument
221 LLVM_YAML_IS_SEQUENCE_VECTOR(XCOFFYAML::Relocation) LLVM_YAML_IS_SEQUENCE_VECTOR() argument
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.h202 Relocation, global() enumerator
604 struct Relocation { global() struct
612 SymbolRelocation global() argument
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DRelocations.h121 struct Relocation { global() struct
139 symRelocation global() argument
H A DThunks.h53 const Relocation &) const { in isCompatibleWith()
H A DInputSection.cpp1069 switchMorestackCallsToMorestackNonSplit(DenseSet<Defined * > & prologues,SmallVector<Relocation *,0> & morestackCalls) switchMorestackCallsToMorestackNonSplit() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h741 struct Relocation { global() struct
757 TypeRelocation global() argument
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp663 for (const auto &Relocation : Sec.Relocations) writeSection() local
805 for (auto &Relocation : Sec->Relocations) { assignFileOffsets() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp321 void MappingTraits<WasmYAML::Relocation>::mapping( in mapping() argument
H A DMachOYAML.cpp319 IO &IO, MachOYAML::Relocation &Relocation) { in mapping()
/freebsd-src/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp540 relaxTlsIeToLe(uint8_t * loc,const Relocation &,uint64_t val) relaxTlsIeToLe() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1246 SDValue Relocation = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), visitGCRelocate() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp262 for (const auto &Relocation : Relocations) { resolveSymbol() local
333 for (const auto &Relocation : Relocations) { printBinaryBlockWithRelocs() local
H A DARMWinEHPrinter.cpp256 for (const auto &Relocation : Section.relocations()) { in getRelocatedSymbol() local
H A DELFDumper.cpp189 template <class ELFT> class Relocation { global() class
191 Relocation(const typename ELFT::Rel &R, bool IsMips64EL) Relocation() function in __anon84b87b4e0111::Relocation
195 Relocation(const typename ELFT::Rela &R, bool IsMips64EL) Relocation() function in __anon84b87b4e0111::Relocation
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp186 for (const RelocationRef &Relocation : Relocations) { in resolveSymbol() local