Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h933 uint32_t getStartTypeIndex() const { return StartTypeIndex; } in getStartTypeIndex()
938 uint32_t StartTypeIndex = 0; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp510 Precomp.StartTypeIndex, Precomp.TypesCount, Precomp.Signature, in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp724 error(IO.mapInteger(Precomp.StartTypeIndex, "StartIndex")); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp603 IO.mapRequired("StartTypeIndex", Record.StartTypeIndex); in map()