Home
last modified time | relevance | path

Searched defs:OwnedDataSection (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h36 class OwnedDataSection; variable
631 OwnedDataSection(StringRef SecName, ArrayRef<uint8_t> Data) in OwnedDataSection() function
639 OwnedDataSection(const Twine &SecName, uint64_t SecAddr, uint64_t SecFlags, in OwnedDataSection() function
648 OwnedDataSection(SectionBase &S, ArrayRef<uint8_t> Data) in OwnedDataSection() function
H A DELFObject.cpp89 template <class ELFT> Error ELFSectionSizer<ELFT>::visit(OwnedDataSection &) { in visit() argument