Searched refs:getAllocTypeAttributeString (Results 1 – 3 of 3) sorted by relevance
97 std::string llvm::memprof::getAllocTypeAttributeString(AllocationType Type) { in getAllocTypeAttributeString() function in llvm::memprof116 auto AllocTypeString = getAllocTypeAttributeString(AllocType); in addAllocTypeAttribute()179 MDString::get(Ctx, getAllocTypeAttributeString(AllocType))); in createMIBNode()
41 std::string getAllocTypeAttributeString(AllocationType Type);
2627 std::string AllocTypeString = getAllocTypeAttributeString(AllocType); in updateAllocationCall()3529 std::string AllocTypeString = getAllocTypeAttributeString(AllocTy); in applyImport()