HomeSort by relevance Sort by last modified time
    Searched defs:MapMetadata (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
ValueMapper.h 74 /// aren't guaranteed to be dominated by their definitions, MapMetadata will
79 /// \a MapMetadata() always ignores this flag.
105 /// - \a mapMetadata() (and \a mapMDNode());
161 Metadata *mapMetadata(const Metadata &MD);
196 /// MapMetadata().
218 /// \note \a LocalAsMetadata is completely unsupported by \a MapMetadata.
220 inline Metadata *MapMetadata(const Metadata *MD, ValueToValueMapTy &VM,
224 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapMetadata(*MD);
227 /// Version of MapMetadata with type safety for MDNode.
228 inline MDNode *MapMetadata(const MDNode *MD, ValueToValueMapTy &VM
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
ValueMapper.h 85 /// aren't guaranteed to be dominated by their definitions, MapMetadata will
90 /// \a MapMetadata() always ignores this flag.
114 /// - \a mapMetadata() (and \a mapMDNode());
169 Metadata *mapMetadata(const Metadata &MD);
204 /// MapMetadata().
226 /// \note \a LocalAsMetadata is completely unsupported by \a MapMetadata.
228 inline Metadata *MapMetadata(const Metadata *MD, ValueToValueMapTy &VM,
232 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapMetadata(*MD);
235 /// Version of MapMetadata with type safety for MDNode.
236 inline MDNode *MapMetadata(const MDNode *MD, ValueToValueMapTy &VM
    [all...]

Completed in 264 milliseconds