Searched refs:SectionBytes (Results 1 – 3 of 3) sorted by relevance
471 ArrayRef<uint8_t> SectionBytes = arrayRefFromStringRef(*Contents); in parseCodeSections() local473 parseSectionContents(SectionBytes, in parseCodeSections()479 void FileAnalysis::parseSectionContents(ArrayRef<uint8_t> SectionBytes, in parseSectionContents() argument486 for (uint64_t Byte = 0; Byte < SectionBytes.size();) { in parseSectionContents()489 SectionBytes.drop_front(Byte), 0, in parseSectionContents()
181 void parseSectionContents(ArrayRef<uint8_t> SectionBytes,
561 size_t SectionBytes = in finalizeCGProfile() local563 Frag->getContents().resize(SectionBytes); in finalizeCGProfile()