OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:checksums
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
StringsAndChecksums.h
26
// If only a string table subsection is given, we find a
checksums
subsection.
31
const DebugChecksumsSubsectionRef &
Checksums
);
42
if (Strings &&
Checksums
)
65
const DebugChecksumsSubsectionRef &
checksums
() const { return *
Checksums
; }
function in class:llvm::codeview::StringsAndChecksumsRef
68
bool hasChecksums() const { return
Checksums
!= nullptr; }
78
const DebugChecksumsSubsectionRef *
Checksums
= nullptr;
90
void setChecksums(const ChecksumsPtr &CP) {
Checksums
= CP; }
93
const ChecksumsPtr &
checksums
() const { return
Checksums
; }
function in class:llvm::codeview::StringsAndChecksums
[
all
...]
StringsAndChecksums.h
26
// If only a string table subsection is given, we find a
checksums
subsection.
31
const DebugChecksumsSubsectionRef &
Checksums
);
42
if (Strings &&
Checksums
)
65
const DebugChecksumsSubsectionRef &
checksums
() const { return *
Checksums
; }
function in class:llvm::codeview::StringsAndChecksumsRef
68
bool hasChecksums() const { return
Checksums
!= nullptr; }
78
const DebugChecksumsSubsectionRef *
Checksums
= nullptr;
90
void setChecksums(const ChecksumsPtr &CP) {
Checksums
= CP; }
93
const ChecksumsPtr &
checksums
() const { return
Checksums
; }
function in class:llvm::codeview::StringsAndChecksums
[
all
...]
Completed in 110 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026