Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DTarget.h78 virtual void initICFSafeThunkBody(InputSection *thunk, in initICFSafeThunkBody() function
/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DARM64.cpp187 void ARM64::initICFSafeThunkBody(InputSection *thunk, Symbol *targetSym) const { in initICFSafeThunkBody() function in ARM64