Searched refs:getAllocTypeAttributeString (Results 1 – 4 of 4) sorted by relevance
107 std::string llvm::memprof::getAllocTypeAttributeString(AllocationType Type) { in getAllocTypeAttributeString() function in llvm::memprof126 auto AllocTypeString = getAllocTypeAttributeString(AllocType); in addAllocTypeAttribute()192 MDString::get(Ctx, getAllocTypeAttributeString(AllocType))); in createMIBNode()262 << getAllocTypeAttributeString((AllocationType)Alloc->AllocTypes) in buildAndAttachMIBMetadata()
45 std::string getAllocTypeAttributeString(AllocationType Type);
1058 errs() << "MemProf " << getAllocTypeAttributeString(Info.AllocType) in run()
2838 std::string AllocTypeString = getAllocTypeAttributeString(AllocType); in updateAllocationCall()3758 std::string AllocTypeString = getAllocTypeAttributeString(AllocTy); in applyImport()