Home
last modified time | relevance | path

Searched refs:isFormClass (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp214 bool DWARFFormValue::isFormClass(DWARFFormValue::FormClass FC) const { in isFormClass() function in DWARFFormValue
629 if (!isFormClass(FC_String)) in getAsCString()
677 if (!isFormClass(FC_Address)) in getAsSectionedAddress()
704 if (!isFormClass(FC_Reference)) in getAsRelativeReference()
725 if (!isFormClass(FC_SectionOffset)) in getAsSectionOffset()
731 if ((!isFormClass(FC_Constant) && !isFormClass(FC_Flag)) || in getAsUnsignedConstant()
738 if ((!isFormClass(FC_Constant) && !isFormClass(FC_Flag)) || in getAsSignedConstant()
757 if (!isFormClass(FC_Block) && !isFormClass(FC_Exprloc) && in getAsBlock()
764 if (!isFormClass(FC_String) && Form == DW_FORM_string) in getAsCStringOffset()
770 if (!isFormClass(FC_Reference)) in getAsReferenceUVal()
[all …]
H A DDWARFDie.cpp74 assert(FormValue.isFormClass(DWARFFormValue::FC_SectionOffset) && in dumpLocationList()
94 assert((FormValue.isFormClass(DWARFFormValue::FC_Block) || in dumpLocationExpr()
95 FormValue.isFormClass(DWARFFormValue::FC_Exprloc)) && in dumpLocationExpr()
176 FormValue.isFormClass(DWARFFormValue::FC_SectionOffset)) in dumpAttribute()
179 else if (FormValue.isFormClass(DWARFFormValue::FC_Exprloc) || in dumpAttribute()
181 FormValue.isFormClass(DWARFFormValue::FC_Block))) in dumpAttribute()
H A DDWARFAcceleratorTable.cpp101 if ((!FormValue.isFormClass(DWARFFormValue::FC_Constant) && in validateForms()
102 !FormValue.isFormClass(DWARFFormValue::FC_Flag)) || in validateForms()
H A DDWARFVerifier.cpp1282 if (!DWARFFormValue(AttrEnc.Form).isFormClass(Iter->Class)) { in verifyNameIndexAttribute()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp261 return FormValue.isFormClass(DWARFFormValue::FC_Flag); in processOneAttribute()
317 if (FormValue.isFormClass(DWARFFormValue::FC_Block)) { in processOneAttribute()
322 } else if (FormValue.isFormClass(DWARFFormValue::FC_Constant)) { in processOneAttribute()
994 if (FormValue.isFormClass(DWARFFormValue::FC_Block) || in processLocationList()
996 FormValue.isFormClass(DWARFFormValue::FC_Exprloc))) { in processLocationList()
1012 FormValue.isFormClass(DWARFFormValue::FC_SectionOffset)) { in processLocationList()
1066 if (FormValue.isFormClass(DWARFFormValue::FC_Constant)) in processLocationMember()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h80 bool isFormClass(FormClass FC) const;
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp72 assert(RefValue.isFormClass(DWARFFormValue::FC_Reference)); in resolveDIEReference()
661 if (!Val.isFormClass(DWARFFormValue::FC_Reference) || in lookForRefDIEsToKeep()
1127 (Val.isFormClass(DWARFFormValue::FC_Block) || in cloneBlockAttribute()
1128 Val.isFormClass(DWARFFormValue::FC_Exprloc))) { in cloneBlockAttribute()
1445 !DWARFFormValue(AttrSpec.Form).isFormClass(DWARFFormValue::FC_Block); in shouldSkipAttribute()
2058 if (!Ref->isFormClass(DWARFFormValue::FC_Reference)) in hashFullyQualifiedName()