We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef602d commit 5e215e2Copy full SHA for 5e215e2
llvm/include/llvm/Analysis/MemoryProfileInfo.h
@@ -41,12 +41,6 @@ LLVM_ABI bool recordContextSizeInfoForAnalysis();
41
LLVM_ABI MDNode *buildCallstackMetadata(ArrayRef<uint64_t> CallStack,
42
LLVMContext &Ctx);
43
44
-/// Build metadata from the provided list of full stack id and profiled size, to
45
-/// use when reporting of hinted sizes is enabled.
46
-LLVM_ABI MDNode *
47
-buildContextSizeMetadata(ArrayRef<ContextTotalSize> ContextSizeInfo,
48
- LLVMContext &Ctx);
49
-
50
/// Returns the stack node from an MIB metadata node.
51
LLVM_ABI MDNode *getMIBStackNode(const MDNode *MIB);
52
0 commit comments