Home
last modified time | relevance | path

Searched refs:func13 (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/test/tools/llvm-readobj/COFF/
Darm64-packed-unwind.s294 func13: label
325 .long func13@IMGREL
/external/llvm-project/lldb/test/API/functionalities/param_entry_vals/basic_entry_values/
Dmain.cpp115 __attribute__((noinline)) void func13(int &sink, int x) { in func13() function
196 func14(sink, func13); in main()
/external/llvm-project/llvm/test/CodeGen/VE/Scalar/
Dright_shift.ll104 define signext i16 @func13(i16 signext %0) {
105 ; CHECK-LABEL: func13:
Dleft_shift.ll115 define i32 @func13(i32 %0) {
116 ; CHECK-LABEL: func13:
Dsext_zext_load.ll112 define zeroext i16 @func13() {
113 ; CHECK-LABEL: func13:
/external/llvm-project/llvm/test/MC/AArch64/
Dseh-packed-unwind.s624 func13: label
625 .seh_proc func13
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dcmp_elimination.ll319 define void @func13(i32 signext %a, i32 signext %b) {
320 ; CHECK-LABEL: @func13
/external/llvm-project/compiler-rt/test/fuzzer/
DMultipleConstraintsOnSmallInputTest.cpp111 int func13(uint8_t a1, uint8_t a2) { in func13() function
3321 if (func13(data[17], data[3]) == 0) in api()