Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp212 bool DWARFFormValue::isFormClass(DWARFFormValue::FormClass FC) const { in isFormClass() function in DWARFFormValue
626 if (!isFormClass(FC_String)) in getAsCString()
670 if (!isFormClass(FC_Address)) in getAsSectionedAddress()
695 if (!isFormClass(FC_Reference)) in getAsRelativeReference()
716 if (!isFormClass(FC_SectionOffset)) in getAsSectionOffset()
722 if ((!isFormClass(FC_Constant) && !isFormClass(FC_Flag)) || in getAsUnsignedConstant()
729 if ((!isFormClass(FC_Constant) && !isFormClass(FC_Flag)) || in getAsSignedConstant()
748 if (!isFormClass(FC_Block) && !isFormClass(FC_Exprloc) && in getAsBlock()
755 if (!isFormClass(FC_String) && Form == DW_FORM_string) in getAsCStringOffset()
761 if (!isFormClass(FC_Reference)) in getAsReferenceUVal()
H A DDWARFDie.cpp77 if (FormValue.isFormClass(DWARFFormValue::FC_Block) || in dumpLocation()
78 FormValue.isFormClass(DWARFFormValue::FC_Exprloc)) { in dumpLocation()
87 if (FormValue.isFormClass(DWARFFormValue::FC_SectionOffset)) { in dumpLocation()
H A DDWARFAcceleratorTable.cpp102 if ((!FormValue.isFormClass(DWARFFormValue::FC_Constant) && in validateForms()
103 !FormValue.isFormClass(DWARFFormValue::FC_Flag)) || in validateForms()
H A DDWARFVerifier.cpp1181 if (!DWARFFormValue(AttrEnc.Form).isFormClass(Iter->Class)) { in verifyNameIndexAttribute()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h80 bool isFormClass(FormClass FC) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp70 assert(RefValue.isFormClass(DWARFFormValue::FC_Reference)); in resolveDIEReference()
635 if (!Val.isFormClass(DWARFFormValue::FC_Reference) || in lookForRefDIEsToKeep()
1033 (Val.isFormClass(DWARFFormValue::FC_Block) || in cloneBlockAttribute()
1034 Val.isFormClass(DWARFFormValue::FC_Exprloc))) { in cloneBlockAttribute()
1328 !DWARFFormValue(AttrSpec.Form).isFormClass(DWARFFormValue::FC_Block); in shouldSkipAttribute()
1940 if (!Ref->isFormClass(DWARFFormValue::FC_Reference)) in hashFullyQualifiedName()