Searched refs:ArrayRecord (Results 1 – 17 of 17) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NativeTypeArray.h | 25 codeview::ArrayRecord Record); 42 codeview::ArrayRecord Record;
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeArray.cpp | 22 codeview::ArrayRecord Record) in NativeTypeArray()
|
H A D | SymbolCache.cpp | 205 Id = createSymbolForType<NativeTypeArray, ArrayRecord>(Index, in findSymbolByTypeIndex()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 396 class ArrayRecord : public TypeRecord { 398 ArrayRecord() = default; 399 explicit ArrayRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in ArrayRecord() function 400 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size, in ArrayRecord() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbAstBuilder.h | 101 clang::QualType CreateArrayType(const llvm::codeview::ArrayRecord &array);
|
H A D | SymbolFileNativePDB.h | 211 const llvm::codeview::ArrayRecord &ar,
|
H A D | PdbAstBuilder.cpp | 787 ArrayRecord ar; in CreateType() 788 llvm::cantFail(TypeDeserializer::deserializeAs<ArrayRecord>(cvt, ar)); in CreateType() 1166 clang::QualType PdbAstBuilder::CreateArrayType(const ArrayRecord &ar) { in CreateArrayType()
|
H A D | SymbolFileNativePDB.cpp | 684 const ArrayRecord &ar, in CreateArrayType() 755 ArrayRecord ar; in CreateType() 756 llvm::cantFail(TypeDeserializer::deserializeAs<ArrayRecord>(cvt, ar)); in CreateType()
|
H A D | PdbUtil.cpp | 1104 return GetSizeOfTypeInternal<ArrayRecord>(cvt); in GetSizeOfType()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | RecordName.cpp | 125 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ArrayRecord &AT) { in visitKnownRecord()
|
H A D | TypeDumpVisitor.cpp | 286 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, ArrayRecord &AT) { in visitKnownRecord()
|
H A D | TypeRecordMapping.cpp | 431 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, ArrayRecord &Record) { in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.h | 373 Error visitKnownRecord(CVType &Record, ArrayRecord &AT, TypeIndex TI,
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 374 Error MinimalTypeDumpVisitor::visitKnownRecord(CVType &CVR, ArrayRecord &AT) { in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 1819 Error LVLogicalVisitor::visitKnownRecord(CVType &Record, ArrayRecord &AT, in visitKnownRecord() 1847 auto AddSubrangeType = [&](ArrayRecord &AR) { in visitKnownRecord() 1872 ArrayRecord AR(AT); in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 448 template <> void LeafRecordImpl<ArrayRecord>::map(IO &IO) { in map()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 1777 ArrayRecord AR(ElementTypeIndex, IndexType, ArraySize, Name); in lowerTypeString() 1799 ArrayRecord AR(CharType, IndexType, ArraySize, Name); in lowerTypeBasic()
|