Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h86 bool extractValue(const DWARFDataExtractor &Data, uint32_t *OffsetPtr,
91 bool extractValue(const DWARFDataExtractor &Data, uint32_t *OffsetPtr, in extractValue() function
93 return extractValue(Data, OffsetPtr, FormParams, nullptr, U); in extractValue()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp123 FormValue.extractValue(AccelSection, &HashDataOffset, FormParams); in readAtoms()
188 if (Atom.extractValue(AccelSection, DataOffset, FormParams)) { in dumpName()
274 Atom.extractValue(AccelTable.AccelSection, Offset, FormParams); in extract()
617 if (!Value.extractValue(AS, Offset, FormParams)) in getEntry()
H A DDWARFAbbreviationDeclaration.cpp172 if (FormValue.extractValue(DebugInfoData, &Offset, U.getFormParams(), &U)) in getAttributeValue()
H A DDWARFDie.cpp284 if (!formValue.extractValue(U->getDebugInfoExtractor(), OffsetPtr, in dumpAttribute()
697 bool b = AttrValue.Value.extractValue(U->getDebugInfoExtractor(), in updateForIndex()
H A DDWARFDebugLine.cpp219 if (!Value.extractValue(DebugLineData, OffsetPtr, FormParams, &Ctx, U)) in parseV5DirFileTables()
245 if (!Value.extractValue(DebugLineData, OffsetPtr, FormParams, &Ctx, U)) in parseV5DirFileTables()
H A DDWARFFormValue.cpp205 bool DWARFFormValue::extractValue(const DWARFDataExtractor &Data, in extractValue() function in DWARFFormValue