Searched refs:isCompressedELFSection (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DDecompressor.h48 static bool isCompressedELFSection(uint64_t Flags, StringRef Name);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DDecompressor.cpp91 bool Decompressor::isCompressedELFSection(uint64_t Flags, StringRef Name) { function in class:Decompressor
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3329 if (result == 0 || !llvm::object::Decompressor::isCompressedELFSection(

Completed in 172 milliseconds