Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h74 DebugLoc PrologEndLoc; variable
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1495 if (DL == PrologEndLoc) { in beginInstruction()
1497 PrologEndLoc = DebugLoc(); in beginInstruction()
1546 PrologEndLoc = findPrologueEndLoc(MF); in beginFunctionImpl()
1547 if (PrologEndLoc) { in beginFunctionImpl()
1550 auto *SP = PrologEndLoc->getInlinedAtScope()->getSubprogram(); in beginFunctionImpl()
H A DCodeViewDebug.cpp1355 DebugLoc PrologEndLoc; in beginFunctionImpl() local
1361 PrologEndLoc = MI.getDebugLoc(); in beginFunctionImpl()
1370 if (PrologEndLoc && !EmptyPrologue) { in beginFunctionImpl()
1371 DebugLoc FnStartDL = PrologEndLoc.getFnDebugLoc(); in beginFunctionImpl()