Searched refs:SectionBytes (Results 1 – 2 of 2) sorted by relevance
467 ArrayRef<uint8_t> SectionBytes = arrayRefFromStringRef(*Contents); in parseCodeSections() local469 parseSectionContents(SectionBytes, in parseCodeSections()475 void FileAnalysis::parseSectionContents(ArrayRef<uint8_t> SectionBytes, in parseSectionContents() argument482 for (uint64_t Byte = 0; Byte < SectionBytes.size();) { in parseSectionContents()485 SectionBytes.drop_front(Byte), 0, in parseSectionContents()
181 void parseSectionContents(ArrayRef<uint8_t> SectionBytes,