Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp122 FormValue.extractValue(AccelSection, HashDataOffset, FormParams); in readAtoms()
187 if (Atom.extractValue(AccelSection, DataOffset, FormParams)) { in dumpName()
273 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 getAttributeValue()
H A DDWARFFormValue.cpp103 FormValue.extractValue(U->getDebugInfoExtractor(), OffsetPtr, in createFromUnit()
244 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp642 Val.extractValue(Data, &Offset, Unit.getFormParams(), &Unit); in lookForRefDIEsToKeep()
1438 Val.extractValue(Data, &Offset, U.getFormParams(), &U); in cloneDIE()