Home
last modified time | relevance | path

Searched full:starttypeindex (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/lld/test/COFF/Inputs/
Dprecomp2-a.yaml40 StartTypeIndex: 4096
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h933 uint32_t getStartTypeIndex() const { return StartTypeIndex; } in getStartTypeIndex()
938 uint32_t StartTypeIndex = 0; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h939 uint32_t getStartTypeIndex() const { return StartTypeIndex; } in getStartTypeIndex()
944 uint32_t StartTypeIndex = 0; variable
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp598 IO.mapRequired("StartTypeIndex", Record.StartTypeIndex); in map()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp598 IO.mapRequired("StartTypeIndex", Record.StartTypeIndex); in map()
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp584 P.StartTypeIndex = TypeIndex::FirstNonSimpleIndex; in TEST_F()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp510 Precomp.StartTypeIndex, Precomp.TypesCount, Precomp.Signature, in visitKnownRecord()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp699 error(IO.mapInteger(Precomp.StartTypeIndex, "StartIndex")); in visitKnownRecord()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp698 error(IO.mapInteger(Precomp.StartTypeIndex, "StartIndex")); in visitKnownRecord()