HomeSort by: relevance | last modified time | path
    Searched refs:Boolean8 (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeIndex.cpp 63 {"bool*", SimpleTypeKind::Boolean8},
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 74 Boolean8 = 0x0030, // 8 bit boolean
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypeEnum.cpp 197 case SimpleTypeKind::Boolean8:
SymbolCache.cpp 68 {codeview::SimpleTypeKind::Boolean8, PDB_BuiltinType::Bool, 1},
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 1668 case 1: STK = SimpleTypeKind::Boolean8; break;

Completed in 25 milliseconds