Home
last modified time | relevance | path

Searched refs:DW_AT_macros (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFDebugMacro.cpp121 if (auto MacroOffset = toSectionOffset(CUDIE.find(DW_AT_macros))) in parseImpl()
/freebsd-13-stable/contrib/elftoolchain/libdwarf/
HDdwarf.h225 #define DW_AT_macros 0x79 macro
HDdwarf_dump.c271 case DW_AT_macros: in dwarf_get_AT_name()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDDIEAttributeCloner.cpp326 case dwarf::DW_AT_macros: { in cloneScalarAttr()
HDDWARFLinkerCompileUnit.cpp903 dwarf::toSectionOffset(OrigUnitDie.find(dwarf::DW_AT_macros))) { in cloneAndEmitDebugMacro()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
HDDWARFStreamer.cpp1322 } else if (V.getAttribute() == dwarf::DW_AT_macros) { in emitMacroTableImpl()
HDDWARFLinker.cpp1425 if (AttrSpec.Attr == dwarf::DW_AT_macros) { in cloneScalarAttribute()
2114 dwarf::toSectionOffset(OrigUnitDie.find(dwarf::DW_AT_macros))) { in rememberUnitForMacroOffset()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.cpp1363 TheCU.getUnitDie(), dwarf::DW_AT_macros, U.getMacroLabelBegin(), in finalizeModuleInfo()
1367 ? dwarf::DW_AT_macros in finalizeModuleInfo()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp1322 dwarf_cu_die.GetAttributeValueAsUnsigned(DW_AT_macros, DW_INVALID_OFFSET); in ParseDebugMacros()