Searched refs:isGnuStyle (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DDecompressor.cpp26 Error Err = isGnuStyle(Name) ? D.consumeCompressedGnuHeader()
75 bool Decompressor::isGnuStyle(StringRef Name) { function in class:Decompressor
85 return isGnuStyle(*SecNameOrErr);
92 return (Flags & ELF::SHF_COMPRESSED) || isGnuStyle(Name);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DDecompressor.h51 static bool isGnuStyle(StringRef Name);

Completed in 109 milliseconds