Home
last modified time | relevance | path

Searched refs:getChType (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h676 uint64_t getChType() const { return ChType; } in getChType() function
692 : SectionBase(Sec), ChType(Sec.getChType()) { in DecompressedSection()