Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DDecompressor.h49 static bool isCompressedELFSection(uint64_t Flags, StringRef Name);
/freebsd-12.1/contrib/llvm/lib/Object/
H A DDecompressor.cpp87 bool Decompressor::isCompressedELFSection(uint64_t Flags, StringRef Name) { in isCompressedELFSection() function in Decompressor