Searched refs:extractValue (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h90 bool extractValue(const DWARFDataExtractor &Data, uint64_t *OffsetPtr,
95 bool extractValue(const DWARFDataExtractor &Data, uint64_t *OffsetPtr, function in class:llvm::DWARFFormValue
97 return extractValue(Data, OffsetPtr, FormParams, nullptr, U);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp171 if (FormValue.extractValue(DebugInfoData, &Offset, U.getFormParams(), &U))
H A DDWARFAcceleratorTable.cpp122 FormValue.extractValue(AccelSection, HashDataOffset, FormParams);
187 if (Atom.extractValue(AccelSection, DataOffset, FormParams)) {
273 Atom.extractValue(AccelTable.AccelSection, Offset, FormParams);
618 if (!Value.extractValue(AS, Offset, FormParams))
H A DDWARFFormValue.cpp103 FormValue.extractValue(U->getDebugInfoExtractor(), OffsetPtr,
236 bool DWARFFormValue::extractValue(const DWARFDataExtractor &Data, function in class:DWARFFormValue
H A DDWARFDebugLine.cpp236 if (!Value.extractValue(DebugLineData, OffsetPtr, FormParams, &Ctx, U))
263 if (!Value.extractValue(DebugLineData, OffsetPtr, FormParams, &Ctx, U))

Completed in 98 milliseconds