Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypePointer.cpp102 TypeIndex Referent = Record ? Record->ReferentType : TI.makeDirect(); in getTypeId()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h136 TypeIndex makeDirect() const { return TypeIndex{getSimpleKind()}; } in makeDirect() function