|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h 55 : DebugSubsectionRef(DebugSubsectionKind::FileChecksums) {}
58 return S->kind() == DebugSubsectionKind::FileChecksums;
80 return S->kind() == DebugSubsectionKind::FileChecksums;
include/llvm/DebugInfo/CodeView/StringsAndChecksums.h 44 if (R.kind() == DebugSubsectionKind::FileChecksums) {
lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp 65 : DebugSubsection(DebugSubsectionKind::FileChecksums), Strings(Strings) {}
lib/DebugInfo/CodeView/DebugSubsectionVisitor.cpp 40 case DebugSubsectionKind::FileChecksums: {
lib/DebugInfo/CodeView/EnumTables.cpp 228 CV_ENUM_CLASS_ENT(DebugSubsectionKind, FileChecksums),
lib/DebugInfo/CodeView/StringsAndChecksums.cpp 73 assert(FCR.kind() == DebugSubsectionKind::FileChecksums);
lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp 136 if (SS.kind() != DebugSubsectionKind::FileChecksums)
lib/MC/MCCodeView.cpp 202 OS.EmitIntValue(unsigned(DebugSubsectionKind::FileChecksums), 4);
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp 107 : YAMLSubsectionBase(DebugSubsectionKind::FileChecksums) {}
948 if (SS.Subsection->Kind != DebugSubsectionKind::FileChecksums)
tools/lld/COFF/PDB.cpp 1008 case DebugSubsectionKind::FileChecksums:
1750 case DebugSubsectionKind::FileChecksums:
tools/llvm-pdbutil/FormatUtil.cpp 109 RETURN_CASE(DebugSubsectionKind, FileChecksums, "checksums");
127 RETURN_CASE(DebugSubsectionKind, FileChecksums, "DEBUG_S_FILECHKSMS");
tools/llvm-pdbutil/YAMLOutputStyle.cpp 177 case DebugSubsectionKind::FileChecksums:
tools/llvm-readobj/COFFDumper.cpp 549 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, FileChecksums),
924 case DebugSubsectionKind::FileChecksums:
1017 case DebugSubsectionKind::FileChecksums: