OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ContentHash
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h
1228
uint64_t
ContentHash
;
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
1414
uint32_t
ContentHash
[2];
1469
auto
ContentHash
= hash_code(-1);
1475
ContentHash
= hash_value(MemBuff->getBuffer());
1481
auto CH = llvm::APInt(64,
ContentHash
);
1482
Entry.
ContentHash
[0] =
1484
Entry.
ContentHash
[1] =
1527
RecordData::value_type Record[] = {INPUT_FILE_HASH, Entry.
ContentHash
[0],
1528
Entry.
ContentHash
[1]};
Completed in 19 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026