Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h905 uint32_t getStartTypeIndex() const { return StartTypeIndex; } in getStartTypeIndex()
910 uint32_t StartTypeIndex; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp486 error(IO.mapInteger(Precomp.StartTypeIndex)); in visitKnownRecord()
/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/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp585 P.StartTypeIndex = TypeIndex::FirstNonSimpleIndex; in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp599 IO.mapRequired("StartTypeIndex", Record.StartTypeIndex); in map()