/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DIBuilder.h | 183 DIBasicType *createUnspecifiedType(StringRef Name); 186 DIBasicType *createNullPtrType(); 194 DIBasicType *createBasicType(StringRef Name, uint64_t SizeInBits, 554 DIBasicType *createUnspecifiedParameter();
|
D | Metadata.def | 91 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DIBasicType)
|
D | DebugInfoMetadata.h | 689 class DIBasicType : public DIType { 695 DIBasicType(LLVMContext &C, StorageType Storage, unsigned Tag, in DIBasicType() function 701 ~DIBasicType() = default; 703 static DIBasicType *getImpl(LLVMContext &Context, unsigned Tag, 712 static DIBasicType *getImpl(LLVMContext &Context, unsigned Tag, 724 DEFINE_MDNODE_GET(DIBasicType, (unsigned Tag, StringRef Name), 726 DEFINE_MDNODE_GET(DIBasicType, 730 DEFINE_MDNODE_GET(DIBasicType, 2263 Optional<DIBasicType::Signedness> getSignedness() const { in getSignedness() 2264 if (auto *BT = dyn_cast<DIBasicType>(getType())) in getSignedness()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DIBuilder.cpp | 251 DIBasicType *DIBuilder::createUnspecifiedType(StringRef Name) { in createUnspecifiedType() 253 return DIBasicType::get(VMContext, dwarf::DW_TAG_unspecified_type, Name); in createUnspecifiedType() 256 DIBasicType *DIBuilder::createNullPtrType() { in createNullPtrType() 260 DIBasicType *DIBuilder::createBasicType(StringRef Name, uint64_t SizeInBits, in createBasicType() 264 return DIBasicType::get(VMContext, dwarf::DW_TAG_base_type, Name, SizeInBits, in createBasicType() 573 DIBasicType *DIBuilder::createUnspecifiedParameter() { return nullptr; } in createUnspecifiedParameter()
|
D | DebugInfoMetadata.cpp | 344 DIBasicType *DIBasicType::getImpl(LLVMContext &Context, unsigned Tag, in getImpl() 350 DEFINE_GETIMPL_LOOKUP(DIBasicType, in getImpl() 353 DEFINE_GETIMPL_STORE(DIBasicType, (Tag, SizeInBits, AlignInBits, Encoding, in getImpl() 357 Optional<DIBasicType::Signedness> DIBasicType::getSignedness() const { in getSignedness()
|
D | LLVMContextImpl.h | 376 template <> struct MDNodeKeyImpl<DIBasicType> { 388 MDNodeKeyImpl(const DIBasicType *N) 392 bool isKeyOf(const DIBasicType *RHS) const {
|
D | AsmWriter.cpp | 1831 static void writeDIBasicType(raw_ostream &Out, const DIBasicType *N, in writeDIBasicType()
|
D | Verifier.cpp | 906 void Verifier::visitDIBasicType(const DIBasicType &N) { in visitDIBasicType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ModuleDebugInfoPrinter.cpp | 107 if (auto *BT = dyn_cast<DIBasicType>(T)) { in print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Metadata.def | 92 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DIBasicType)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugLocEntry.h | 179 const DIBasicType *BT,
|
D | CodeViewDebug.h | 400 codeview::TypeIndex lowerTypeBasic(const DIBasicType *Ty);
|
D | DwarfUnit.h | 309 void constructTypeDIE(DIE &Buffer, const DIBasicType *BTy);
|
D | DwarfDebug.h | 769 static void emitDebugLocValue(const AsmPrinter &AP, const DIBasicType *BT,
|
D | DwarfUnit.cpp | 493 auto *BTy = cast<DIBasicType>(Ty); in isUnsignedDIType() 656 if (auto *BT = dyn_cast<DIBasicType>(Ty)) in createTypeDIE() 765 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DIBasicType *BTy) { in constructTypeDIE()
|
D | DwarfDebug.cpp | 1622 const DIBasicType *BT = dyn_cast<DIBasicType>( in collectEntityInfo() 2227 void DwarfDebug::emitDebugLocValue(const AsmPrinter &AP, const DIBasicType *BT, in emitDebugLocValue() 2269 const DIBasicType *BT, in finalize()
|
D | CodeViewDebug.cpp | 1500 return lowerTypeBasic(cast<DIBasicType>(Ty)); in lowerType() 1603 TypeIndex CodeViewDebug::lowerTypeBasic(const DIBasicType *Ty) { in lowerTypeBasic()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFAbstractMemberAccess.cpp | 600 const auto *BTy = dyn_cast<DIBasicType>(BaseTy); in GetFieldInfo() 607 BTy = dyn_cast<DIBasicType>(BaseTy); in GetFieldInfo()
|
D | BTFDebug.h | 270 void visitBasicType(const DIBasicType *BTy, uint32_t &TypeId);
|
D | BTFDebug.cpp | 405 void BTFDebug::visitBasicType(const DIBasicType *BTy, uint32_t &TypeId) { in visitBasicType() 606 if (const auto *BTy = dyn_cast<DIBasicType>(Ty)) in visitTypeEntry()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Debugify.cpp | 187 if (Signedness && *Signedness == DIBasicType::Signedness::Signed) in diagnoseMisSizedDbgValue()
|
D | Local.cpp | 1883 bool Signed = *Signedness == DIBasicType::Signedness::Signed; in replaceAllDbgUsesWith()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | MetadataLoader.cpp | 1301 GET_OR_DISTINCT(DIBasicType, in parseOneMetadata()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 302 void writeDIBasicType(const DIBasicType *N, SmallVectorImpl<uint64_t> &Record, 1537 void ModuleBitcodeWriter::writeDIBasicType(const DIBasicType *N, in writeDIBasicType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 4504 Result = GET_OR_DISTINCT(DIBasicType, (Context, tag.Val, name.Val, size.Val, in ParseDIBasicType()
|