Lines Matching full:metadata
297 /// Storage of metadata values is elided if the %metadata parameter to
301 int32_t NumMeta; //< Number of metadata entries. May be < NumRoots.
302 const void *Meta[0]; //< Metadata for each root.
331 // For roots [0, NumMeta), the metadata pointer is in the FrameMap.
335 // For roots [NumMeta, NumRoots), the metadata pointer is null.
426 void @llvm.gcroot(i8** %ptrloc, i8* %metadata)
443 or a bitcast of an alloca. The second contains a pointer to metadata that
446 metadata.</p>
448 <p>The <tt>%metadata</tt> argument can be used to avoid requiring heap objects
473 ;; Java has type-tags on objects, so we pass null as metadata.
976 <li><tt>RootMetadata</tt>: The value passed as the <tt>%metadata</tt>
1003 Constant *RootMetadata = RI->Metadata;