Home
last modified time | relevance | path

Searched refs:DW_AT_APPLE_flags (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h295 #define DW_AT_APPLE_flags 0x3fe2 macro
H A Ddwarf_dump.c395 case DW_AT_APPLE_flags: in dwarf_get_AT_name()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp806 EmitAbbrev(MCOS, dwarf::DW_AT_APPLE_flags, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1052 NewCU.addString(Die, dwarf::DW_AT_APPLE_flags, Flags); in finishUnitAttributes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp4478 const char *flags = die.GetAttributeValueAsString(DW_AT_APPLE_flags, NULL); in GetCompileOptions()