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.h639 struct RelocationSection : Section { struct
643 RelocationSection() : Section(ChunkKind::Relocation) {} in RelocationSection() function
645 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
649 static bool classof(const Chunk *S) { in classof()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h39 class RelocationSection; variable
917 RelocationSection(const Object &O) : Obj(O) {} in RelocationSection() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1779 RelocationSection<ELFT>::RelocationSection(Ctx &ctx, StringRef name, in RelocationSection() function in RelocationSection