| /llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | DebugChecksumsSubsection.h | 57 : DebugSubsectionRef(DebugSubsectionKind::FileChecksums) {} 60 return S->kind() == DebugSubsectionKind::FileChecksums; 82 return S->kind() == DebugSubsectionKind::FileChecksums;
|
| H A D | StringsAndChecksums.h | 46 if (R.kind() == DebugSubsectionKind::FileChecksums) { in initialize()
|
| H A D | CodeView.h | 327 FileChecksums = 0xf4, enumerator
|
| /llvm-project/lld/test/COFF/ |
| H A D | pdb-relative-source-lines.test | 57 CHECK: - !FileChecksums 67 CHECK: - !FileChecksums 105 POSIX: - !FileChecksums 115 POSIX: - !FileChecksums
|
| H A D | pdb-source-lines.test | 88 CHECK-NEXT: - !FileChecksums 119 CHECK-NEXT: - !FileChecksums
|
| H A D | sort-debug.test | 90 - !FileChecksums
|
| /llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | FormatUtil.cpp | 58 RETURN_CASE(DebugSubsectionKind, FileChecksums, "checksums"); in formatChunkKind() 78 RETURN_CASE(DebugSubsectionKind, FileChecksums, "DEBUG_S_FILECHKSMS"); in formatChunkKind()
|
| H A D | ModuleDebugStream.cpp | 135 if (SS.kind() != DebugSubsectionKind::FileChecksums) in findChecksumsSubsection()
|
| /llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | StringsAndChecksums.cpp | 72 assert(FCR.kind() == DebugSubsectionKind::FileChecksums); in initializeChecksums()
|
| H A D | DebugSubsectionVisitor.cpp | 40 case DebugSubsectionKind::FileChecksums: { in visitDebugSubsection()
|
| H A D | DebugChecksumsSubsection.cpp | 65 : DebugSubsection(DebugSubsectionKind::FileChecksums), Strings(Strings) {} in DebugChecksumsSubsection()
|
| H A D | EnumTables.cpp | 243 CV_ENUM_CLASS_ENT(DebugSubsectionKind, FileChecksums),
|
| /llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | YAMLOutputStyle.cpp | 177 case DebugSubsectionKind::FileChecksums: in convertSubsectionKind() 178 return opts::ModuleSubsection::FileChecksums; in convertSubsectionKind()
|
| H A D | llvm-pdbutil.h | 41 FileChecksums, enumerator
|
| /llvm-project/llvm/test/tools/llvm-readobj/COFF/ |
| H A D | codeview-linetables.test | 95 MFUN32-NEXT: SubSectionType: FileChecksums (0xF4) 239 MFUN64-NEXT: SubSectionType: FileChecksums (0xF4) 381 MFILE32-NEXT: SubSectionType: FileChecksums (0xF4) 458 MFILE64-NEXT: SubSectionType: FileChecksums (0xF4)
|
| /llvm-project/llvm/test/DebugInfo/PDB/ |
| H A D | pdbdump-debug-subsections.test | 32 YAML-NEXT: - !FileChecksums
|
| /llvm-project/llvm/test/DebugInfo/COFF/ |
| H A D | multifile.ll | 55 ; OBJ32: SubSectionType: FileChecksums (0xF4) 143 ; OBJ64: SubSectionType: FileChecksums (0xF4)
|
| H A D | simple.ll | 117 ; OBJ32: SubSectionType: FileChecksums (0xF4) 239 ; OBJ64: SubSectionType: FileChecksums (0xF4)
|
| H A D | lines-difile.ll | 22 ; OBJ: SubSectionType: FileChecksums (0xF4)
|
| /llvm-project/lldb/test/Shell/ObjectFile/PDB/ |
| H A D | object.test | 84 - !FileChecksums
|
| /llvm-project/llvm/test/MC/COFF/ |
| H A D | cv-fpo-realign.s | 83 # CHECK: SubSectionType: FileChecksums (0xF4)
|
| /llvm-project/llvm/test/MC/AArch64/ |
| H A D | coff-debug.ll | 114 ; CHECK: SubSectionType: FileChecksums (0xF4)
|
| /llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | GCOVProfiling.cpp | 160 SmallVector<uint32_t, 4> FileChecksums; 940 FileChecksums.push_back(Stamp); in emitProfileNotes() 1156 uint32_t CfgChecksum = FileChecksums.empty() ? 0 : FileChecksums[i]; in insertCounterWriteout() 155 SmallVector<uint32_t, 4> FileChecksums; global() member in __anon674c465d0211::GCOVProfiler
|
| /llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.cpp | 105 : YAMLSubsectionBase(DebugSubsectionKind::FileChecksums) {} 318 IO.mapTag("!FileChecksums", true); 371 if (IO.mapTag("!FileChecksums")) { in mapping() 946 if (SS.Subsection->Kind != DebugSubsectionKind::FileChecksums) in initializeStringsAndChecksums()
|
| /llvm-project/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 188 OS.emitInt32(uint32_t(DebugSubsectionKind::FileChecksums)); in emitStringTable()
|