Searched refs:bufLen (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/libunwind/src/ |
| H A D | AddressSpace.hpp | 196 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 D | libunwind.cpp | 212 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 D | UnwindCursor.hpp | 2845 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 D | objc-cf-audited-warning.m | 18 …temRepresentation(CFAllocatorRef allocator, const UInt8 *buffer, CFIndex bufLen, Boolean isDirecto…
|