Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.h181 void parseSectionContents(ArrayRef<uint8_t> SectionBytes,
H A DFileAnalysis.cpp469 parseSectionContents(SectionBytes, in parseCodeSections()
475 void FileAnalysis::parseSectionContents(ArrayRef<uint8_t> SectionBytes, in parseSectionContents() function in llvm::cfi_verify::FileAnalysis