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.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
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DStringsAndChecksums.cpp72 assert(FCR.kind() == DebugSubsectionKind::FileChecksums); in initializeChecksums()
H A DDebugSubsectionVisitor.cpp41 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.cpp59 RETURN_CASE(DebugSubsectionKind, FileChecksums, "checksums"); in formatChunkKind()
79 RETURN_CASE(DebugSubsectionKind, FileChecksums, "DEBUG_S_FILECHKSMS"); in formatChunkKind()
H A DModuleDebugStream.cpp137 if (SS.kind() != DebugSubsectionKind::FileChecksums) in findChecksumsSubsection()
/freebsd/contrib/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,
42 FileChecksums, global() enumerator
H A Dllvm-pdbutil.cpp136 clEnumValN(ModuleSubsection::FileChecksums, "fc",
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp155 SmallVector<uint32_t, 4> FileChecksums; member in __anon09913f2a0211::GCOVProfiler
947 FileChecksums.push_back(Stamp); in emitProfileNotes()
1127 uint32_t CfgChecksum = FileChecksums.empty() ? 0 : FileChecksums[i]; in insertCounterWriteout()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp107 : YAMLSubsectionBase(DebugSubsectionKind::FileChecksums) {} in YAMLChecksumsSubsection()
320 IO.mapTag("!FileChecksums", true); in map()
373 if (IO.mapTag("!FileChecksums")) { in mapping()
948 if (SS.Subsection->Kind != DebugSubsectionKind::FileChecksums) in initializeStringsAndChecksums()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp200 OS.emitInt32(uint32_t(DebugSubsectionKind::FileChecksums)); in emitFileChecksums()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp559 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, FileChecksums),
1114 case DebugSubsectionKind::FileChecksums: in initializeFileAndStringTables()
1207 case DebugSubsectionKind::FileChecksums: in printCodeViewSymbolSection()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp782 case DebugSubsectionKind::FileChecksums: in handleDebugS()
1787 case DebugSubsectionKind::FileChecksums: in findLineTable()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp352 case DebugSubsectionKind::FileChecksums: in initializeFileAndStringTables()