Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DDebugTypes.cpp533 assert(precompDependency.getStartTypeIndex() == in mergeInPrecompHeaderObj()
899 TypeIndex(precompDependency.getStartTypeIndex() + in remapTpiWithGHashes()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp558 W->printHex("StartIndex", Precomp.getStartTypeIndex()); in visitKnownRecord()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h934 uint32_t getStartTypeIndex() const { return StartTypeIndex; } in getStartTypeIndex() function