Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h73 DebugLoc PrologEndLoc; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2099 if (DL == PrologEndLoc) { in beginInstruction()
2101 PrologEndLoc = DebugLoc(); in beginInstruction()
2163 if (DebugLoc PrologEndLoc = findPrologueEndLoc(&MF)) { in emitInitialLocDirective() local
2170 const DISubprogram *SP = PrologEndLoc->getInlinedAtScope()->getSubprogram(); in emitInitialLocDirective()
2173 return PrologEndLoc; in emitInitialLocDirective()
2194 PrologEndLoc = emitInitialLocDirective( in beginFunctionImpl()
H A DCodeViewDebug.cpp1540 DebugLoc PrologEndLoc; in beginFunctionImpl() local
1546 PrologEndLoc = MI.getDebugLoc(); in beginFunctionImpl()
1555 if (PrologEndLoc && !EmptyPrologue) { in beginFunctionImpl()
1556 DebugLoc FnStartDL = PrologEndLoc.getFnDebugLoc(); in beginFunctionImpl()