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

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeIndex.cpp 38 {"short*", SimpleTypeKind::Int16Short},
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 41 Int16Short = 0x0011, // 16 bit signed
175 static TypeIndex Int16Short() {
176 return TypeIndex(SimpleTypeKind::Int16Short);
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypeEnum.cpp 212 case SimpleTypeKind::Int16Short:
SymbolCache.cpp 51 {codeview::SimpleTypeKind::Int16Short, PDB_BuiltinType::Int, 2},
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 1697 case 2: STK = SimpleTypeKind::Int16Short; break;

Completed in 23 milliseconds