Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm-c/
DCore.h623 const char *V, unsigned VLength);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DCore.cpp181 const char *V, unsigned VLength) { in LLVMCreateStringAttribute() argument
183 StringRef(V, VLength))); in LLVMCreateStringAttribute()