Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libunwind/src/
H A DAddressSpace.hpp196 bool findFunctionName(pint_t addr, char *buf, size_t bufLen,
620 size_t bufLen, in findFunctionName() argument
626 snprintf(buf, bufLen, "%s", dyldInfo.dli_sname); in findFunctionName()
635 snprintf(buf, bufLen, "%.*s", nameLen, funcName); in findFunctionName()
641 (void)bufLen; in findFunctionName()
H A Dlibunwind.cpp212 size_t bufLen, unw_word_t *offset) { in _LIBUNWIND_WEAK_ALIAS()
215 static_cast<unsigned long>(bufLen)); in _LIBUNWIND_WEAK_ALIAS()
217 if (co->getFunctionName(buf, bufLen, offset)) in _LIBUNWIND_WEAK_ALIAS()
H A DUnwindCursor.hpp2845 bool UnwindCursor<A, R>::getFunctionName(char *buf, size_t bufLen, in getFunctionName() argument
2848 buf, bufLen, offset); in getFunctionName()
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dobjc-cf-audited-warning.m18 …temRepresentation(CFAllocatorRef allocator, const UInt8 *buffer, CFIndex bufLen, Boolean isDirecto…