Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp335 template <class T> static size_t arrayDataSize(ArrayRef<T> A) { in arrayDataSize() function
340 OS.write((const char *)A.data(), arrayDataSize(A)); in writeArrayData()