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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h98 bool extractValue(const DWARFDataExtractor &Data, uint64_t *OffsetPtr,
103 bool extractValue(const DWARFDataExtractor &Data, uint64_t *OffsetPtr, function in class:llvm::DWARFFormValue
105 return extractValue(Data, OffsetPtr, FormParams, nullptr, U);
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp201 if (FormValue.extractValue(DebugInfoData, &Offset, U.getFormParams(), &U))
H A DDWARFAcceleratorTable.cpp133 FormValue.extractValue(AccelSection, HashDataOffset, FormParams);
197 if (Atom.extractValue(AccelSection, DataOffset, FormParams)) {
279 FormValue.extractValue(Table.AccelSection, Offset, Table.FormParams);
711 if (!Value.extractValue(AS, Offset, FormParams))
H A DDWARFFormValue.cpp105 FormValue.extractValue(U->getDebugInfoExtractor(), OffsetPtr,
220 bool DWARFFormValue::extractValue(const DWARFDataExtractor &Data, function in class:DWARFFormValue
H A DDWARFDebugLine.cpp292 if (!Value.extractValue(DebugLineData, OffsetPtr, FormParams, &Ctx, U))
319 if (!Value.extractValue(DebugLineData, OffsetPtr, FormParams, &Ctx, U))
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEAttributeCloner.cpp57 Val.extractValue(Data, &Offset, InUnit.getFormParams(),
H A DDependencyTracker.cpp634 Val.extractValue(Data, &Offset, Unit.getFormParams(), &Unit);
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp754 Val.extractValue(Data, &Offset, Unit.getFormParams(), &Unit);
1762 Val.extractValue(Data, &Offset, U.getFormParams(), &U);

Completed in 108 milliseconds