|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/DIBuilder.h 194 DIBasicType *createBasicType(StringRef Name, uint64_t SizeInBits,
References
examples/Kaleidoscope/Chapter9/toy.cpp 826 DblTy = DBuilder->createBasicType("double", 64, dwarf::DW_ATE_float);
lib/IR/DebugInfo.cpp 1014 return wrap(unwrap(Builder)->createBasicType({Name, NameLen},
tools/clang/lib/CodeGen/CGDebugInfo.cpp 817 return DBuilder.createBasicType(BTName, Size, Encoding);
827 return DBuilder.createBasicType("complex", Size, Encoding);
tools/opt/Debugify.cpp 81 DTy = DIB.createBasicType(Name, Size, dwarf::DW_ATE_unsigned);
unittests/IR/IRBuilderTest.cpp 680 auto Int = DIB.createBasicType("Int", 64, dwarf::DW_ATE_signed);
unittests/Transforms/Utils/CloningTest.cpp 497 auto *IntType = DBuilder.createBasicType("int", 32, dwarf::DW_ATE_signed);