Searched refs:storeImpl (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | MetadataImpl.h | 28 template <class T> T *MDNode::storeImpl(T *N, StorageType Storage) { in storeImpl() function 42 T *MDNode::storeImpl(T *N, StorageType Storage, StoreT &Store) { in storeImpl() function
|
| H A D | DebugInfoMetadata.cpp | 80 return storeImpl(new (Ops.size()) DILocation(Context, Storage, Line, Column, in getImpl() 303 return storeImpl(new (DwarfOps.size() + 1) GenericDINode( in getImpl() 328 return storeImpl(new (array_lengthof(OPS)) \ 332 return storeImpl(new (0u) CLASS(Context, Storage, UNWRAP_ARGS(ARGS)), \ 335 return storeImpl(new (array_lengthof(OPS)) CLASS(Context, Storage, OPS), \ 338 return storeImpl(new (NUM_OPS) \ 763 return storeImpl(new (array_lengthof(Ops)) DICompileUnit( in getImpl()
|
| H A D | Metadata.cpp | 839 return storeImpl(new (MDs.size()) MDTuple(Context, Storage, Hash, MDs), in getImpl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Metadata.h | 1044 static T *storeImpl(T *N, StorageType Storage, StoreT &Store); 1045 template <class T> static T *storeImpl(T *N, StorageType Storage);
|