Home
last modified time | relevance | path

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

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