Home
last modified time | relevance | path

Searched refs:func12 (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/test/tools/llvm-readobj/COFF/
Darm64-packed-unwind.s293 func12: label
323 .long func12@IMGREL
/external/llvm-project/lldb/test/API/functionalities/param_entry_vals/basic_entry_values/
Dmain.cpp111 __attribute__((noinline)) void func12(int &sink, int x) { in func12() function
193 func12(sink, 123); in main()
/external/llvm-project/llvm/test/CodeGen/VE/Scalar/
Dright_shift.ll94 define signext i8 @func12(i8 signext %0) {
95 ; CHECK-LABEL: func12:
Dleft_shift.ll104 define signext i16 @func12(i16 signext %0) {
105 ; CHECK-LABEL: func12:
/external/llvm-project/llvm/test/MC/AArch64/
Dseh-packed-unwind.s595 func12: label
596 .seh_proc func12
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dcmp_elimination.ll293 define void @func12(i64 %a) {
294 ; CHECK-LABEL: @func12
/external/llvm-project/compiler-rt/test/fuzzer/
DMultipleConstraintsOnSmallInputTest.cpp103 int func12(uint8_t a1, uint8_t a2) { in func12() function
3319 if (func12(data[0], data[1]) == 0) in api()