Home
last modified time | relevance | path

Searched refs:computeFullStackId (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProfCommon.h32 LLVM_ABI uint64_t computeFullStackId(ArrayRef<Frame> CallStack);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProfSummaryBuilder.cpp61 addRecord(computeFullStackId(Alloc.CallStack), Alloc.Info); in addRecord()
H A DMemProfCommon.cpp73 uint64_t llvm::memprof::computeFullStackId(ArrayRef<Frame> CallStack) { in computeFullStackId() function in llvm::memprof
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfUse.cpp455 return computeFullStackId(Entry.Frames); in readMemprof()
572 FullStackId = computeFullStackId(AllocInfo->CallStack); in readMemprof()