Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp608 DWARFDataExtractor debug_info_data = U->getDebugInfoExtractor(); in dump() local
618 if (debug_info_data.isValidOffset(offset)) { in dump()
619 uint32_t abbrCode = debug_info_data.getULEB128(&offset); in dump()