Searched refs:DebugChecksumsSubsectionRef (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | StringsAndChecksums.h | 19 class DebugChecksumsSubsectionRef; variable 33 const DebugChecksumsSubsectionRef &Checksums); 36 void setChecksums(const DebugChecksumsSubsectionRef &CS); 67 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } in checksums() 77 std::shared_ptr<DebugChecksumsSubsectionRef> OwnedChecksums; 80 const DebugChecksumsSubsectionRef *Checksums = nullptr;
|
H A D | DebugSubsectionVisitor.h | 19 class DebugChecksumsSubsectionRef; variable 40 virtual Error visitFileChecksums(DebugChecksumsSubsectionRef &Checksums, 99 const DebugChecksumsSubsectionRef &Checksums) { in visitDebugSubsections()
|
H A D | DebugChecksumsSubsection.h | 51 class DebugChecksumsSubsectionRef final : public DebugSubsectionRef { 56 DebugChecksumsSubsectionRef()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | StringsAndChecksums.cpp | 28 const DebugChecksumsSubsectionRef &Checksums) in StringsAndChecksumsRef() 64 const DebugChecksumsSubsectionRef &CS) { in setChecksums() 65 OwnedChecksums = std::make_shared<DebugChecksumsSubsectionRef>(); in setChecksums() 76 OwnedChecksums = std::make_shared<DebugChecksumsSubsectionRef>(); in initializeChecksums()
|
H A D | DebugChecksumsSubsection.cpp | 51 Error DebugChecksumsSubsectionRef::initialize(BinaryStreamReader Reader) { in initialize() 58 Error DebugChecksumsSubsectionRef::initialize(BinaryStreamRef Section) { in initialize()
|
H A D | DebugSubsectionVisitor.cpp | 42 DebugChecksumsSubsectionRef Fragment; in visitDebugSubsection()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | ModuleDebugStream.h | 24 class DebugChecksumsSubsectionRef; variable 70 Expected<codeview::DebugChecksumsSubsectionRef>
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | ModuleDebugStream.cpp | 133 Expected<codeview::DebugChecksumsSubsectionRef> 135 codeview::DebugChecksumsSubsectionRef Result; in findChecksumsSubsection()
|
H A D | NativeInlineSiteSymbol.cpp | 199 Expected<DebugChecksumsSubsectionRef> Checksums = in findInlineeLinesByVA()
|
H A D | SymbolCache.cpp | 561 Expected<DebugChecksumsSubsectionRef> ExpectedChecksums = in findLineNumbersByVA()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 115 const DebugChecksumsSubsectionRef &FC); 129 const DebugChecksumsSubsectionRef &Checksums, 145 const DebugChecksumsSubsectionRef &Checksums, 556 const DebugChecksumsSubsectionRef &Checksums, uint32_t FileID) { in getFileName() 567 const DebugChecksumsSubsectionRef &FC) { in fromCodeViewSubsection() 582 const DebugChecksumsSubsectionRef &Checksums, in fromCodeViewSubsection() 620 const DebugChecksumsSubsectionRef &Checksums, in fromCodeViewSubsection() 771 Error visitFileChecksums(DebugChecksumsSubsectionRef &Checksums, 809 DebugChecksumsSubsectionRef &Checksums, in visitFileChecksums()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.h | 166 DebugChecksumsSubsectionRef CVFileChecksumTable;
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | PDB.cpp | 201 DebugChecksumsSubsectionRef checksums; 911 const DebugChecksumsSubsectionRef &checksums, uint32_t fileID) { in getFileName() 1751 DebugChecksumsSubsectionRef &checksums, in findLineTable() 1836 DebugChecksumsSubsectionRef checksums; in getFileLineCodeView()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 188 DebugChecksumsSubsectionRef CVFileChecksumTable; 1377 DebugChecksumsSubsectionRef Checksums; in printCodeViewFileChecksums()
|