Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h623 struct RelocationSection : Section { struct
627 RelocationSection() : Section(ChunkKind::Relocation) {} in RelocationSection() argument
629 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
633 static bool classof(const Chunk *S) { in classof()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h39 class RelocationSection; variable
913 RelocationSection(const Object &O) : Obj(O) {} in RelocationSection() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1721 RelocationSection<ELFT>::RelocationSection(StringRef name, bool combreloc, in RelocationSection() function in RelocationSection