Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp147 assert(AllocStackId == StackId); in addCallStack()
151 AllocStackId = StackId; in addCallStack()
260 errs() << "Total size for allocation with location hash " << AllocStackId in buildAndAttachMIBMetadata()
268 MIBCallStack.push_back(AllocStackId); in buildAndAttachMIBMetadata()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryProfileInfo.h71 uint64_t AllocStackId = 0; variable