/llvm-project/llvm/lib/Support/BLAKE3/ |
H A D | blake3_avx512_x86-64_unix.S | 20 #define HIDDEN .private_extern macro 22 #define HIDDEN .hidden macro 26 HIDDEN _blake3_hash_many_avx512 label 27 HIDDEN blake3_hash_many_avx512 label 28 HIDDEN blake3_compress_in_place_avx512 label 29 HIDDEN _blake3_compress_in_place_avx512 label 30 HIDDEN blake3_compress_xof_avx512 label 31 HIDDEN _blake3_compress_xof_avx512 label
|
H A D | blake3_sse41_x86-64_unix.S | 20 #define HIDDEN .private_extern macro 22 #define HIDDEN .hidden macro 26 HIDDEN blake3_hash_many_sse41 label 27 HIDDEN _blake3_hash_many_sse41 label 28 HIDDEN blake3_compress_in_place_sse41 label 29 HIDDEN _blake3_compress_in_place_sse41 label 30 HIDDEN blake3_compress_xof_sse41 label 31 HIDDEN _blake3_compress_xof_sse41 label
|
H A D | blake3_sse2_x86-64_unix.S | 20 #define HIDDEN .private_extern macro 22 #define HIDDEN .hidden macro 26 HIDDEN blake3_hash_many_sse2 label 27 HIDDEN _blake3_hash_many_sse2 label 28 HIDDEN blake3_compress_in_place_sse2 label 29 HIDDEN _blake3_compress_in_place_sse2 label 30 HIDDEN blake3_compress_xof_sse2 label 31 HIDDEN _blake3_compress_xof_sse2 label
|
H A D | blake3_avx2_x86-64_unix.S | 20 #define HIDDEN .private_extern macro 22 #define HIDDEN .hidden macro 26 HIDDEN _blake3_hash_many_avx2 label 27 HIDDEN blake3_hash_many_avx2 label
|
/llvm-project/clang/test/InterfaceStubs/ |
H A D | hidden-class-inheritance.cpp | 132 #define HIDDEN __attribute__((__visibility__("hidden"))) macro
|
H A D | virtual.cpp | 9 #define HIDDEN __attribute__((__visibility__(("hidden")))) macro
|
/llvm-project/clang/test/SemaCXX/ |
H A D | attr-on-explicit-template-instantiation.cpp | 7 #define HIDDEN __attribute__((__visibility__("hidden"))) macro
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | dllstorage-visibility.cpp | 16 #define HIDDEN __attribute__((visibility("hidden"))) macro
|
H A D | visibility-ms-compat.cpp | 8 #define HIDDEN __attribute__((visibility("hidden"))) macro
|
H A D | type_visibility.cpp | 8 #define HIDDEN __attribute__((visibility("hidden"))) macro [all...] |
H A D | visibility.cpp | 7 #define HIDDEN __attribute__((visibility("hidden"))) macro 376 static int hidden HIDDEN; member
|
/llvm-project/compiler-rt/lib/builtins/ |
H A D | assembly.h | 30 #define HIDDEN(name) .private_extern name macro 41 #define HIDDEN(name) .hidden name macro 60 #define HIDDEN(name) macro
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | internal_defs.h | 32 #define HIDDEN __attribute__((visibility("hidden"))) macro
|
/llvm-project/libc/AOR_v20.02/math/ |
H A D | math_config.h | 73 # define HIDDEN __attribute__ ((__visibility__ ("hidden"))) macro 89 # define HIDDEN macro
|