|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
examples/Kaleidoscope/Chapter9/toy.cpp 826 DblTy = DBuilder->createBasicType("double", 64, dwarf::DW_ATE_float);
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp 1634 case dwarf::DW_ATE_float:
lib/CodeGen/AsmPrinter/DwarfUnit.cpp 499 Encoding == dwarf::DW_ATE_float || Encoding == dwarf::DW_ATE_UTF ||
tools/clang/lib/CodeGen/CGDebugInfo.cpp 766 Encoding = llvm::dwarf::DW_ATE_float;
tools/lldb/source/Symbol/ClangASTContext.cpp 1075 GetBuiltinTypeForDWARFEncodingAndBitSize("float", DW_ATE_float,
1084 case DW_ATE_float:
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp 634 CU2TypeDie.addAttribute(DW_AT_encoding, DW_FORM_data1, DW_ATE_float);
698 EXPECT_EQ(DW_ATE_float, toUnsigned(CU2TypeDieDG.find(DW_AT_encoding), 0));