Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp561 W->printHex("Count", Precomp.getTypesCount()); in visitKnownRecord()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp686 assert(Precomp.getTypesCount() <= PrecompIndexMap.TPIMap.size()); in mergeInPrecompHeaderObj()
690 Precomp.getTypesCount()); in mergeInPrecompHeaderObj()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h941 uint32_t getTypesCount() const { return TypesCount; } in getTypesCount() function