HomeSort by: relevance | last modified time | path
    Searched refs:MDTupleTypedArrayWrapper (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Metadata.h 1284 template <class T> class MDTupleTypedArrayWrapper {
1288 MDTupleTypedArrayWrapper() = default;
1289 MDTupleTypedArrayWrapper(const MDTuple *N) : N(N) {}
1292 MDTupleTypedArrayWrapper(
1293 const MDTupleTypedArrayWrapper<U> &Other,
1298 explicit MDTupleTypedArrayWrapper(
1299 const MDTupleTypedArrayWrapper<U> &Other,
1323 using CLASS##Array = MDTupleTypedArrayWrapper<CLASS>;
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp 171 template <class T> void Write(const MDTupleTypedArrayWrapper<T> &MD) {

Completed in 44 milliseconds