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

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeIndex.cpp 81 if (SimpleTypeName.Kind == TI.getSimpleKind()) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 135 SimpleTypeKind getSimpleKind() const {
145 TypeIndex makeDirect() const { return TypeIndex{getSimpleKind()}; }
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypeEnum.cpp 192 switch (Underlying.getSimpleKind()) {
SymbolCache.cpp 111 const auto Kind = Index.getSimpleKind();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 1758 return TypeIndex(PointeeTI.getSimpleKind(), Mode);

Completed in 25 milliseconds