Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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,
/llvm-project-15.0.7/llvm/unittests/tools/llvm-cfi-verify/
H A DGraphBuilder.cpp116 void parseSectionContents(ArrayRef<uint8_t> SectionBytes, in parseSectionContents() argument
118 FileAnalysis::parseSectionContents(SectionBytes, Address); in parseSectionContents()
H A DFileAnalysis.cpp54 void parseSectionContents(ArrayRef<uint8_t> SectionBytes, in parseSectionContents() argument
56 FileAnalysis::parseSectionContents(SectionBytes, Address); in parseSectionContents()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCMachOStreamer.cpp562 size_t SectionBytes = in finalizeCGProfile() local
564 Frag->getContents().resize(SectionBytes); in finalizeCGProfile()