Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h73 const MachineInstr *PrologEndLoc; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2095 if (!DL && MI == PrologEndLoc) { in beginInstruction()
2167 if (MI == PrologEndLoc) { in beginInstruction()
2169 PrologEndLoc = nullptr; in beginInstruction()
2343 const MachineInstr *PrologEndLoc = PrologEnd.first; in emitInitialLocDirective() local
2350 if (PrologEndLoc) { in emitInitialLocDirective()
2354 const DebugLoc &DL = PrologEndLoc->getDebugLoc(); in emitInitialLocDirective()
2356 return PrologEndLoc; in emitInitialLocDirective()
2359 PrologEndLoc = nullptr; in emitInitialLocDirective()
2371 return PrologEndLoc; in emitInitialLocDirective()
2659 PrologEndLoc = emitInitialLocDirective( in beginFunctionImpl()
H A DCodeViewDebug.cpp1579 DebugLoc PrologEndLoc; in beginFunctionImpl() local
1585 PrologEndLoc = MI.getDebugLoc(); in beginFunctionImpl()
1594 if (PrologEndLoc && !EmptyPrologue) { in beginFunctionImpl()
1595 DebugLoc FnStartDL = PrologEndLoc.getFnDebugLoc(); in beginFunctionImpl()