Searched refs:FileChecksums (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.h55 : DebugSubsectionRef(DebugSubsectionKind::FileChecksums) {}
58 return S->kind() == DebugSubsectionKind::FileChecksums;
80 return S->kind() == DebugSubsectionKind::FileChecksums;
H A DStringsAndChecksums.h44 if (R.kind() == DebugSubsectionKind::FileChecksums) {
H A DCodeView.h315 FileChecksums = 0xf4, member in class:llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions::HfaKind::MemberAccess::MethodKind::MethodOptions::ModifierOptions::DebugSubsectionKind
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DStringsAndChecksums.cpp73 assert(FCR.kind() == DebugSubsectionKind::FileChecksums);
H A DDebugSubsectionVisitor.cpp40 case DebugSubsectionKind::FileChecksums: {
H A DDebugChecksumsSubsection.cpp65 : DebugSubsection(DebugSubsectionKind::FileChecksums), Strings(Strings) {}
H A DEnumTables.cpp228 CV_ENUM_CLASS_ENT(DebugSubsectionKind, FileChecksums),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp136 if (SS.kind() != DebugSubsectionKind::FileChecksums)
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DFormatUtil.cpp109 RETURN_CASE(DebugSubsectionKind, FileChecksums, "checksums");
127 RETURN_CASE(DebugSubsectionKind, FileChecksums, "DEBUG_S_FILECHKSMS");
H A DYAMLOutputStyle.cpp177 case DebugSubsectionKind::FileChecksums:
178 return opts::ModuleSubsection::FileChecksums;
H A Dllvm-pdbutil.h42 FileChecksums, member in class:opts::ModuleSubsection
H A Dllvm-pdbutil.cpp136 clEnumValN(ModuleSubsection::FileChecksums, "fc",
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp145 SmallVector<uint32_t, 4> FileChecksums; member in class:__anon4580::GCOVProfiler
808 FileChecksums.push_back(Stamp);
1054 uint32_t CfgChecksum = FileChecksums.empty() ? 0 : FileChecksums[i];
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp107 : YAMLSubsectionBase(DebugSubsectionKind::FileChecksums) {}
320 IO.mapTag("!FileChecksums", true);
373 if (IO.mapTag("!FileChecksums")) {
948 if (SS.Subsection->Kind != DebugSubsectionKind::FileChecksums)
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp559 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, FileChecksums),
946 case DebugSubsectionKind::FileChecksums:
1039 case DebugSubsectionKind::FileChecksums:
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp686 case DebugSubsectionKind::FileChecksums:
1517 case DebugSubsectionKind::FileChecksums:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp202 OS.emitInt32(uint32_t(DebugSubsectionKind::FileChecksums));

Completed in 89 milliseconds