Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DDecompressor.h49 static bool isCompressedELFSection(uint64_t Flags, StringRef Name);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DDecompressor.cpp87 bool Decompressor::isCompressedELFSection(uint64_t Flags, StringRef Name) { in isCompressedELFSection() function in Decompressor