Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h73 DebugLoc PrologEndLoc; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2069 if (DL == PrologEndLoc) { in beginInstruction()
2071 PrologEndLoc = DebugLoc(); in beginInstruction()
2123 if (DebugLoc PrologEndLoc = findPrologueEndLoc(&MF)) { in emitInitialLocDirective() local
2130 const DISubprogram *SP = PrologEndLoc->getInlinedAtScope()->getSubprogram(); in emitInitialLocDirective()
2133 return PrologEndLoc; in emitInitialLocDirective()
2160 PrologEndLoc = emitInitialLocDirective( in beginFunctionImpl()
H A DCodeViewDebug.cpp1447 DebugLoc PrologEndLoc; in beginFunctionImpl() local
1453 PrologEndLoc = MI.getDebugLoc(); in beginFunctionImpl()
1462 if (PrologEndLoc && !EmptyPrologue) { in beginFunctionImpl()
1463 DebugLoc FnStartDL = PrologEndLoc.getFnDebugLoc(); in beginFunctionImpl()