Home
last modified time | relevance | path

Searched refs:FileChecksums (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.h57 : DebugSubsectionRef(DebugSubsectionKind::FileChecksums) {}
60 return S->kind() == DebugSubsectionKind::FileChecksums;
82 return S->kind() == DebugSubsectionKind::FileChecksums;
H A DStringsAndChecksums.h46 if (R.kind() == DebugSubsectionKind::FileChecksums) { in initialize()
H A DCodeView.h327 FileChecksums = 0xf4, enumerator
/llvm-project/lld/test/COFF/
H A Dpdb-relative-source-lines.test57 CHECK: - !FileChecksums
67 CHECK: - !FileChecksums
105 POSIX: - !FileChecksums
115 POSIX: - !FileChecksums
H A Dpdb-source-lines.test88 CHECK-NEXT: - !FileChecksums
119 CHECK-NEXT: - !FileChecksums
H A Dsort-debug.test90 - !FileChecksums
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DFormatUtil.cpp58 RETURN_CASE(DebugSubsectionKind, FileChecksums, "checksums"); in formatChunkKind()
78 RETURN_CASE(DebugSubsectionKind, FileChecksums, "DEBUG_S_FILECHKSMS"); in formatChunkKind()
H A DModuleDebugStream.cpp135 if (SS.kind() != DebugSubsectionKind::FileChecksums) in findChecksumsSubsection()
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DStringsAndChecksums.cpp72 assert(FCR.kind() == DebugSubsectionKind::FileChecksums); in initializeChecksums()
H A DDebugSubsectionVisitor.cpp40 case DebugSubsectionKind::FileChecksums: { in visitDebugSubsection()
H A DDebugChecksumsSubsection.cpp65 : DebugSubsection(DebugSubsectionKind::FileChecksums), Strings(Strings) {} in DebugChecksumsSubsection()
H A DEnumTables.cpp243 CV_ENUM_CLASS_ENT(DebugSubsectionKind, FileChecksums),
/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp177 case DebugSubsectionKind::FileChecksums: in convertSubsectionKind()
178 return opts::ModuleSubsection::FileChecksums; in convertSubsectionKind()
H A Dllvm-pdbutil.h41 FileChecksums, enumerator
/llvm-project/llvm/test/tools/llvm-readobj/COFF/
H A Dcodeview-linetables.test95 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 Dpdbdump-debug-subsections.test32 YAML-NEXT: - !FileChecksums
/llvm-project/llvm/test/DebugInfo/COFF/
H A Dmultifile.ll55 ; OBJ32: SubSectionType: FileChecksums (0xF4)
143 ; OBJ64: SubSectionType: FileChecksums (0xF4)
H A Dsimple.ll117 ; OBJ32: SubSectionType: FileChecksums (0xF4)
239 ; OBJ64: SubSectionType: FileChecksums (0xF4)
H A Dlines-difile.ll22 ; OBJ: SubSectionType: FileChecksums (0xF4)
/llvm-project/lldb/test/Shell/ObjectFile/PDB/
H A Dobject.test84 - !FileChecksums
/llvm-project/llvm/test/MC/COFF/
H A Dcv-fpo-realign.s83 # CHECK: SubSectionType: FileChecksums (0xF4)
/llvm-project/llvm/test/MC/AArch64/
H A Dcoff-debug.ll114 ; CHECK: SubSectionType: FileChecksums (0xF4)
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp160 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 DCodeViewYAMLDebugSections.cpp105 : 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 DMCCodeView.cpp188 OS.emitInt32(uint32_t(DebugSubsectionKind::FileChecksums)); in emitStringTable()

12