Home
last modified time | relevance | path

Searched refs:doesFormBelongToClass (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp217 return doesFormBelongToClass(Form, FC, U ? U->getVersion() : 3); in isFormClass()
642 if (!doesFormBelongToClass(Form, FC_Address, U ? U->getVersion() : 3)) in getAsSectionedAddress()
771 bool llvm::dwarf::doesFormBelongToClass(dwarf::Form Form, DWARFFormValue::FormClass FC, in doesFormBelongToClass() function in llvm::dwarf
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h433 bool doesFormBelongToClass(dwarf::Form Form, DWARFFormValue::FormClass FC,
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1540 dwarf::doesFormBelongToClass(AttrSpec.Form, in cloneScalarAttribute()