Searched refs:extractValue (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFFormValue.h | 98 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 D | DWARFAbbreviationDeclaration.cpp | 201 if (FormValue.extractValue(DebugInfoData, &Offset, U.getFormParams(), &U)) in getAttributeValueFromOffset()
|
| H A D | DWARFAcceleratorTable.cpp | 133 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 D | DWARFFormValue.cpp | 105 FormValue.extractValue(U->getDebugInfoExtractor(), OffsetPtr, in createFromUnit() 220 bool DWARFFormValue::extractValue(const DWARFDataExtractor &Data, in extractValue() function in DWARFFormValue
|
| H A D | DWARFDebugLine.cpp | 292 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 D | DWARFLinker.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinker.cpp | 765 Val.extractValue(Data, &Offset, Unit.getFormParams(), &Unit); in lookForRefDIEsToKeep() 1779 Val.extractValue(Data, &Offset, U.getFormParams(), &U); in cloneDIE()
|