Searched refs:DebugChecksumsSubsectionRef (Results 1 – 14 of 14) sorted by relevance
/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()
|
/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 | 41 DebugChecksumsSubsectionRef Fragment; in visitDebugSubsection()
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | ModuleDebugStream.h | 24 class DebugChecksumsSubsectionRef; variable 70 Expected<codeview::DebugChecksumsSubsectionRef>
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | ModuleDebugStream.cpp | 131 Expected<codeview::DebugChecksumsSubsectionRef> in commit() 133 codeview::DebugChecksumsSubsectionRef Result;
|
H A D | NativeInlineSiteSymbol.cpp | 199 Expected<DebugChecksumsSubsectionRef> Checksums = in findInlineeLinesByVA()
|
H A D | SymbolCache.cpp | 565 Expected<DebugChecksumsSubsectionRef> ExpectedChecksums = in findLineNumbersByVA()
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 113 const DebugChecksumsSubsectionRef &FC); 127 const DebugChecksumsSubsectionRef &Checksums, 143 const DebugChecksumsSubsectionRef &Checksums, 554 const DebugChecksumsSubsectionRef &Checksums, uint32_t FileID) { 565 const DebugChecksumsSubsectionRef &FC) { in fromCodeViewSubsection() 580 const DebugChecksumsSubsectionRef &Checksums, in fromCodeViewSubsection() 618 const DebugChecksumsSubsectionRef &Checksums, in fromCodeViewSubsection() 769 Error visitFileChecksums(DebugChecksumsSubsectionRef &Checksums, 807 DebugChecksumsSubsectionRef &Checksums,
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.h | 166 DebugChecksumsSubsectionRef CVFileChecksumTable;
|
/llvm-project/lld/COFF/ |
H A D | PDB.cpp | 202 DebugChecksumsSubsectionRef checksums; 916 const DebugChecksumsSubsectionRef &checksums, uint32_t fileID) { in getFileName() 1765 DebugChecksumsSubsectionRef &checksums, in findLineTable() 1850 DebugChecksumsSubsectionRef checksums; in getFileLineCodeView()
|
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 188 DebugChecksumsSubsectionRef CVFileChecksumTable; 1420 DebugChecksumsSubsectionRef Checksums; in getFileNameForFileOffset()
|