Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.h58 : DebugSubsectionRef(DebugSubsectionKind::FileChecksums) {}
61 return S->kind() == DebugSubsectionKind::FileChecksums;
83 return S->kind() == DebugSubsectionKind::FileChecksums;
H A DStringsAndChecksums.h48 if (R.kind() == DebugSubsectionKind::FileChecksums) { in initialize()
H A DCodeView.h300 FileChecksums = 0xf4, enumerator
/freebsd/contrib/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),
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp186 case DebugSubsectionKind::FileChecksums: in convertSubsectionKind()
187 return opts::ModuleSubsection::FileChecksums; in convertSubsectionKind()
H A Dllvm-pdbutil.h41 FileChecksums,
42 FileChecksums, global() enumerator
H A Dllvm-pdbutil.cpp136 clEnumValN(ModuleSubsection::FileChecksums, "fc",
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp159 SmallVector<uint32_t, 4> FileChecksums; member in __anon09913f2a0211::GCOVProfiler
928 FileChecksums.push_back(Stamp); in emitProfileNotes()
1144 uint32_t CfgChecksum = FileChecksums.empty() ? 0 : FileChecksums[i]; in insertCounterWriteout()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp105 : YAMLSubsectionBase(DebugSubsectionKind::FileChecksums) {} in YAMLChecksumsSubsection()
944 if (SS.Subsection->Kind != DebugSubsectionKind::FileChecksums) in initializeStringsAndChecksums()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp188 OS.emitInt32(uint32_t(DebugSubsectionKind::FileChecksums)); in emitFileChecksums()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp560 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, FileChecksums),
1159 case DebugSubsectionKind::FileChecksums: in initializeFileAndStringTables()
1252 case DebugSubsectionKind::FileChecksums: in printCodeViewSymbolSection()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp776 case DebugSubsectionKind::FileChecksums: in handleDebugS()
1794 case DebugSubsectionKind::FileChecksums: in findLineTable()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp347 case DebugSubsectionKind::FileChecksums: in initializeFileAndStringTables()