Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h119 #define LLVM_ATTRIBUTE_VISIBILITY_DEFAULT [[gnu::visibility("default")]] macro
122 #define LLVM_ATTRIBUTE_VISIBILITY_DEFAULT __attribute__((visibility("default"))) macro
125 #define LLVM_ATTRIBUTE_VISIBILITY_DEFAULT macro