Home
last modified time | relevance | path

Searched refs:initICFSafeThunkBody (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DTarget.h78 virtual void initICFSafeThunkBody(InputSection *thunk, in initICFSafeThunkBody() function
H A DICF.cpp331 target->initICFSafeThunkBody(thunk, masterSym); in applySafeThunksToRange()
/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DARM64.cpp44 void initICFSafeThunkBody(InputSection *thunk,
187 void ARM64::initICFSafeThunkBody(InputSection *thunk, Symbol *targetSym) const { in initICFSafeThunkBody() function in ARM64