Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/
DFileAnalysis.cpp471 ArrayRef<uint8_t> SectionBytes = arrayRefFromStringRef(*Contents); in parseCodeSections() local
473 parseSectionContents(SectionBytes, in parseCodeSections()
479 void FileAnalysis::parseSectionContents(ArrayRef<uint8_t> SectionBytes, in parseSectionContents() argument
486 for (uint64_t Byte = 0; Byte < SectionBytes.size();) { in parseSectionContents()
489 SectionBytes.drop_front(Byte), 0, in parseSectionContents()
DFileAnalysis.h181 void parseSectionContents(ArrayRef<uint8_t> SectionBytes,
/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCMachOStreamer.cpp561 size_t SectionBytes = in finalizeCGProfile() local
563 Frag->getContents().resize(SectionBytes); in finalizeCGProfile()