Home
last modified time | relevance | path

Searched refs:DW_AT_export_symbols (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dinline-namespace.ll4 ; Check that an inline namespace is emitted with DW_AT_export_symbols
8 ; CHECK-NOT: DW_AT_export_symbols
14 ; CHECK: DW_AT_export_symbols [DW_FORM_flag_present] (true)
/external/elfutils/libdw/
Ddwarf.h292 DW_AT_export_symbols = 0x89, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1161 addFlag(NDie, dwarf::DW_AT_export_symbols); in getOrCreateNameSpace()