Searched refs:SectionBytes (Results 1 – 5 of 5) 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,
116 void parseSectionContents(ArrayRef<uint8_t> SectionBytes, in parseSectionContents() argument118 FileAnalysis::parseSectionContents(SectionBytes, Address); in parseSectionContents()
54 void parseSectionContents(ArrayRef<uint8_t> SectionBytes, in parseSectionContents() argument56 FileAnalysis::parseSectionContents(SectionBytes, Address); in parseSectionContents()
562 size_t SectionBytes = in finalizeCGProfile() local564 Frag->getContents().resize(SectionBytes); in finalizeCGProfile()