Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10573 else if (auto* SymbolicCallee = dyn_cast<GlobalAddressSDNode>(Callee)) in visitPatchpoint() local
10574 Callee = DAG.getTargetGlobalAddress(SymbolicCallee->getGlobal(), in visitPatchpoint()
10575 SDLoc(SymbolicCallee), in visitPatchpoint()
10576 SymbolicCallee->getValueType(0)); in visitPatchpoint()