Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h36 class OwnedDataSection; variable
631 OwnedDataSection(StringRef SecName, ArrayRef<uint8_t> Data) OwnedDataSection() function
639 OwnedDataSection(const Twine &SecName, uint64_t SecAddr, uint64_t SecFlags, OwnedDataSection() function
648 OwnedDataSection(SectionBase &S, ArrayRef<uint8_t> Data) OwnedDataSection() function
[all...]
H A DELFObject.cpp89 visit(OwnedDataSection &) visit() argument
[all...]