Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp467 ArrayRef<uint8_t> SectionBytes = arrayRefFromStringRef(*Contents); in parseCodeSections() local
469 parseSectionContents(SectionBytes, in parseCodeSections()
475 void FileAnalysis::parseSectionContents(ArrayRef<uint8_t> SectionBytes, in parseSectionContents() argument
482 for (uint64_t Byte = 0; Byte < SectionBytes.size();) { in parseSectionContents()
485 SectionBytes.drop_front(Byte), 0, in parseSectionContents()
H A DFileAnalysis.h181 void parseSectionContents(ArrayRef<uint8_t> SectionBytes,