Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h351 void addDanglingDebugInfo(const DbgValueInst *DI, unsigned Order);
352 void addDanglingDebugInfo(const VarLocInfo *VarLoc, unsigned Order);
H A DSelectionDAGBuilder.cpp1149 addDanglingDebugInfo(It, SDNodeOrder); in visit()
1208 void SelectionDAGBuilder::addDanglingDebugInfo(const VarLocInfo *VarLoc, in addDanglingDebugInfo() function in SelectionDAGBuilder
1213 void SelectionDAGBuilder::addDanglingDebugInfo(const DbgValueInst *DI, in addDanglingDebugInfo() function in SelectionDAGBuilder
6225 addDanglingDebugInfo(&DI, SDNodeOrder); in visitIntrinsicCall()