Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp63 {"bool*", SimpleTypeKind::Boolean8},
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h74 Boolean8 = 0x0030, // 8 bit boolean enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp197 case SimpleTypeKind::Boolean8: in getBuiltinType()
H A DSymbolCache.cpp68 {codeview::SimpleTypeKind::Boolean8, PDB_BuiltinType::Bool, 1},
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DTpiStream.rst170 Boolean8 = 0x0030, // 8 bit boolean
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1668 case 1: STK = SimpleTypeKind::Boolean8; break; in lowerTypeBasic()