| /llvm-project-15.0.7/lldb/test/API/macosx/add-dsym/ |
| H A D | Makefile | 5 all: a.out.dSYM hide.app/Contents/a.out.dSYM 7 hide.app/Contents/a.out.dSYM: 8 mkdir hide.app 9 mkdir hide.app/Contents 10 mv a.out.dSYM hide.app/Contents
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | special-symbol-ld-hidden.s | 18 ## Check that '$hide$' has no effect on reexported symbols. 57 symbols: [ '$ld$hide$os11.0$_OBJC_CLASS_$_foo11', '$ld$hide$os10.0$_OBJC_CLASS_$_foo10', _xxx ] 88 symbols: [ '$ld$hide$___nan' ]
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | extractExternal.cpp | 291 void hideSymbols(char *fileName, const set<string> &hide) { in hideSymbols() argument 329 (e.storageClass == 2 && hide.find(s) != hide.end()) ? prefix + s : s); in hideSymbols() 359 (e.storageClass == 2 && hide.find(s) != hide.end()) ? prefix + s : s); in hideSymbols() 458 set<string> hide; in main() local 469 hide.insert(*it2); in main() 476 hideSymbols(argv[2 + i], hide); in main() 481 hideSymbols(argv[i], hide); in main()
|
| /llvm-project-15.0.7/lldb/test/API/macosx/find-dsym/bundle-with-dot-in-filename/ |
| H A D | Makefile | 14 mkdir hide.app 15 tar cf - com.apple.sbd.xpc com.apple.sbd.xpc.dSYM | ( cd hide.app;tar xBpf -) 19 …rm -rf a.out a.out.dSYM hide.app com.apple.sbd com.apple.sbd.dSYM com.apple.sbd.xpc com.apple.sbd.…
|
| /llvm-project-15.0.7/lldb/test/API/macosx/find-dsym/deep-bundle/ |
| H A D | Makefile | 18 mkdir hide.app 20 tar cf - MyFramework.framework MyFramework.framework.dSYM | ( cd hide.app;tar xBpf -) 24 …-bundle.dSYM MyFramework.framework MyFramework.framework.dSYM MyFramework MyFramework.dSYM hide.app
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Windows/ |
| H A D | operator_array_new_with_dtor_left_oob.cpp | 9 int __attribute__((noinline, optnone)) hide(int x) { return x; } in hide() function 13 buffer[hide(-(1 + (int)sizeof(void*) / 4))].x = 42; in main()
|
| H A D | dll_operator_array_new_with_dtor_left_oob.cpp | 10 int __attribute__((noinline, optnone)) hide(int x) { return x; } in hide() function 15 buffer[hide(-(1 + (int)sizeof(void*) / 4))].x = 42; in test_function()
|
| /llvm-project-15.0.7/llvm/test/Other/ |
| H A D | cfg_deopt_unreach.ll | 3 ; RUN: opt < %s -dot-cfg -cfg-hide-unreachable-paths -cfg-dot-filename-prefix=%t/unreach 2>/dev/nul… 5 ; RUN: opt < %s -dot-cfg -cfg-hide-deoptimize-paths -cfg-dot-filename-prefix=%t/deopt 2>/dev/null >… 9 ; RUN: opt < %s -dot-cfg -cfg-hide-unreachable-paths -cfg-hide-deoptimize-paths -cfg-dot-filename-p…
|
| /llvm-project-15.0.7/clang/test/PCH/ |
| H A D | cxx-variadic-templates.h | 29 template<typename T> using hide = int; 30 template<typename ...T> void take_nondependent_pack_2(outer<hide<T>...>);
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | forwarding-reference-overload.rst | 6 The check looks for perfect forwarding constructors that can hide copy or move 41 The check warns for constructors C1 and C2, because those can hide copy and move 44 constructor could hide in this case. We also suppress warnings for constructors
|
| /llvm-project-15.0.7/mlir/include/mlir/Support/ |
| H A D | Timing.h | 246 void hide() { in hide() function 315 void hide() { timer.hide(); } in hide() function
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | ChangeLog | 131 - hide internal structure of isl_vec 183 - hide internal structure of isl_options 203 - hide internal structures of isl_div and isl_constraint 212 - hide internal structure of isl_ctx 227 - hide internal structure of some data types
|
| /llvm-project-15.0.7/llvm/test/tools/gold/X86/ |
| H A D | linkonce_odr_unnamed_addr.ll | 2 ; weak symbols, it preserves the auto hide property when possible. 13 ; conservative and not auto hide.
|
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | DumpValueObjectOptions.cpp | 156 DumpValueObjectOptions &DumpValueObjectOptions::SetHidePointerValue(bool hide) { in SetHidePointerValue() argument 157 m_hide_pointer_value = hide; in SetHidePointerValue()
|
| /llvm-project-15.0.7/llvm/test/ThinLTO/X86/ |
| H A D | linkonce_odr_unnamed_addr.ll | 3 ; auto hide property when possible. 25 ; conservative and not auto hide.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | dcbt-sched.ll | 17 ; hide its latency.
|
| H A D | botheightreduce.mir | 5 # between the final run of MULLDs and the LDXs that feed them, to try to hide
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | exclude-libs-versym.s | 2 ## --exclude-libs can hide version symbols.
|
| /llvm-project-15.0.7/llvm/lib/Target/ |
| H A D | CMakeLists.txt | 23 # that are used across shared objects which we can't hide.
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/ |
| H A D | misleading-indentation.rst | 7 structure and the indentation of the code may hide serious problems.
|
| /llvm-project-15.0.7/llvm/test/tools/lto/ |
| H A D | hide-linkonce-odr.ll | 11 ; check that the linker can hide @a but not @b, nor @GlobLinkonce
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/misc/ |
| H A D | unused-parameters.rst | 42 there's basically no place for a bug to hide.
|
| /llvm-project-15.0.7/lldb/include/lldb/DataFormatters/ |
| H A D | DumpValueObjectOptions.h | 109 DumpValueObjectOptions &SetHidePointerValue(bool hide = false);
|
| /llvm-project-15.0.7/mlir/lib/Pass/ |
| H A D | PassTiming.cpp | 102 scope.hide(); in runBeforePass()
|
| /llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/ |
| H A D | thinlto_samplepgo_icp2.ll | 17 ; hide the problem.
|