Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp187 DataExtractor DebugInfoData = U->getDebugInfoExtractor(); in extractFast() local
189 if (Offset >= UEndOffset || !DebugInfoData.isValidOffset(Offset)) in extractFast()
191 uint64_t AbbrCode = DebugInfoData.getULEB128(OffsetPtr); in extractFast()
215 else if (!DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, U)) { in extractFast()
243 DataExtractor DebugInfoData = U->getDebugInfoExtractor(); in getAttributeValue() local
247 DebugInfoData.getULEB128(&DebugInfoOffset); in getAttributeValue()
252 DebugInfoData, &DebugInfoOffset, U); in getAttributeValue()
256 return FormValue.extractValue(DebugInfoData, &DebugInfoOffset, U); in getAttributeValue()