Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h95 bool extractValue(const DWARFDataExtractor &Data, uint64_t *OffsetPtr,
100 bool extractValue(const DWARFDataExtractor &Data, uint64_t *OffsetPtr, in extractValue() function
102 return extractValue(Data, OffsetPtr, FormParams, nullptr, U); in extractValue()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp121 FormValue.extractValue(AccelSection, HashDataOffset, FormParams); in readAtoms()
186 if (Atom.extractValue(AccelSection, DataOffset, FormParams)) { in dumpName()
272 Atom.extractValue(AccelTable.AccelSection, Offset, FormParams); in extract()
629 if (!Value.extractValue(AS, Offset, FormParams)) in getEntry()
H A DDWARFAbbreviationDeclaration.cpp179 if (FormValue.extractValue(DebugInfoData, &Offset, U.getFormParams(), &U)) in getAttributeValueFromOffset()
H A DDWARFFormValue.cpp105 FormValue.extractValue(U->getDebugInfoExtractor(), OffsetPtr, in createFromUnit()
246 bool DWARFFormValue::extractValue(const DWARFDataExtractor &Data, in extractValue() function in DWARFFormValue
H A DDWARFDebugLine.cpp287 if (!Value.extractValue(DebugLineData, OffsetPtr, FormParams, &Ctx, U)) in parseV5DirFileTables()
314 if (!Value.extractValue(DebugLineData, OffsetPtr, FormParams, &Ctx, U)) in parseV5DirFileTables()
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp668 Val.extractValue(Data, &Offset, Unit.getFormParams(), &Unit); in lookForRefDIEsToKeep()
1558 Val.extractValue(Data, &Offset, U.getFormParams(), &U); in cloneDIE()