Home
last modified time | relevance | path

Searched defs:__ASM_WEAK_WRAPPER (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception.h184 # define __ASM_WEAK_WRAPPER(func) ".globl " #func "\n" macro
186 # define __ASM_WEAK_WRAPPER(func) ".weak " #func "\n" macro