OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FormatVersion
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfReader.h
321
unsigned
FormatVersion
;
328
InstrProfLookupTrait(IndexedInstrProf::HashT HashType, unsigned
FormatVersion
)
329
: HashType(HashType),
FormatVersion
(
FormatVersion
) {}
398
uint64_t
FormatVersion
;
422
uint64_t getVersion() const override { return GET_VERSION(
FormatVersion
); }
425
return (
FormatVersion
& VARIANT_MASK_IR_PROF) != 0;
429
return (
FormatVersion
& VARIANT_MASK_CSIR_PROF) != 0;
433
return (
FormatVersion
& VARIANT_MASK_INSTR_ENTRY) != 0;
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfReader.cpp
556
// Initialize number of counters for GET_VERSION(
FormatVersion
) == 1.
559
if (GET_VERSION(
FormatVersion
) != IndexedInstrProf::ProfVersion::Version1) {
576
if (GET_VERSION(
FormatVersion
) > IndexedInstrProf::ProfVersion::Version2 &&
618
FormatVersion
= Version;
826
uint64_t
FormatVersion
= endian::byte_swap<uint64_t, little>(Header->Version);
827
if (GET_VERSION(
FormatVersion
) >
831
Cur = readSummary((IndexedInstrProf::ProfVersion)
FormatVersion
, Cur,
833
if (
FormatVersion
& VARIANT_MASK_CSIR_PROF)
834
Cur = readSummary((IndexedInstrProf::ProfVersion)
FormatVersion
, Cur,
848
Start + HashOffset, Cur, Start, HashType,
FormatVersion
);
[
all
...]
Completed in 16 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026