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.cpp101 std::string llvm::memprof::getAllocTypeAttributeString(AllocationType Type) { in getAllocTypeAttributeString() function in llvm::memprof
195 MDString::get(Ctx, getAllocTypeAttributeString(AllocType))); in createMIBNode()
452 auto AllocTypeString = getAllocTypeAttributeString(AT); in addSingleAllocTypeAttribute()
461 << getAllocTypeAttributeString(AT) << ": " << TotalSize << "\n"; in addSingleAllocTypeAttribute()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryProfileInfo.h57 LLVM_ABI std::string getAllocTypeAttributeString(AllocationType Type);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfUse.cpp725 errs() << "MemProf " << getAllocTypeAttributeString(Info.AllocType) in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp3943 std::string AllocTypeString = getAllocTypeAttributeString(AllocType); in updateAllocationCall()
5366 std::string AllocTypeString = getAllocTypeAttributeString(AllocTy); in applyImport()