Home
last modified time | relevance | path

Searched defs:SectionContent (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/tools/llvm-readobj/
H A DObjDumper.cpp147 maybeDecompress(const object::ObjectFile & Obj,StringRef SectionName,StringRef & SectionContent,SmallString<0> & Out) maybeDecompress() argument
168 StringRef SectionContent = printSectionsAsString() local
185 StringRef SectionContent = printSectionsAsHex() local
[all...]
/llvm-project/llvm/unittests/Object/
H A DGOFFObjectFileTest.cpp597 Expected<StringRef> SectionContent = Section.getContents(); in TEST() local