Searched refs:extractValue (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFFormValue.h | 95 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 D | DWARFAcceleratorTable.cpp | 121 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 D | DWARFAbbreviationDeclaration.cpp | 179 if (FormValue.extractValue(DebugInfoData, &Offset, U.getFormParams(), &U)) in getAttributeValueFromOffset()
|
| H A D | DWARFFormValue.cpp | 105 FormValue.extractValue(U->getDebugInfoExtractor(), OffsetPtr, in createFromUnit() 246 bool DWARFFormValue::extractValue(const DWARFDataExtractor &Data, in extractValue() function in DWARFFormValue
|
| H A D | DWARFDebugLine.cpp | 287 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 D | DWARFLinker.cpp | 668 Val.extractValue(Data, &Offset, Unit.getFormParams(), &Unit); in lookForRefDIEsToKeep() 1558 Val.extractValue(Data, &Offset, U.getFormParams(), &U); in cloneDIE()
|