Home
last modified time | relevance | path

Searched refs:TypesCount (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h935 uint32_t getTypesCount() const { return TypesCount; } in getTypesCount()
940 uint32_t TypesCount = 0; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp515 Precomp.StartTypeIndex, Precomp.TypesCount, Precomp.Signature, in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp744 error(IO.mapInteger(Precomp.TypesCount, "Count")); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp608 IO.mapRequired("TypesCount", Record.TypesCount); in map()