OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MD5FuncMap
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProf.h
427
std::vector<std::pair<uint64_t, Function *>>
MD5FuncMap
;
551
llvm::sort(
MD5FuncMap
, less_first());
577
auto Result = llvm::lower_bound(
MD5FuncMap
, FuncMD5Hash,
580
if (Result !=
MD5FuncMap
.end() && Result->first == FuncMD5Hash)
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProf.cpp
354
MD5FuncMap
.emplace_back(Function::getGUID(PGOFuncName), &F);
378
MD5FuncMap
.emplace_back(Function::getGUID(OtherFuncName), &F);
Completed in 55 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026