Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp31 void PGOCtxProfileWriter::writeImpl(std::optional<uint32_t> CallerIndex, in writeImpl() argument
36 if (CallerIndex) in writeImpl()
38 SmallVector<uint64_t, 1>{*CallerIndex}); in writeImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h66 void writeImpl(std::optional<uint32_t> CallerIndex,