Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h77 DebugLoc PrologEndLoc; variable
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2118 if (DL == PrologEndLoc) { in beginInstruction()
2120 PrologEndLoc = DebugLoc(); in beginInstruction()
2192 DebugLoc PrologEndLoc = PrologEnd.first; in emitInitialLocDirective() local
2196 if (PrologEndLoc) { in emitInitialLocDirective()
2199 return PrologEndLoc; in emitInitialLocDirective()
2207 const DISubprogram *SP = PrologEndLoc->getInlinedAtScope()->getSubprogram(); in emitInitialLocDirective()
2210 return PrologEndLoc; in emitInitialLocDirective()
2231 PrologEndLoc = emitInitialLocDirective( in beginFunctionImpl()
H A DCodeViewDebug.cpp1565 DebugLoc PrologEndLoc; in beginFunctionImpl() local
1571 PrologEndLoc = MI.getDebugLoc(); in beginFunctionImpl()
1580 if (PrologEndLoc && !EmptyPrologue) { in beginFunctionImpl()
1581 DebugLoc FnStartDL = PrologEndLoc.getFnDebugLoc(); in beginFunctionImpl()