Searched refs:__xray_FunctionExit (Results 1 – 17 of 17) sorted by relevance
/external/llvm-project/compiler-rt/lib/xray/ |
D | xray_trampoline_mips64.S | 87 .globl __xray_FunctionExit symbol 89 .type __xray_FunctionExit,@function 90 __xray_FunctionExit: label 105 lui $gp, %hi(%neg(%gp_rel(__xray_FunctionExit))) 107 daddiu $gp ,$gp, %lo(%neg(%gp_rel(__xray_FunctionExit))) 134 .size __xray_FunctionExit, FunctionExit_end-__xray_FunctionExit
|
D | xray_trampoline_mips.S | 64 .globl __xray_FunctionExit symbol 66 .type __xray_FunctionExit,@function 67 __xray_FunctionExit: label 108 .size __xray_FunctionExit, FunctionExit_end-__xray_FunctionExit
|
D | xray_trampoline_x86_64.S | 129 .globl ASM_SYMBOL(__xray_FunctionExit) 130 ASM_HIDDEN(__xray_FunctionExit) 132 ASM_TYPE_FUNCTION(__xray_FunctionExit) 133 # LLVM-MCA-BEGIN __xray_FunctionExit 134 ASM_SYMBOL(__xray_FunctionExit): 165 ASM_SIZE(__xray_FunctionExit)
|
D | xray_trampoline_AArch64.S | 62 .global __xray_FunctionExit symbol 63 .hidden __xray_FunctionExit 64 .type __xray_FunctionExit, %function 67 __xray_FunctionExit: label
|
D | xray_trampoline_arm.S | 43 .global __xray_FunctionExit symbol 44 .hidden __xray_FunctionExit 48 .type __xray_FunctionExit, %function 49 @ In C++ it is extern "C" void __xray_FunctionExit(uint32_t FuncId) with 51 __xray_FunctionExit: label
|
D | xray_mips.cpp | 145 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit() 152 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionTailExit()
|
D | xray_mips64.cpp | 153 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit() 160 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionTailExit()
|
D | xray_trampoline_powerpc64_asm.S | 144 .globl __xray_FunctionExit symbol 146 __xray_FunctionExit: label
|
D | xray_x86_64.cpp | 194 int64_t TrampolineOffset = reinterpret_cast<int64_t>(__xray_FunctionExit) - in patchFunctionExit() 198 __xray_FunctionExit, reinterpret_cast<void *>(Address)); in patchFunctionExit()
|
D | xray_interface_internal.h | 97 extern void __xray_FunctionExit();
|
D | xray_AArch64.cpp | 100 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit()
|
D | xray_arm.cpp | 137 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit()
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | xray-conditional-return.ll | 13 ; CHECK-NEXT: bl __xray_FunctionExit 28 ; CHECK-NEXT: bl __xray_FunctionExit 50 ; CHECK-NEXT: bl __xray_FunctionExit 65 ; CHECK-NEXT: bl __xray_FunctionExit
|
D | xray-tail-call-sled.ll | 19 ; CHECK-NEXT: bl __xray_FunctionExit 41 ; CHECK-NEXT: bl __xray_FunctionExit
|
D | xray-tail-call-hidden.ll | 22 ; CHECK-NEXT: bl __xray_FunctionExit
|
D | xray-ret-is-terminator.ll | 7 ; CHECK: bl __xray_FunctionExit
|
D | xray-attribute-instrumentation.ll | 23 ; CHECK-NEXT: bl __xray_FunctionExit
|