Searched refs:maybeDecompress (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ObjDumper.cpp | 146 static void maybeDecompress(const object::ObjectFile &Obj, in maybeDecompress() function 171 maybeDecompress(Obj, SectionName, SectionContent, Out); in printSectionsAsString() 188 maybeDecompress(Obj, SectionName, SectionContent, Out); in printSectionsAsHex()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 2092 Error maybeDecompress(const object::SectionRef &Sec, StringRef Name, in maybeDecompress() function in __anonfc0a132e1211::DWARFObjInMemory 2180 if (auto Err = maybeDecompress(Section, Name, Data)) { in DWARFObjInMemory()
|