Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/test/COFF/Inputs/
H A Dprecomp2-a.yaml40 StartTypeIndex: 4096
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h934 uint32_t getStartTypeIndex() const { return StartTypeIndex; } in getStartTypeIndex()
939 uint32_t StartTypeIndex = 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.cpp584 P.StartTypeIndex = TypeIndex::FirstNonSimpleIndex; in TEST_F()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp744 error(IO.mapInteger(Precomp.StartTypeIndex, "StartIndex")); in visitKnownRecord()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp606 IO.mapRequired("StartTypeIndex", Record.StartTypeIndex); in map()