Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryProfileInfo.h72 uint8_t AllocTypes; member
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp118 bool llvm::memprof::hasSingleAllocType(uint8_t AllocTypes) { in hasSingleAllocType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp320 uint8_t AllocTypes = 0; member
492 uint8_t AllocTypes = 0; member
1037 AllocationType allocTypeToUse(uint8_t AllocTypes) { in allocTypeToUse()
1322 static std::string getAllocTypeString(uint8_t AllocTypes) { in getAllocTypeString()