Searched defs:SectionContent (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/tools/llvm-readobj/ | ||
H A D | ObjDumper.cpp | 147 maybeDecompress(const object::ObjectFile & Obj,StringRef SectionName,StringRef & SectionContent,SmallString<0> & Out) maybeDecompress() argument |
/llvm-project/llvm/unittests/Object/ | ||
H A D | GOFFObjectFileTest.cpp | 597 Expected<StringRef> SectionContent = Section.getContents(); in TEST() local |