Searched defs:CanUnwind (Results 1 – 2 of 2) sorted by relevance
/llvm-project/compiler-rt/lib/asan/ | ||
H A D | asan_stack.cpp | 45 bool CanUnwind() const { return can_unwind; } in CanUnwind() function in __asan::__anon258379400111::ScopedUnwinding |
/llvm-project/llvm/tools/llvm-c-test/ | ||
H A D | echo.cpp | 445 LLVMBool CanUnwind = LLVMGetInlineAsmCanUnwind(Asm); clone_inline_asm() local |