Home
last modified time | relevance | path

Searched refs:writeCallsiteIndex (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h85 void writeCallsiteIndex(uint32_t Index);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp90 void PGOCtxProfileWriter::writeCallsiteIndex(uint32_t CallsiteIndex) { in writeCallsiteIndex() function in PGOCtxProfileWriter
112 writeCallsiteIndex(CallsiteIndex); in writeNode()