Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFVerifier.h155 bool verifyUnitContents(DWARFUnit &Unit, uint8_t UnitType = 0);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp174 bool DWARFVerifier::verifyUnitContents(DWARFUnit &Unit, uint8_t UnitType) { in verifyUnitContents() function in DWARFVerifier
306 if (!verifyUnitContents(*Unit, UnitType)) in handleDebugInfo()