Home
last modified time | relevance | path

Searched refs:DIBasicType (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDIBuilder.h183 DIBasicType *createUnspecifiedType(StringRef Name);
186 DIBasicType *createNullPtrType();
194 DIBasicType *createBasicType(StringRef Name, uint64_t SizeInBits,
554 DIBasicType *createUnspecifiedParameter();
DMetadata.def91 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DIBasicType)
DDebugInfoMetadata.h689 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/
DDIBuilder.cpp251 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()
DDebugInfoMetadata.cpp344 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()
DLLVMContextImpl.h376 template <> struct MDNodeKeyImpl<DIBasicType> {
388 MDNodeKeyImpl(const DIBasicType *N)
392 bool isKeyOf(const DIBasicType *RHS) const {
DAsmWriter.cpp1831 static void writeDIBasicType(raw_ostream &Out, const DIBasicType *N, in writeDIBasicType()
DVerifier.cpp906 void Verifier::visitDIBasicType(const DIBasicType &N) { in visitDIBasicType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DModuleDebugInfoPrinter.cpp107 if (auto *BT = dyn_cast<DIBasicType>(T)) { in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DMetadata.def92 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DIBasicType)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDebugLocEntry.h179 const DIBasicType *BT,
DCodeViewDebug.h400 codeview::TypeIndex lowerTypeBasic(const DIBasicType *Ty);
DDwarfUnit.h309 void constructTypeDIE(DIE &Buffer, const DIBasicType *BTy);
DDwarfDebug.h769 static void emitDebugLocValue(const AsmPrinter &AP, const DIBasicType *BT,
DDwarfUnit.cpp493 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()
DDwarfDebug.cpp1622 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()
DCodeViewDebug.cpp1500 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/
DBPFAbstractMemberAccess.cpp600 const auto *BTy = dyn_cast<DIBasicType>(BaseTy); in GetFieldInfo()
607 BTy = dyn_cast<DIBasicType>(BaseTy); in GetFieldInfo()
DBTFDebug.h270 void visitBasicType(const DIBasicType *BTy, uint32_t &TypeId);
DBTFDebug.cpp405 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/
DDebugify.cpp187 if (Signedness && *Signedness == DIBasicType::Signedness::Signed) in diagnoseMisSizedDbgValue()
DLocal.cpp1883 bool Signed = *Signedness == DIBasicType::Signedness::Signed; in replaceAllDbgUsesWith()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp1301 GET_OR_DISTINCT(DIBasicType, in parseOneMetadata()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp302 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/
DLLParser.cpp4504 Result = GET_OR_DISTINCT(DIBasicType, (Context, tag.Val, name.Val, size.Val, in ParseDIBasicType()