|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/DebugInfo/CodeView/TypeRecord.h 87 return MP != MethodKind::Vanilla && MP != MethodKind::Friend &&
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp 1982 return MethodKind::Vanilla;
lib/DebugInfo/CodeView/EnumTables.cpp 334 CV_ENUM_CLASS_ENT(MethodKind, Vanilla),
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp 60 ENUM_ENTRY(MethodKind, Vanilla),
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,
lib/DebugInfo/CodeView/TypeRecordMapping.cpp 105 if (Kind != MethodKind::Vanilla) {
593 IO, Record.getAccess(), MethodKind::Vanilla, MethodOptions::None);
604 IO, Record.getAccess(), MethodKind::Vanilla, MethodOptions::None);
617 IO, Record.getAccess(), MethodKind::Vanilla, MethodOptions::None);
656 IO, Record.getAccess(), MethodKind::Vanilla, MethodOptions::None);
668 IO, Record.getAccess(), MethodKind::Vanilla, MethodOptions::None);
lib/ObjectYAML/CodeViewYAMLTypes.cpp 304 IO.enumCase(Kind, "Vanilla", MethodKind::Vanilla);
tools/llvm-pdbutil/MinimalTypeDumper.cpp 153 RETURN_CASE(MethodKind, Vanilla, "");
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp 271 MethodKind::Vanilla,