Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DIndexedMemProfData.cpp187 bool MemProfFullSchema) { in writeMemProfV2() argument
197 if (MemProfFullSchema) in writeMemProfV2()
222 memprof::IndexedVersion Version, bool MemProfFullSchema, in writeMemProfRadixTreeBased() argument
241 if (MemProfFullSchema) in writeMemProfRadixTreeBased()
296 bool MemProfFullSchema) { in writeMemProfV3() argument
298 MemProfFullSchema); in writeMemProfV3()
304 bool MemProfFullSchema, in writeMemProfV4() argument
308 OS, MemProfData, memprof::Version4, MemProfFullSchema, in writeMemProfV4()
315 memprof::IndexedVersion MemProfVersionRequested, bool MemProfFullSchema, in writeMemProf() argument
320 return writeMemProfV2(OS, MemProfData, MemProfFullSchema); in writeMemProf()
[all …]
H A DInstrProfWriter.cpp127 memprof::IndexedVersion MemProfVersionRequested, bool MemProfFullSchema, in InstrProfWriter() argument
135 MemProfFullSchema(MemProfFullSchema), in InstrProfWriter()
621 OS, MemProfData, MemProfVersionRequested, MemProfFullSchema, in writeImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h82 bool MemProfFullSchema; variable
105 bool MemProfFullSchema = false,
217 void setMemProfFullSchema(bool Full) { MemProfFullSchema = Full; } in setMemProfFullSchema()
H A DIndexedMemProfData.h93 memprof::IndexedVersion MemProfVersionRequested, bool MemProfFullSchema,
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp344 static cl::opt<bool> MemProfFullSchema( variable
660 MemProfVersionRequested, MemProfFullSchema, in WriterContext()