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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DWinCodeViewLineTables.cpp344 DebugLoc PrologEndLoc; local
347 if (PrologEndLoc)
357 PrologEndLoc = MI.getDebugLoc();
364 if (PrologEndLoc && !EmptyPrologue) {
365 DebugLoc FnStartDL = PrologEndLoc.getFnDebugLoc();
H A DDwarfDebug.cpp992 if (DL == PrologEndLoc) {
994 PrologEndLoc = DebugLoc();
1180 PrologEndLoc = findPrologueEndLoc(MF);
1181 if (DILocation *L = PrologEndLoc) {
H A DDwarfDebug.h248 DebugLoc PrologEndLoc; member in class:llvm::DwarfDebug

Completed in 33 milliseconds