Searched refs:SectionContentsOrErr (Results 1 – 1 of 1) sorted by relevance
421 Expected<StringRef> SectionContentsOrErr = Section.getContents(); in createInstructions() local422 if (!SectionContentsOrErr) in createInstructions()434 ArrayRef<uint8_t> Bytes = arrayRefFromStringRef(*SectionContentsOrErr); in createInstructions()