Home
last modified time | relevance | path

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

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