Home
last modified time | relevance | path

Searched refs:hide (Results 1 – 25 of 73) sorted by relevance

123

/llvm-project-15.0.7/lldb/test/API/macosx/add-dsym/
H A DMakefile5 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 Dspecial-symbol-ld-hidden.s18 ## 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 DextractExternal.cpp291 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 DMakefile14 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 DMakefile18 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 Doperator_array_new_with_dtor_left_oob.cpp9 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 Ddll_operator_array_new_with_dtor_left_oob.cpp10 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 Dcfg_deopt_unreach.ll3 ; 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 Dcxx-variadic-templates.h29 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 Dforwarding-reference-overload.rst6 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 DTiming.h246 void hide() { in hide() function
315 void hide() { timer.hide(); } in hide() function
/llvm-project-15.0.7/polly/lib/External/isl/
H A DChangeLog131 - 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 Dlinkonce_odr_unnamed_addr.ll2 ; 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 DDumpValueObjectOptions.cpp156 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 Dlinkonce_odr_unnamed_addr.ll3 ; auto hide property when possible.
25 ; conservative and not auto hide.
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Ddcbt-sched.ll17 ; hide its latency.
H A Dbotheightreduce.mir5 # 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 Dexclude-libs-versym.s2 ## --exclude-libs can hide version symbols.
/llvm-project-15.0.7/llvm/lib/Target/
H A DCMakeLists.txt23 # 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 Dmisleading-indentation.rst7 structure and the indentation of the code may hide serious problems.
/llvm-project-15.0.7/llvm/test/tools/lto/
H A Dhide-linkonce-odr.ll11 ; 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 Dunused-parameters.rst42 there's basically no place for a bug to hide.
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h109 DumpValueObjectOptions &SetHidePointerValue(bool hide = false);
/llvm-project-15.0.7/mlir/lib/Pass/
H A DPassTiming.cpp102 scope.hide(); in runBeforePass()
/llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/
H A Dthinlto_samplepgo_icp2.ll17 ; hide the problem.

123