Home
last modified time | relevance | path

Searched refs:getStartTypeIndex (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp559 W->printHex("StartIndex", Precomp.getStartTypeIndex()); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h933 uint32_t getStartTypeIndex() const { return StartTypeIndex; } in getStartTypeIndex() function