Home
last modified time | relevance | path

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

/external/llvm/test/DebugInfo/X86/
Dgnu-public-names-empty.ll9 ; CHECK: DW_AT_GNU_pubnames [DW_FORM_flag_present] (true)
Dgnu-public-names.ll49 ; CHECK: DW_AT_GNU_pubnames [DW_FORM_flag_present] (true)
/external/llvm/lib/Support/
DDwarf.cpp271 case DW_AT_GNU_pubnames: return "DW_AT_GNU_pubnames"; in AttributeString()
/external/llvm/include/llvm/Support/
DDwarf.h324 DW_AT_GNU_pubnames = 0x2134, enumerator
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp618 U.addFlag(D, dwarf::DW_AT_GNU_pubnames); in addGnuPubAttributes()