Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h131 MachineInstr *EmitDbgValueList(SDDbgValue *SD, VRBaseMapType &VRBaseMap);
H A DInstrEmitter.cpp724 return EmitDbgValueList(SD, VRBaseMap); in EmitDbgValue()
807 return EmitDbgValueList(SD, VRBaseMap); in EmitDbgInstrRef()
926 InstrEmitter::EmitDbgValueList(SDDbgValue *SD, in EmitDbgValueList() function in InstrEmitter