Home
last modified time | relevance | path

Searched refs:DW_ATE_unsigned_fixed (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp233 Encoding == dwarf::DW_ATE_unsigned_fixed || in isUnsignedDIType()
240 Encoding == llvm::dwarf::DW_ATE_unsigned_fixed || in isUnsignedDIType()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h549 #define DW_ATE_unsigned_fixed 0xe macro
H A Ddwarf_dump.c459 case DW_ATE_unsigned_fixed: in dwarf_get_ATE_name()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp952 Encoding = llvm::dwarf::DW_ATE_unsigned_fixed; in CreateType()