|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/Support/MD5.h 88 void update(StringRef Str);
References
include/llvm/Support/MD5.h 113 Hash.update(Str);
lib/CodeGen/AsmPrinter/DIEHash.cpp 46 Hash.update(Str);
388 Hash.update(DWOName);
lib/CodeGen/AsmPrinter/DwarfDebug.cpp 2867 Hash.update(Identifier);
lib/MC/MCContext.cpp 614 Hash.update(Buffer);
lib/ProfileData/GCOV.cpp 694 Hasher.update(Filename.str());
lib/Transforms/Instrumentation/HWAddressSanitizer.cpp 1422 Hasher.update(M.getSourceFileName());
lib/Transforms/Utils/ModuleUtils.cpp 260 Md5.update(GV.getName());
lib/Transforms/Utils/NameAnonGlobals.cpp 44 Hasher.update(Name);
50 Hasher.update(Name);
lib/Transforms/Utils/SplitModule.cpp 244 H.update(Name);
tools/clang/include/clang/AST/DataCollection.h 45 DataConsumer.update(Str);
58 DataConsumer.update(StringRef(reinterpret_cast<char *>(&Data), sizeof(Data)));
tools/clang/lib/AST/MicrosoftMangle.cpp 58 Hasher.update(MangledName);
tools/clang/lib/Analysis/CloneDetection.cpp 265 Hash.update(
283 Hash.update(
tools/clang/lib/CodeGen/CGDebugInfo.cpp 385 Hash.update(MemBuffer->getBuffer());
tools/clang/lib/Frontend/PrecompiledPreamble.cpp 697 MD5Ctx.update(Buffer->getBuffer().data());
tools/clang/lib/StaticAnalyzer/Core/IssueHash.cpp 175 Hash.update(Content);
tools/clang/tools/libclang/CIndexer.cpp 205 Hash.update(getContents(UF.value()));
unittests/Support/MD5Test.cpp 34 Hash.update(Input);