Home
last modified time | relevance | path

Searched defs:ASM_TYPE_FUNCTION (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_asm.h89 # define ASM_TYPE_FUNCTION(symbol) .type symbol, %function macro
91 # define ASM_TYPE_FUNCTION(symbol) .type symbol, @function macro
125 # define ASM_TYPE_FUNCTION(symbol) macro