| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DebugNamesDWARFIndex.cpp | 90 if (entry.tag() != DW_TAG_variable) in GetGlobalVariables() 111 if (entry_or->tag() != DW_TAG_variable) in GetGlobalVariables() 133 if (entry_or->tag() != DW_TAG_variable) in GetGlobalVariables()
|
| H A D | ManualDWARFIndex.cpp | 178 case DW_TAG_variable: in IndexUnitImpl() 321 case DW_TAG_variable: in IndexUnitImpl()
|
| H A D | DWARFDIE.cpp | 406 case DW_TAG_variable: in GetDeclContext()
|
| H A D | DWARFDebugInfoEntry.cpp | 863 if (Tag() != DW_TAG_variable) in IsGlobalOrStaticScopeVariable()
|
| H A D | DWARFASTParserClang.cpp | 3037 if (var_die.Tag() == DW_TAG_variable) in ParseChildArrayInfo() 3126 case DW_TAG_variable: in GetClangDeclForDIE() 3157 case DW_TAG_variable: in GetClangDeclForDIE()
|
| H A D | SymbolFileDWARF.cpp | 2068 if (die.Tag() != DW_TAG_variable) in FindGlobalVariables() 3052 if (tag != DW_TAG_variable && tag != DW_TAG_constant && in ParseVariableDIE() 3454 if ((tag == DW_TAG_variable) || (tag == DW_TAG_constant) || in ParseVariables()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 243 bool IsLocalVar = Tag == dwarf::DW_TAG_variable; in collectStatsForDie() 434 ChildTag == dwarf::DW_TAG_variable) in collectAbstractOriginFnInfo() 596 } else if (Tag == dwarf::DW_TAG_variable) { in collectStatsRecursive() 661 ChildTag == dwarf::DW_TAG_variable) && in updateVarsWithAbstractOriginLocCovInfo() 699 } else if (Tag == dwarf::DW_TAG_variable) { in collectZeroLocCovForVarsWithAbstractOrigin()
|
| /freebsd-13.1/contrib/llvm-project/lld/Common/ |
| H A D | DWARF.cpp | 38 if (die.getTag() != dwarf::DW_TAG_variable) in DWARFCache()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerCompileUnit.cpp | 53 if (DIE.getTag() != dwarf::DW_TAG_variable && in markEverythingAsKept()
|
| H A D | DWARFLinker.cpp | 523 case dwarf::DW_TAG_variable: in shouldKeepDIE() 1326 return (SkipPC || (!InFunctionScope && Tag == dwarf::DW_TAG_variable && in shouldSkipAttribute()
|
| /freebsd-13.1/contrib/elftoolchain/libdwarf/ |
| H A D | dwarf.h | 78 #define DW_TAG_variable 0x34 macro
|
| H A D | dwarf_dump.c | 1407 case DW_TAG_variable: in dwarf_get_TAG_name()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | SourcePrinter.cpp | 79 if (Child.getTag() == dwarf::DW_TAG_variable || in addFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.h | 193 return dwarf::DW_TAG_variable; in getTag()
|
| H A D | DwarfDebug.cpp | 2391 case dwarf::DW_TAG_variable: in computeIndexValue()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFVerifier.cpp | 529 if (DieTag == DW_TAG_variable && RefTag == DW_TAG_member) in verifyDebugInfoAttribute() 1438 case DW_TAG_variable: in verifyNameIndexCompleteness()
|
| H A D | DWARFContext.cpp | 1150 if (Die.getTag() == DW_TAG_variable || in addLocalsForDie()
|
| /freebsd-13.1/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | dwarf.c | 1576 tag != DW_TAG_variable) { in die_function_create() 1728 { DW_TAG_variable, DW_F_NOTDP, die_variable_create },
|
| /freebsd-13.1/contrib/elftoolchain/nm/ |
| H A D | nm.c | 1045 tag != DW_TAG_inlined_subroutine && tag != DW_TAG_variable) in search_line_attr() 1048 if (tag == DW_TAG_variable) { in search_line_attr()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Verifier.cpp | 1396 AssertDI(N.getTag() == dwarf::DW_TAG_variable, "invalid tag", &N); in visitDIGlobalVariable() 1412 AssertDI(N.getTag() == dwarf::DW_TAG_variable, "invalid tag", &N); in visitDILocalVariable()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 2496 : DINode(C, ID, Storage, dwarf::DW_TAG_variable, Ops), Line(Line), in DINode() argument
|