Home
last modified time | relevance | path

Searched defs:RelocationSection (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h623 struct RelocationSection : Section { global() struct
627 RelocationSectionRelocationSection RelocationSection() argument
629 getEntriesRelocationSection getEntries() argument
633 classofRelocationSection classof() argument
/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h39 class RelocationSection; variable
913 RelocationSection(const Object &O) : Obj(O) {} RelocationSection() function
[all...]
/llvm-project/bolt/lib/Rewrite/
H A DRewriteInstance.cpp2079 const ELFShdrTy *RelocationSection = cantFail(EF.getSection(Rel.d.a)); getRelocationAddend() local
2107 const ELFShdrTy *RelocationSection = cantFail(EF.getSection(Rel.d.a)); getRelocationSymbol() local
/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1719 RelocationSection<ELFT>::RelocationSection(StringRef name, bool combreloc, RelocationSection() function in RelocationSection