Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DDecompressor.h48 static bool isCompressedELFSection(uint64_t Flags, StringRef Name);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DDecompressor.cpp91 bool Decompressor::isCompressedELFSection(uint64_t Flags, StringRef Name) { in isCompressedELFSection() function in Decompressor