Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libunwind/src/
H A Dconfig.h128 #define _LIBUNWIND_REMEMBER_ALLOC(_size) alloca(_size) macro
133 #define _LIBUNWIND_REMEMBER_ALLOC(_size) _malloca(_size) macro
137 #define _LIBUNWIND_REMEMBER_ALLOC(_size) malloc(_size) macro
142 #define _LIBUNWIND_REMEMBER_ALLOC(_size) malloc(_size) macro
H A DDwarfParser.hpp561 (PrologInfoStackEntry *)_LIBUNWIND_REMEMBER_ALLOC( in parseFDEInstructions()