Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h193 bool validateForms();
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp95 bool AppleAcceleratorTable::validateForms() { in validateForms() function in AppleAcceleratorTable
H A DDWARFVerifier.cpp910 if (!AccelTable.validateForms()) { in verifyAppleAccelTable()