Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFDebugInfoEntry.cpp96 DataExtractor DebugInfoData = U->getDebugInfoExtractor(); in extractFast() local
98 if (Offset >= UEndOffset || !DebugInfoData.isValidOffset(Offset)) in extractFast()
100 uint64_t AbbrCode = DebugInfoData.getULEB128(OffsetPtr); in extractFast()
124 else if (!DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, U)) { in extractFast()
152 DataExtractor DebugInfoData = U->getDebugInfoExtractor(); in getAttributeValue() local
156 DebugInfoData.getULEB128(&DebugInfoOffset); in getAttributeValue()
161 DebugInfoData, &DebugInfoOffset, U); in getAttributeValue()
165 return FormValue.extractValue(DebugInfoData, &DebugInfoOffset, U); in getAttributeValue()