Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
Dassembly.h39 #define SYMBOL_IS_FUNC(name) macro
45 #define SYMBOL_IS_FUNC(name) .type name,%function macro
47 #define SYMBOL_IS_FUNC(name) .type name,@function macro
59 #define SYMBOL_IS_FUNC(name) \ macro
/external/compiler-rt/lib/builtins/
Dassembly.h30 #define SYMBOL_IS_FUNC(name) macro
41 #define SYMBOL_IS_FUNC(name) .type name,%function macro
43 #define SYMBOL_IS_FUNC(name) .type name,@function macro
58 #define SYMBOL_IS_FUNC(name) \ macro