Searched refs:__xray_FunctionExit (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_trampoline_hexagon.S | 66 .globl ASM_SYMBOL(__xray_FunctionExit) 67 ASM_HIDDEN(__xray_FunctionExit) 68 ASM_TYPE_FUNCTION(__xray_FunctionExit) 69 # LLVM-MCA-BEGIN __xray_FunctionExit 70 ASM_SYMBOL(__xray_FunctionExit): 80 ASM_SIZE(__xray_FunctionExit)
|
H A D | xray_trampoline_mips64.S | 87 .globl __xray_FunctionExit 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
|
H A D | xray_trampoline_mips.S | 64 .globl __xray_FunctionExit 66 .type __xray_FunctionExit,@function 67 __xray_FunctionExit: label 108 .size __xray_FunctionExit, FunctionExit_end-__xray_FunctionExit
|
H A D | xray_trampoline_loongarch64.S | 89 .globl ASM_SYMBOL(__xray_FunctionExit) 90 ASM_HIDDEN(__xray_FunctionExit) 92 ASM_TYPE_FUNCTION(__xray_FunctionExit) 93 ASM_SYMBOL(__xray_FunctionExit): 123 ASM_SIZE(__xray_FunctionExit)
|
H A D | xray_trampoline_AArch64.S | 59 .global ASM_SYMBOL(__xray_FunctionExit) 60 ASM_HIDDEN(__xray_FunctionExit) 61 ASM_TYPE_FUNCTION(__xray_FunctionExit) 62 ASM_SYMBOL(__xray_FunctionExit): 83 ASM_SIZE(__xray_FunctionExit)
|
H A D | xray_trampoline_x86_64.S | 143 .globl ASM_SYMBOL(__xray_FunctionExit) 144 ASM_HIDDEN(__xray_FunctionExit) 146 ASM_TYPE_FUNCTION(__xray_FunctionExit) 147 # LLVM-MCA-BEGIN __xray_FunctionExit 148 ASM_SYMBOL(__xray_FunctionExit): 183 ASM_SIZE(__xray_FunctionExit)
|
H A D | xray_trampoline_arm.S | 43 .global __xray_FunctionExit 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
|
H A D | xray_hexagon.cpp | 144 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit() 149 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionTailExit()
|
H A D | xray_loongarch64.cpp | 135 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit() 142 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionTailExit()
|
H A D | xray_mips.cpp | 145 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit() 152 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionTailExit()
|
H A D | xray_mips64.cpp | 153 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit() 160 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionTailExit()
|
H A D | xray_trampoline_powerpc64_asm.S | 144 .globl __xray_FunctionExit 146 __xray_FunctionExit: label
|
H A D | xray_x86_64.cpp | 195 int64_t TrampolineOffset = reinterpret_cast<int64_t>(__xray_FunctionExit) - in patchFunctionExit() 199 reinterpret_cast<void *>(__xray_FunctionExit), in patchFunctionExit()
|
H A D | xray_interface_internal.h | 95 extern void __xray_FunctionExit();
|
H A D | xray_AArch64.cpp | 98 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit()
|
H A D | xray_arm.cpp | 137 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit()
|