Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_avx512_x86-64_unix.S20 #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 Dblake3_sse41_x86-64_unix.S20 #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 Dblake3_sse2_x86-64_unix.S20 #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 Dblake3_avx2_x86-64_unix.S20 #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 Dhidden-class-inheritance.cpp132 #define HIDDEN __attribute__((__visibility__("hidden"))) macro
H A Dvirtual.cpp9 #define HIDDEN __attribute__((__visibility__(("hidden")))) macro
/llvm-project/clang/test/SemaCXX/
H A Dattr-on-explicit-template-instantiation.cpp7 #define HIDDEN __attribute__((__visibility__("hidden"))) macro
/llvm-project/clang/test/CodeGenCXX/
H A Ddllstorage-visibility.cpp16 #define HIDDEN __attribute__((visibility("hidden"))) macro
H A Dvisibility-ms-compat.cpp8 #define HIDDEN __attribute__((visibility("hidden"))) macro
H A Dtype_visibility.cpp8 #define HIDDEN __attribute__((visibility("hidden"))) macro
[all...]
H A Dvisibility.cpp7 #define HIDDEN __attribute__((visibility("hidden"))) macro
376 static int hidden HIDDEN; member
/llvm-project/compiler-rt/lib/builtins/
H A Dassembly.h30 #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 Dinternal_defs.h32 #define HIDDEN __attribute__((visibility("hidden"))) macro
/llvm-project/libc/AOR_v20.02/math/
H A Dmath_config.h73 # define HIDDEN __attribute__ ((__visibility__ ("hidden"))) macro
89 # define HIDDEN macro