Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h335 void addDanglingDebugInfo(SmallVectorImpl<Value *> &Values,
H A DSelectionDAGBuilder.cpp1245 addDanglingDebugInfo(Vals, in visitDbgInfo()
1309 addDanglingDebugInfo(Values, Variable, Expression, IsVariadic, in visitDbgInfo()
1398 void SelectionDAGBuilder::addDanglingDebugInfo(SmallVectorImpl<Value *> &Values, in addDanglingDebugInfo() function in SelectionDAGBuilder