Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeRecord.h940 uint32_t getTypesCount() const { return TypesCount; } in getTypesCount()
945 uint32_t TypesCount = 0; variable
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDMinimalTypeDumper.cpp509 Precomp.StartTypeIndex, Precomp.TypesCount, Precomp.Signature, in visitKnownRecord()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDTypeRecordMapping.cpp699 error(IO.mapInteger(Precomp.TypesCount, "Count")); in visitKnownRecord()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCodeViewYAMLTypes.cpp599 IO.mapRequired("TypesCount", Record.TypesCount); in map()