Home
last modified time | relevance | path

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

/freebsd/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, in extractValue() function
105 return extractValue(Data, OffsetPtr, FormParams, nullptr, U); in extractValue()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp201 if (FormValue.extractValue(DebugInfoData, &Offset, U.getFormParams(), &U)) in getAttributeValueFromOffset()
H A DDWARFAcceleratorTable.cpp133 FormValue.extractValue(AccelSection, HashDataOffset, FormParams); in readAtoms()
197 if (Atom.extractValue(AccelSection, DataOffset, FormParams)) { in dumpName()
279 FormValue.extractValue(Table.AccelSection, Offset, Table.FormParams); in extract()
787 if (!Value.extractValue(AS, Offset, FormParams)) in getEntry()
H A DDWARFFormValue.cpp105 FormValue.extractValue(U->getDebugInfoExtractor(), OffsetPtr, in createFromUnit()
220 bool DWARFFormValue::extractValue(const DWARFDataExtractor &Data, in extractValue() function in DWARFFormValue
H A DDWARFDebugLine.cpp292 if (!Value.extractValue(DebugLineData, OffsetPtr, FormParams, &Ctx, U)) in parseV5DirFileTables()
319 if (!Value.extractValue(DebugLineData, OffsetPtr, FormParams, &Ctx, U)) in parseV5DirFileTables()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp765 Val.extractValue(Data, &Offset, Unit.getFormParams(), &Unit); in lookForRefDIEsToKeep()
1779 Val.extractValue(Data, &Offset, U.getFormParams(), &U); in cloneDIE()