Home
last modified time | relevance | path

Searched refs:DW_TAG_constant (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp210 case DW_TAG_constant: in IndexUnitImpl()
345 case DW_TAG_constant: in IndexUnitImpl()
H A DSymbolFileDWARF.cpp3464 if (tag != DW_TAG_variable && tag != DW_TAG_constant && in ParseVariableDIE()
3771 if (tag != DW_TAG_variable && tag != DW_TAG_constant) in ParseAndAppendGlobalVariable()
3920 if ((tag == DW_TAG_variable) || (tag == DW_TAG_constant) || in ParseVariablesInFunctionContextRecursive()
H A DDWARFASTParserClang.cpp3249 case DW_TAG_constant: in GetClangDeclForDIE()
3286 case DW_TAG_constant: in GetClangDeclForDIE()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h64 #define DW_TAG_constant 0x27 macro
H A Ddwarf_dump.c1443 case DW_TAG_constant: in dwarf_get_TAG_name()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp48 case dwarf::DW_TAG_constant: in createElement()
161 case dwarf::DW_TAG_constant: in createElement()
H A DLVCodeViewVisitor.cpp3082 CurrentSymbol->setTag(dwarf::DW_TAG_constant); in createElement()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp135 case dwarf::DW_TAG_constant: in isTypeTag()
420 DIE.getTag() == dwarf::DW_TAG_constant) && in getVariableRelocAdjustment()
624 case dwarf::DW_TAG_constant: in shouldKeepDIE()