search for: dw_ate_lo_us

Displaying 2 results from an estimated 2 matches for "dw_ate_lo_us".

Did you mean: dw_ate_lo_user
2016 Mar 31
2
Question about 'isUnsignedDIType' function on DwarfUnit.cpp
Hi All, I have question about 'isUnsignedDIType' function on 'llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp' When we want to generate object file with dwarf debug format, clang can generates 'DW_ATE_lo_user' encoding for complex integer type as follow: "clang/lib/CodeGen/CGDebugInfo.cpp" llvm::DIType *CGDebugInfo::CreateType(const ComplexType *Ty) { ... if (Ty->isComplexIntegerType()) Encoding = llvm::dwarf::DW_ATE_lo_user; ... There is a assert for DIBasicType's encondi...
2016 Apr 01
0
Question about 'isUnsignedDIType' function on DwarfUnit.cpp
...arfUnit.cpp > > > > Hi All, > > > > I have question about 'isUnsignedDIType' function on > > 'llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp' > > > > When we want to generate object file with dwarf debug format, clang > > can generates 'DW_ATE_lo_user' encoding for complex integer type as > > follow: > > > > "clang/lib/CodeGen/CGDebugInfo.cpp" > > llvm::DIType *CGDebugInfo::CreateType(const ComplexType *Ty) { > > ... > > if (Ty->isComplexIntegerType()) > > Encoding = llvm::dwarf:...