OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ModHash
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
ThinLTOBitcodeWriter.cpp
435
ModuleHash
ModHash
= {{0}};
437
/*GenerateHash=*/true, &
ModHash
);
450
W2.writeThinLinkBitcode(M, Index,
ModHash
);
510
ModuleHash
ModHash
= {{0}};
512
/*GenerateHash=*/true, &
ModHash
);
517
WriteThinLinkBitcodeToFile(M, *ThinLinkOS, *Index,
ModHash
);
/src/external/apache2/llvm/dist/llvm/lib/LTO/
LTO.cpp
144
auto
ModHash
= Index.getModuleHash(ModuleID);
145
Hasher.update(ArrayRef<uint8_t>((uint8_t *)&
ModHash
[0], sizeof(
ModHash
)));
176
auto
ModHash
= Index.getModuleHash(EntryIt->first());
177
Hasher.update(ArrayRef<uint8_t>((uint8_t *)&
ModHash
[0], sizeof(
ModHash
)));
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
256
/// into
ModHash
.
257
ModuleHash *
ModHash
;
271
ModuleHash *
ModHash
= nullptr)
274
Buffer(Buffer), GenerateHash(GenerateHash),
ModHash
(
ModHash
),
4387
if (
ModHash
)
4389
llvm::copy(Vals, std::begin(*
ModHash
));
4603
bool GenerateHash, ModuleHash *
ModHash
) {
4615
GenerateHash,
ModHash
);
4631
bool GenerateHash, ModuleHash *
ModHash
) {
[
all
...]
Completed in 20 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026