Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Demangle/
H A DDemangleConfig.h62 #define DEMANGLE_ATTRIBUTE_NOINLINE __attribute__((noinline)) macro
64 #define DEMANGLE_ATTRIBUTE_NOINLINE __declspec(noinline) macro
66 #define DEMANGLE_ATTRIBUTE_NOINLINE macro
/llvm-project/libcxxabi/src/demangle/
H A DDemangleConfig.h75 #define DEMANGLE_ATTRIBUTE_NOINLINE __attribute__((noinline)) macro
77 #define DEMANGLE_ATTRIBUTE_NOINLINE __declspec(noinline) macro
79 #define DEMANGLE_ATTRIBUTE_NOINLINE macro