OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UseMD5
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProfWriter.h
202
UseMD5
= true;
319
bool
UseMD5
= false;
SampleProf.h
105
static inline StringRef getRepInFormat(StringRef Name, bool
UseMD5
,
110
return
UseMD5
? StringRef(GUIDBuf) : Name;
842
if (!
UseMD5
)
889
static bool
UseMD5
;
899
// If
UseMD5
is true, the name is already a GUID and we
902
return
UseMD5
? std::stoull(Name.data()) : Function::getGUID(Name);
SampleProfReader.h
359
FunctionSamples::
UseMD5
=
useMD5
();
392
CanonName = getRepInFormat(CanonName,
useMD5
(), FGUID);
399
Fname = getRepInFormat(Fname,
useMD5
(), FGUID);
459
virtual bool
useMD5
() { return false; }
714
virtual bool
useMD5
() override { return MD5StringBuf.get(); }
772
virtual bool
useMD5
() override { return true; }
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProf.cpp
43
bool FunctionSamples::
UseMD5
= false;
269
CalleeName = getRepInFormat(CalleeName,
UseMD5
, CalleeGUID);
SampleProfReader.cpp
602
bool
UseMD5
= hasSecFlag(Entry, SecNameTableFlags::SecFlagMD5Name);
603
assert((!FixedLengthMD5 ||
UseMD5
) &&
604
"If FixedLengthMD5 is true,
UseMD5
has to be true");
607
if (std::error_code EC = readNameTableSec(
UseMD5
))
700
if (
useMD5
()) {
1543
if (Reader.
useMD5
()) {
SampleProfWriter.cpp
193
if (!
UseMD5
)
/src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
llvm-profdata.cpp
636
bool CompressAllSections, bool
UseMD5
,
651
if (
UseMD5
) {
669
bool
UseMD5
, bool GenPartialProfile,
754
CompressAllSections,
UseMD5
, GenPartialProfile);
883
cl::opt<bool>
UseMD5
(
965
UseMD5
, GenPartialProfile, SampleMergeColdContext,
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleProfile.cpp
243
if (!CurrentReader.
useMD5
())
269
if (!CurrentReader.
useMD5
())
1049
assert((!FunctionSamples::
UseMD5
|| FS->GUIDToFuncNameMap) &&
Completed in 244 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026