Home
last modified time | relevance | path

Searched refs:MIBPayload (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp189 std::vector<Metadata *> MIBPayload( in createMIBNode() local
191 MIBPayload.push_back( in createMIBNode()
194 MIBPayload.push_back(ValueAsMetadata::get( in createMIBNode()
196 return MDNode::get(Ctx, MIBPayload); in createMIBNode()