Home
last modified time | relevance | path

Searched defs:AllocTypes (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemoryProfileInfo.h56 uint8_t AllocTypes; member
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp94 static bool hasSingleAllocType(uint8_t AllocTypes) { in hasSingleAllocType()