Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeArray.h25 codeview::ArrayRecord Record);
42 codeview::ArrayRecord Record;
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeArray.cpp21 codeview::ArrayRecord Record) in NativeTypeArray()
H A DSymbolCache.cpp200 Id = createSymbolForType<NativeTypeArray, ArrayRecord>(Index, in findSymbolByTypeIndex()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h97 clang::QualType CreateArrayType(const llvm::codeview::ArrayRecord &array);
H A DSymbolFileNativePDB.h188 const llvm::codeview::ArrayRecord &ar,
H A DPdbAstBuilder.cpp929 ArrayRecord ar; in CreateType()
930 llvm::cantFail(TypeDeserializer::deserializeAs<ArrayRecord>(cvt, ar)); in CreateType()
1117 clang::QualType PdbAstBuilder::CreateArrayType(const ArrayRecord &ar) { in CreateArrayType()
H A DSymbolFileNativePDB.cpp572 const ArrayRecord &ar, in CreateArrayType()
646 ArrayRecord ar; in CreateType()
647 llvm::cantFail(TypeDeserializer::deserializeAs<ArrayRecord>(cvt, ar)); in CreateType()
H A DPdbUtil.cpp866 return GetSizeOfTypeInternal<ArrayRecord>(cvt); in GetSizeOfType()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h395 class ArrayRecord : public TypeRecord {
397 ArrayRecord() = default;
398 explicit ArrayRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in ArrayRecord() function
399 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size, in ArrayRecord() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp121 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ArrayRecord &AT) { in visitKnownRecord()
H A DTypeDumpVisitor.cpp285 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, ArrayRecord &AT) { in visitKnownRecord()
H A DTypeRecordMapping.cpp412 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, ArrayRecord &Record) { in visitKnownRecord()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp369 Error MinimalTypeDumpVisitor::visitKnownRecord(CVType &CVR, ArrayRecord &AT) { in visitKnownRecord()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp447 template <> void LeafRecordImpl<ArrayRecord>::map(IO &IO) { in map()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1646 ArrayRecord AR(ElementTypeIndex, IndexType, ArraySize, Name); in lowerTypeArray()