Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h940 uint32_t getStartTypeIndex() const { return StartTypeIndex; } in getStartTypeIndex()
945 uint32_t StartTypeIndex; variable
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp486 error(IO.mapInteger(Precomp.StartTypeIndex)); in visitKnownRecord()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp504 Precomp.StartTypeIndex, Precomp.TypesCount, Precomp.Signature, in visitKnownRecord()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp599 IO.mapRequired("StartTypeIndex", Record.StartTypeIndex); in map()