Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h107 void addMemProfRecord(const GlobalValue::GUID Id,
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp274 void InstrProfWriter::addMemProfRecord( in addMemProfRecord() function in InstrProfWriter
408 addMemProfRecord(GUID, Record); in mergeRecordsFromWriter()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp713 WC->Writer.addMemProfRecord(GUID, Record); in loadInput()