Home
last modified time | relevance | path

Searched refs:LowerCallSiteWithPtrAuthBundle (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h494 void LowerCallSiteWithPtrAuthBundle(const CallBase &CB,
H A DSelectionDAGBuilder.cpp3385 LowerCallSiteWithPtrAuthBundle(cast<CallBase>(I), EHPadBB); in visitInvoke()
9420 LowerCallSiteWithPtrAuthBundle(cast<CallBase>(I), /*EHPadBB=*/nullptr); in visitCall()
9445 void SelectionDAGBuilder::LowerCallSiteWithPtrAuthBundle( in LowerCallSiteWithPtrAuthBundle() function in SelectionDAGBuilder