Searched refs:getAllocTypeAttributeString (Results 1 – 4 of 4) sorted by relevance
101 std::string llvm::memprof::getAllocTypeAttributeString(AllocationType Type) { in getAllocTypeAttributeString() function in llvm::memprof195 MDString::get(Ctx, getAllocTypeAttributeString(AllocType))); in createMIBNode()452 auto AllocTypeString = getAllocTypeAttributeString(AT); in addSingleAllocTypeAttribute()461 << getAllocTypeAttributeString(AT) << ": " << TotalSize << "\n"; in addSingleAllocTypeAttribute()
57 LLVM_ABI std::string getAllocTypeAttributeString(AllocationType Type);
725 errs() << "MemProf " << getAllocTypeAttributeString(Info.AllocType) in run()
3943 std::string AllocTypeString = getAllocTypeAttributeString(AllocType); in updateAllocationCall()5366 std::string AllocTypeString = getAllocTypeAttributeString(AllocTy); in applyImport()