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

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeIndex.cpp 43 {"unsigned long*", SimpleTypeKind::UInt32Long},
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 46 UInt32Long = 0x0022, // 32 bit unsigned
184 static TypeIndex UInt32Long() {
185 return TypeIndex(SimpleTypeKind::UInt32Long);
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypeEnum.cpp 223 case SimpleTypeKind::UInt32Long:
SymbolCache.cpp 56 {codeview::SimpleTypeKind::UInt32Long, PDB_BuiltinType::UInt, 4},
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 1608 : TypeIndex(SimpleTypeKind::UInt32Long);
1734 STK = SimpleTypeKind::UInt32Long;

Completed in 56 milliseconds