Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp107 std::string llvm::memprof::getAllocTypeAttributeString(AllocationType Type) { in getAllocTypeAttributeString() function in llvm::memprof
126 auto AllocTypeString = getAllocTypeAttributeString(AllocType); in addAllocTypeAttribute()
192 MDString::get(Ctx, getAllocTypeAttributeString(AllocType))); in createMIBNode()
262 << getAllocTypeAttributeString((AllocationType)Alloc->AllocTypes) in buildAndAttachMIBMetadata()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryProfileInfo.h45 std::string getAllocTypeAttributeString(AllocationType Type);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp1058 errs() << "MemProf " << getAllocTypeAttributeString(Info.AllocType) in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp2838 std::string AllocTypeString = getAllocTypeAttributeString(AllocType); in updateAllocationCall()
3758 std::string AllocTypeString = getAllocTypeAttributeString(AllocTy); in applyImport()