Home
last modified time | relevance | path

Searched refs:getAllocTypeAttributeString (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp97 std::string llvm::memprof::getAllocTypeAttributeString(AllocationType Type) { in getAllocTypeAttributeString() function in llvm::memprof
116 auto AllocTypeString = getAllocTypeAttributeString(AllocType); in addAllocTypeAttribute()
179 MDString::get(Ctx, getAllocTypeAttributeString(AllocType))); in createMIBNode()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryProfileInfo.h41 std::string getAllocTypeAttributeString(AllocationType Type);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp2627 std::string AllocTypeString = getAllocTypeAttributeString(AllocType); in updateAllocationCall()
3529 std::string AllocTypeString = getAllocTypeAttributeString(AllocTy); in applyImport()