Home
last modified time | relevance | path

Searched refs:Boolean8 (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeIndex.cpp63 {"bool*", SimpleTypeKind::Boolean8},
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h74 Boolean8 = 0x0030, // 8 bit boolean enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DSymbolCache.cpp59 {codeview::SimpleTypeKind::Boolean8, PDB_BuiltinType::Bool, 1},
DNativeTypeEnum.cpp197 case SimpleTypeKind::Boolean8: in getBuiltinType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1618 case 1: STK = SimpleTypeKind::Boolean8; break; in lowerTypeBasic()