Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/
H A DELFObject.h36 class OwnedDataSection; variable
508 OwnedDataSection(StringRef SecName, ArrayRef<uint8_t> Data) in OwnedDataSection() function
516 OwnedDataSection(const Twine &SecName, uint64_t SecAddr, uint64_t SecFlags, in OwnedDataSection() function
525 OwnedDataSection(SectionBase &S, ArrayRef<uint8_t> Data) in OwnedDataSection() function
H A DELFObject.cpp87 template <class ELFT> Error ELFSectionSizer<ELFT>::visit(OwnedDataSection &) { in visit() argument