Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/test/COFF/Inputs/
H A Dprecomp2-a.yaml41 TypesCount: 3
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h935 uint32_t getTypesCount() const { return TypesCount; } in getTypesCount()
940 uint32_t TypesCount = 0; variable
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp513 Precomp.StartTypeIndex, Precomp.TypesCount, Precomp.Signature, in visitKnownRecord()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp585 P.TypesCount = 100; in TEST_F()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp745 error(IO.mapInteger(Precomp.TypesCount, "Count")); in visitKnownRecord()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp607 IO.mapRequired("TypesCount", Record.TypesCount); in map()