/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | DebugChecksumsSubsection.h | 57 : DebugSubsectionRef(DebugSubsectionKind::FileChecksums) {} 60 return S->kind() == DebugSubsectionKind::FileChecksums; 82 return S->kind() == DebugSubsectionKind::FileChecksums;
|
H A D | StringsAndChecksums.h | 46 if (R.kind() == DebugSubsectionKind::FileChecksums) { in initialize()
|
H A D | CodeView.h | 327 FileChecksums = 0xf4, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | StringsAndChecksums.cpp | 72 assert(FCR.kind() == DebugSubsectionKind::FileChecksums); in initializeChecksums()
|
H A D | DebugSubsectionVisitor.cpp | 41 case DebugSubsectionKind::FileChecksums: { in visitDebugSubsection()
|
H A D | DebugChecksumsSubsection.cpp | 65 : DebugSubsection(DebugSubsectionKind::FileChecksums), Strings(Strings) {} in DebugChecksumsSubsection()
|
H A D | EnumTables.cpp | 243 CV_ENUM_CLASS_ENT(DebugSubsectionKind, FileChecksums),
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | FormatUtil.cpp | 59 RETURN_CASE(DebugSubsectionKind, FileChecksums, "checksums"); in formatChunkKind() 79 RETURN_CASE(DebugSubsectionKind, FileChecksums, "DEBUG_S_FILECHKSMS"); in formatChunkKind()
|
H A D | ModuleDebugStream.cpp | 137 if (SS.kind() != DebugSubsectionKind::FileChecksums) in findChecksumsSubsection()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | YAMLOutputStyle.cpp | 177 case DebugSubsectionKind::FileChecksums: in convertSubsectionKind() 178 return opts::ModuleSubsection::FileChecksums; in convertSubsectionKind()
|
H A D | llvm-pdbutil.h | 41 FileChecksums, 42 FileChecksums, global() enumerator
|
H A D | llvm-pdbutil.cpp | 136 clEnumValN(ModuleSubsection::FileChecksums, "fc",
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 155 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 D | CodeViewYAMLDebugSections.cpp | 107 : 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 D | MCCodeView.cpp | 200 OS.emitInt32(uint32_t(DebugSubsectionKind::FileChecksums)); in emitFileChecksums()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 559 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 D | PDB.cpp | 782 case DebugSubsectionKind::FileChecksums: in handleDebugS() 1787 case DebugSubsectionKind::FileChecksums: in findLineTable()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.cpp | 352 case DebugSubsectionKind::FileChecksums: in initializeFileAndStringTables()
|