| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1598 Metadata *Rank, DINodeArray Annotations, Metadata *BitStride, 1610 Specification, NumExtraInhabitants, BitStride, Storage, 1623 Metadata *BitStride, StorageType Storage, bool ShouldCreate = true) { 1633 NumExtraInhabitants, BitStride, Storage, ShouldCreate); 1644 Metadata *Rank, DINodeArray Annotations, Metadata *BitStride, 1652 NumExtraInhabitants, BitStride, Storage, ShouldCreate); 1664 Metadata *BitStride, StorageType Storage, bool ShouldCreate = true); 1691 uint32_t NumExtraInhabitants = 0, Metadata *BitStride = nullptr), 1696 BitStride)) 1709 Metadata *BitStride = nullptr), [all …]
|
| H A D | DIBuilder.h | 723 Metadata *BitStride = nullptr);
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 806 Metadata *BitStride; 817 Metadata *BitStride) 826 NumExtraInhabitants(NumExtraInhabitants), BitStride(BitStride) {} 842 BitStride(N->getRawBitStride()) {} 863 BitStride == RHS->getRawBitStride();
|
| H A D | DebugInfoMetadata.cpp | 1036 Metadata *Specification, uint32_t NumExtraInhabitants, Metadata *BitStride, in getImpl() argument 1046 Annotations, Specification, NumExtraInhabitants, BitStride)); in getImpl() 1051 Specification, BitStride}; in getImpl() 1066 Metadata *Rank, Metadata *Annotations, Metadata *BitStride) { in buildODRType() argument 1077 Annotations, Specification, NumExtraInhabitants, BitStride); in buildODRType() 1093 Specification, BitStride}; in buildODRType() 1110 Metadata *Rank, Metadata *Annotations, Metadata *BitStride) { in getODRType() argument 1121 NumExtraInhabitants, BitStride); in getODRType()
|
| H A D | DIBuilder.cpp | 702 PointerUnion<DIExpression *, DIVariable *> RK, Metadata *BitStride) { in createArrayType() argument 715 nullptr, nullptr, 0, BitStride); in createArrayType()
|
| H A D | DebugInfo.cpp | 1367 LLVMMetadataRef BitStride) { in LLVMDIBuilderCreateDynamicArrayType() argument 1374 unwrapExprVar(Allocated), unwrapExprVar(Rank), unwrap(BitStride))); in LLVMDIBuilderCreateDynamicArrayType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | MetadataLoader.cpp | 1716 Metadata *BitStride = nullptr; in parseOneMetadata() local 1771 BitStride = getMDOrNull(Record[25]); in parseOneMetadata() 1786 Allocated, Rank, Annotations, BitStride); in parseOneMetadata() 1796 Specification, NumExtraInhabitants, BitStride)); in parseOneMetadata()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | DebugInfo.h | 752 LLVMMetadataRef BitStride);
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 1788 if (auto *BitStride = CTy->getBitStrideConst()) { in constructArrayTypeDIE() local 1789 addUInt(Buffer, dwarf::DW_AT_bit_stride, {}, BitStride->getZExtValue()); in constructArrayTypeDIE()
|