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

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeDumpVisitor.cpp 60 ENUM_ENTRY(MethodKind, Vanilla),
445 // Data members will be vanilla. Don't try to print a method kind for them.
446 if (Kind != MethodKind::Vanilla)
494 printMemberAttributes(Field.getAccess(), MethodKind::Vanilla,
504 printMemberAttributes(Field.getAccess(), MethodKind::Vanilla,
519 printMemberAttributes(Enum.getAccess(), MethodKind::Vanilla,
528 printMemberAttributes(Base.getAccess(), MethodKind::Vanilla,
537 printMemberAttributes(Base.getAccess(), MethodKind::Vanilla,
TypeRecordMapping.cpp 107 if (Kind != MethodKind::Vanilla) {
619 IO, Record.getAccess(), MethodKind::Vanilla, MethodOptions::None);
630 IO, Record.getAccess(), MethodKind::Vanilla, MethodOptions::None);
643 IO, Record.getAccess(), MethodKind::Vanilla, MethodOptions::None);
682 IO, Record.getAccess(), MethodKind::Vanilla, MethodOptions::None);
694 IO, Record.getAccess(), MethodKind::Vanilla, MethodOptions::None);
EnumTables.cpp 342 CV_ENUM_CLASS_ENT(MethodKind, Vanilla),
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 269 Vanilla = 0x00,
TypeRecord.h 81 return MP != MethodKind::Vanilla && MP != MethodKind::Friend &&
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalTypeDumper.cpp 153 RETURN_CASE(MethodKind, Vanilla, "");
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLTypes.cpp 309 IO.enumCase(Kind, "Vanilla", MethodKind::Vanilla);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 2033 return MethodKind::Vanilla;

Completed in 74 milliseconds