HomeSort by: relevance | last modified time | path
    Searched defs:DebugInfoData (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugInfoEntry.cpp 23 DWARFDataExtractor DebugInfoData = U.getDebugInfoExtractor();
25 return extractFast(U, OffsetPtr, DebugInfoData, UEndOffset, 0);
29 const DWARFDataExtractor &DebugInfoData,
33 if (Offset >= UEndOffset || !DebugInfoData.isValidOffset(Offset))
35 uint64_t AbbrCode = DebugInfoData.getULEB128(OffsetPtr);
61 } else if (!DWARFFormValue::skipValue(AttrSpec.Form, DebugInfoData,
DWARFUnit.cpp 363 DWARFDataExtractor DebugInfoData = getDebugInfoExtractor();
367 while (DIE.extractFast(*this, &DIEOffset, DebugInfoData, NextCUOffset,

Completed in 18 milliseconds