Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h568 #define DW_VIS_exported 0x02 macro
H A Ddwarf_dump.c1639 case DW_VIS_exported: in dwarf_get_VIS_name()
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp366 case DW_VIS_exported: in VisibilityString()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h191 DW_VIS_exported = 0x02, enumerator
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c456 return (vis == DW_VIS_exported); in die_isglobal()