Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h73 DebugLoc PrologEndLoc; variable
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2063 if (DL == PrologEndLoc) { in beginInstruction()
2065 PrologEndLoc = DebugLoc(); in beginInstruction()
2127 if (DebugLoc PrologEndLoc = findPrologueEndLoc(&MF)) { in emitInitialLocDirective() local
2134 const DISubprogram *SP = PrologEndLoc->getInlinedAtScope()->getSubprogram(); in emitInitialLocDirective()
2137 return PrologEndLoc; in emitInitialLocDirective()
2158 PrologEndLoc = emitInitialLocDirective( in beginFunctionImpl()
H A DCodeViewDebug.cpp1521 DebugLoc PrologEndLoc; in beginFunctionImpl() local
1527 PrologEndLoc = MI.getDebugLoc(); in beginFunctionImpl()
1536 if (PrologEndLoc && !EmptyPrologue) { in beginFunctionImpl()
1537 DebugLoc FnStartDL = PrologEndLoc.getFnDebugLoc(); in beginFunctionImpl()