Home
last modified time | relevance | path

Searched refs:shouldSkipAttribute (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEAttributeCloner.h139 shouldSkipAttribute(DWARFAbbreviationDeclaration::AttributeSpec AttrSpec);
H A DDIEAttributeCloner.cpp50 if (shouldSkipAttribute(AttrSpec)) { in clone()
138 bool DIEAttributeCloner::shouldSkipAttribute( in shouldSkipAttribute() function in DIEAttributeCloner
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1645 shouldSkipAttribute(bool Update, in shouldSkipAttribute() function
1766 if (shouldSkipAttribute(Update, AttrSpec, Flags & TF_SkipPC)) { in cloneDIE()