Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h36 class OwnedDataSection; variable
515 OwnedDataSection(StringRef SecName, ArrayRef<uint8_t> Data) OwnedDataSection() function
523 OwnedDataSection(const Twine &SecName, uint64_t SecAddr, uint64_t SecFlags, OwnedDataSection() function
532 OwnedDataSection(SectionBase &S, ArrayRef<uint8_t> Data) OwnedDataSection() function
[all...]
H A DELFObject.cpp87 visit(OwnedDataSection &) visit() argument
[all...]