Home
last modified time | relevance | path

Searched refs:ArrayRecord (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeArray.h25 codeview::ArrayRecord Record);
42 codeview::ArrayRecord Record;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeArray.cpp22 codeview::ArrayRecord Record) in NativeTypeArray()
H A DSymbolCache.cpp205 Id = createSymbolForType<NativeTypeArray, ArrayRecord>(Index, in findSymbolByTypeIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h396 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 DPdbAstBuilder.h101 clang::QualType CreateArrayType(const llvm::codeview::ArrayRecord &array);
H A DSymbolFileNativePDB.h211 const llvm::codeview::ArrayRecord &ar,
H A DPdbAstBuilder.cpp787 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 DSymbolFileNativePDB.cpp684 const ArrayRecord &ar, in CreateArrayType()
755 ArrayRecord ar; in CreateType()
756 llvm::cantFail(TypeDeserializer::deserializeAs<ArrayRecord>(cvt, ar)); in CreateType()
H A DPdbUtil.cpp1104 return GetSizeOfTypeInternal<ArrayRecord>(cvt); in GetSizeOfType()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp125 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ArrayRecord &AT) { in visitKnownRecord()
H A DTypeDumpVisitor.cpp286 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, ArrayRecord &AT) { in visitKnownRecord()
H A DTypeRecordMapping.cpp431 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, ArrayRecord &Record) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h373 Error visitKnownRecord(CVType &Record, ArrayRecord &AT, TypeIndex TI,
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp374 Error MinimalTypeDumpVisitor::visitKnownRecord(CVType &CVR, ArrayRecord &AT) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1819 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 DCodeViewYAMLTypes.cpp448 template <> void LeafRecordImpl<ArrayRecord>::map(IO &IO) { in map()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1777 ArrayRecord AR(ElementTypeIndex, IndexType, ArraySize, Name); in lowerTypeString()
1799 ArrayRecord AR(CharType, IndexType, ArraySize, Name); in lowerTypeBasic()