OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndexedInstrProf
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfReader.cpp
233
Value =
IndexedInstrProf
::ComputeHash(VD.first);
518
return
IndexedInstrProf
::ComputeHash(HashType, K);
559
if (GET_VERSION(FormatVersion) !=
IndexedInstrProf
::ProfVersion::Version1) {
576
if (GET_VERSION(FormatVersion) >
IndexedInstrProf
::ProfVersion::Version2 &&
616
const unsigned char *const Base,
IndexedInstrProf
::HashT HashType,
751
return Magic ==
IndexedInstrProf
::Magic;
755
IndexedInstrProfReader::readSummary(
IndexedInstrProf
::ProfVersion Version,
757
using namespace
IndexedInstrProf
;
760
if (Version >=
IndexedInstrProf
::Version4) {
761
const
IndexedInstrProf
::Summary *SummaryInLE
[
all
...]
InstrProfWriter.cpp
109
return
IndexedInstrProf
::ComputeHash(K);
271
static void setSummary(
IndexedInstrProf
::Summary *TheSummary,
273
using namespace
IndexedInstrProf
;
289
using namespace
IndexedInstrProf
;
303
IndexedInstrProf
::Header Header;
304
Header.Magic =
IndexedInstrProf
::Magic;
305
Header.Version =
IndexedInstrProf
::ProfVersion::CurrentVersion;
316
Header.HashType = static_cast<uint64_t>(
IndexedInstrProf
::HashType);
318
int N = sizeof(
IndexedInstrProf
::Header) / sizeof(uint64_t);
351
std::unique_ptr<
IndexedInstrProf
::Summary> TheSummary
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfReader.h
310
namespace
IndexedInstrProf
{
314
} // end namespace
IndexedInstrProf
320
IndexedInstrProf
::HashT HashType;
328
InstrProfLookupTrait(
IndexedInstrProf
::HashT HashType, unsigned FormatVersion)
406
IndexedInstrProf
::HashT HashType, uint64_t Version);
471
const unsigned char *readSummary(
IndexedInstrProf
::ProfVersion Version,
InstrProf.h
403
namespace
IndexedInstrProf
{
407
} // end namespace
IndexedInstrProf
481
IndexedInstrProf
::ComputeHash(FuncName), Ins.first->getKey()));
947
namespace
IndexedInstrProf
{
978
// In this version, profile summary data \c
IndexedInstrProf
::Summary is
1093
} // end namespace
IndexedInstrProf
InstrProfData.inc
74
IndexedInstrProf
::ComputeHash(getPGOFuncNameVarInitializer(Inc->getName()))))
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenPGO.cpp
38
PGOReader ? PGOReader->getVersion() : llvm::
IndexedInstrProf
::Version);
214
if (ProfileVersion >= llvm::
IndexedInstrProf
::Version7)
835
uint64_t ProfileVersion = llvm::
IndexedInstrProf
::Version;
CoverageMappingGen.cpp
1644
const uint64_t NameHash = llvm::
IndexedInstrProf
::ComputeHash(NameValue);
1699
const int64_t FilenamesRef = llvm::
IndexedInstrProf
::ComputeHash(Filenames);
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
CoverageMappingReader.cpp
649
llvm::
IndexedInstrProf
::ComputeHash(FilenameRegion);
Completed in 30 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026