HomeSort by: relevance | last modified time | path
    Searched refs:nounwind (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc.old/lib/libbacktrace/
Makefile 12 SRCS= dwarf.c elf.c fileline.c mmap.c mmapio.c nounwind.c \
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir_test.go 71 "nounwind",
  /src/external/apache2/llvm/dist/llvm/utils/vim/syntax/
llvm.vim 140 \ nounwind
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLLexer.cpp 673 KEYWORD(nounwind);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 737 /// -----------------------NoUnwind Function Attribute--------------------------
743 return getAssumed() ? "nounwind" : "may-unwind";
777 void trackStatistics() const override { STATS_DECLTRACK_FN_ATTR(nounwind) }
780 /// NoUnwind attribute deduction for a call sites.
806 void trackStatistics() const override { STATS_DECLTRACK_CS_ATTR(nounwind); } variable
3130 // callee is nounwind. This is not possible if the personality of the
3279 // callee is nounwind. This is not possible if the personality of the

Completed in 60 milliseconds