Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h548 #define DW_ATE_signed_fixed 0xd macro
H A Ddwarf_dump.c457 case DW_ATE_signed_fixed: in dwarf_get_ATE_name()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp919 Encoding = llvm::dwarf::DW_ATE_signed_fixed; in CreateType()