Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.h56 : DebugSubsectionRef(DebugSubsectionKind::FileChecksums) {}
59 return S->kind() == DebugSubsectionKind::FileChecksums;
81 return S->kind() == DebugSubsectionKind::FileChecksums;
H A DStringsAndChecksums.h45 if (R.kind() == DebugSubsectionKind::FileChecksums) { in initialize()
H A DCodeView.h312 FileChecksums = 0xf4, enumerator
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DStringsAndChecksums.cpp74 assert(FCR.kind() == DebugSubsectionKind::FileChecksums); in initializeChecksums()
H A DDebugSubsectionVisitor.cpp41 case DebugSubsectionKind::FileChecksums: { in visitDebugSubsection()
H A DDebugChecksumsSubsection.cpp66 : DebugSubsection(DebugSubsectionKind::FileChecksums), Strings(Strings) {} in DebugChecksumsSubsection()
H A DEnumTables.cpp217 CV_ENUM_CLASS_ENT(DebugSubsectionKind, FileChecksums),
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp128 SmallVector<uint32_t, 4> FileChecksums; member in __anon7e40084f0111::GCOVProfiler
747 FileChecksums.push_back(hash_value(EdgeDestinations)); in emitProfileNotes()
750 out.write(reinterpret_cast<char*>(&FileChecksums.back()), 4); in emitProfileNotes()
753 Func->setCfgChecksum(FileChecksums.back()); in emitProfileNotes()
989 uint32_t CfgChecksum = FileChecksums.empty() ? 0 : FileChecksums[i]; in insertCounterWriteout()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DFormatUtil.cpp110 RETURN_CASE(DebugSubsectionKind, FileChecksums, "checksums"); in formatChunkKind()
128 RETURN_CASE(DebugSubsectionKind, FileChecksums, "DEBUG_S_FILECHKSMS"); in formatChunkKind()
H A DYAMLOutputStyle.cpp178 case DebugSubsectionKind::FileChecksums: in convertSubsectionKind()
179 return opts::ModuleSubsection::FileChecksums; in convertSubsectionKind()
H A Dllvm-pdbutil.h43 FileChecksums, enumerator
H A Dllvm-pdbutil.cpp137 clEnumValN(ModuleSubsection::FileChecksums, "fc",
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp129 if (SS.kind() != DebugSubsectionKind::FileChecksums) in findChecksumsSubsection()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp108 : YAMLSubsectionBase(DebugSubsectionKind::FileChecksums) {} in YAMLChecksumsSubsection()
949 if (SS.Subsection->Kind != DebugSubsectionKind::FileChecksums) in initializeStringsAndChecksums()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp546 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, FileChecksums),
937 case DebugSubsectionKind::FileChecksums: in initializeFileAndStringTables()
1015 case DebugSubsectionKind::FileChecksums: in printCodeViewSymbolSection()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCCodeView.cpp203 OS.EmitIntValue(unsigned(DebugSubsectionKind::FileChecksums), 4); in emitFileChecksums()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp1194 case DebugSubsectionKind::FileChecksums: in handleDebugS()
1693 case DebugSubsectionKind::FileChecksums: in findLineTable()