Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h114 bool isDecoratedItemId() const { return !!(Index & DecoratedItemIdMask); } in isDecoratedItemId() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp342 if (TI.isSimple() || TI.isDecoratedItemId()) in typeOrIdIndex()