Home
last modified time | relevance | path

Searched refs:MemProfFullSchema (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h79 bool MemProfFullSchema; variable
86 bool MemProfFullSchema = false);
200 void setMemProfFullSchema(bool Full) { MemProfFullSchema = Full; } in setMemProfFullSchema()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp187 memprof::IndexedVersion MemProfVersionRequested, bool MemProfFullSchema) in InstrProfWriter() argument
193 MemProfFullSchema(MemProfFullSchema) {} in InstrProfWriter()
671 bool MemProfFullSchema) { in writeMemProfV2() argument
681 if (MemProfFullSchema) in writeMemProfV2()
719 bool MemProfFullSchema) { in writeMemProfV3() argument
727 if (MemProfFullSchema) in writeMemProfV3()
762 bool MemProfFullSchema) { in writeMemProf() argument
769 return writeMemProfV2(OS, MemProfData, MemProfFullSchema); in writeMemProf()
771 return writeMemProfV3(OS, MemProfData, MemProfFullSchema); in writeMemProf()
906 MemProfFullSchema)) in writeImpl()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp317 cl::opt<bool> MemProfFullSchema( variable
620 MemProfVersionRequested, MemProfFullSchema), in WriterContext()