Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp112 uint8_t &UnitType, bool &isUnitDWARF64) { in verifyUnitHeader() argument
127 isUnitDWARF64 = true; in verifyUnitHeader()
264 bool isUnitDWARF64 = false; in handleDebugInfo() local
272 isUnitDWARF64)) { in handleDebugInfo()
274 if (isUnitDWARF64) in handleDebugInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFVerifier.h138 bool &isUnitDWARF64);