Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-cfi-verify/
DFileAnalysis.cpp54 void parseSectionContents(ArrayRef<uint8_t> SectionBytes, in parseSectionContents() function in llvm::cfi_verify::__anona6bbd9fe0111::ELFTestFileAnalysis
56 FileAnalysis::parseSectionContents(SectionBytes, SectionAddress); in parseSectionContents()
98 Analysis.parseSectionContents( in TEST_F()
208 Analysis.parseSectionContents( in TEST_F()
231 Analysis.parseSectionContents( in TEST_F()
266 Analysis.parseSectionContents( in TEST_F()
306 Analysis.parseSectionContents( in TEST_F()
396 Analysis.parseSectionContents( in TEST_F()
501 Analysis.parseSectionContents( in TEST_F()
525 Analysis.parseSectionContents( in TEST_F()
[all …]
DGraphBuilder.cpp116 void parseSectionContents(ArrayRef<uint8_t> SectionBytes, in parseSectionContents() function in llvm::cfi_verify::__anon3ee0c6b30111::ELFx86TestFileAnalysis
118 FileAnalysis::parseSectionContents(SectionBytes, SectionAddress); in parseSectionContents()
154 Analysis.parseSectionContents( in TEST_F()
180 Analysis.parseSectionContents( in TEST_F()
206 Analysis.parseSectionContents( in TEST_F()
245 Analysis.parseSectionContents( in TEST_F()
283 Analysis.parseSectionContents( in TEST_F()
305 Analysis.parseSectionContents( in TEST_F()
320 Analysis.parseSectionContents( in TEST_F()
342 Analysis.parseSectionContents( in TEST_F()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
DFileAnalysis.h176 void parseSectionContents(ArrayRef<uint8_t> SectionBytes,
DFileAnalysis.cpp441 parseSectionContents(SectionBytes, Section.getAddress()); in parseCodeSections()
446 void FileAnalysis::parseSectionContents(ArrayRef<uint8_t> SectionBytes, in parseSectionContents() function in llvm::cfi_verify::FileAnalysis