Home
last modified time | relevance | path

Searched defs:StringTableSection (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.h37 class StringTableSection; variable
593 StringTableSection() : StrTabBuilder(StringTableBuilder::ELF) { in StringTableSection() function
H A DELFObject.cpp91 template <class ELFT> Error ELFSectionSizer<ELFT>::visit(StringTableSection &) { in visit() argument