Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp421 Expected<StringRef> SectionContentsOrErr = Section.getContents(); in createInstructions() local
422 if (!SectionContentsOrErr) in createInstructions()
434 ArrayRef<uint8_t> Bytes = arrayRefFromStringRef(*SectionContentsOrErr); in createInstructions()