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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h73 DebugLoc PrologEndLoc; member in class:llvm::DebugHandlerBase
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1752 if (DL == PrologEndLoc) {
1754 PrologEndLoc = DebugLoc();
1806 if (DebugLoc PrologEndLoc = findPrologueEndLoc(&MF)) {
1813 const DISubprogram *SP = PrologEndLoc->getInlinedAtScope()->getSubprogram();
1816 return PrologEndLoc;
1846 PrologEndLoc = emitInitialLocDirective(
H A DCodeViewDebug.cpp1405 DebugLoc PrologEndLoc; local
1411 PrologEndLoc = MI.getDebugLoc();
1420 if (PrologEndLoc && !EmptyPrologue) {
1421 DebugLoc FnStartDL = PrologEndLoc.getFnDebugLoc();

Completed in 168 milliseconds