Searched refs:skipValue (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.cpp60 } else if (!DWARFFormValue::skipValue(AttrSpec.Form, DebugInfoData,
H A DDWARFAbbreviationDeclaration.cpp178 DWARFFormValue::skipValue(Spec.Form, DebugInfoData, &Offset,
H A DDWARFFormValue.cpp108 bool DWARFFormValue::skipValue(dwarf::Form Form, DataExtractor DebugInfoData, function in class:DWARFFormValue
348 // DWARFFormValue::skipValue() will have caught this and caused all
H A DDWARFDebugLine.cpp243 if (!Value.skipValue(DebugLineData, OffsetPtr, FormParams))
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h131 bool skipValue(DataExtractor DebugInfoData, uint64_t *OffsetPtr, function in class:llvm::DWARFFormValue
133 return DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, Params);
146 static bool skipValue(dwarf::Form Form, DataExtractor DebugInfoData,
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp190 DWARFFormValue::skipValue(Form, InfoData, &Offset,
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp932 llvm::DWARFFormValue::skipValue(form, infoData, &offset, formParams);

Completed in 78 milliseconds