Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp240 Encoding == dwarf::DW_ATE_unsigned_fixed || in isUnsignedDIType()
247 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/llvm/lib/IR/
H A DDebugInfoMetadata.cpp905 case dwarf::DW_ATE_unsigned_fixed: in getSignedness()
H A DVerifier.cpp1252 N.getEncoding() == dwarf::DW_ATE_unsigned_fixed, in visitDIFixedPointType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1112 Encoding = llvm::dwarf::DW_ATE_unsigned_fixed; in CreateType()