Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h114 bool isDecoratedItemId() const { return !!(Index & DecoratedItemIdMask); } in isDecoratedItemId() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp405 if (TI.isSimple() || TI.isDecoratedItemId()) in typeOrIdIndex()