Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h906 uint32_t getTypesCount() const { return TypesCount; } in getTypesCount()
911 uint32_t TypesCount; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp487 error(IO.mapInteger(Precomp.TypesCount)); in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp586 P.TypesCount = 100; in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp476 Precomp.StartTypeIndex, Precomp.TypesCount, Precomp.Signature, in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp600 IO.mapRequired("TypesCount", Record.TypesCount); in map()