Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
Dassembly.h45 #define SYMBOL_IS_FUNC(name) macro
53 #define SYMBOL_IS_FUNC(name) .type name,%function macro
55 #define SYMBOL_IS_FUNC(name) .type name,@function macro
69 #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