Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DDebugTypes.cpp522 assert(precompDependency.getStartTypeIndex() == in mergeInPrecompHeaderObj()
855 TypeIndex(precompDependency.getStartTypeIndex() + in remapTpiWithGHashes()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp560 W->printHex("StartIndex", Precomp.getStartTypeIndex()); in visitKnownRecord()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h934 uint32_t getStartTypeIndex() const { return StartTypeIndex; } in getStartTypeIndex() function