Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.h48 DebugLoc PrologEndLoc; variable
DDwarfDebug.cpp1006 if (DL == PrologEndLoc) { in beginInstruction()
1008 PrologEndLoc = DebugLoc(); in beginInstruction()
1081 PrologEndLoc = findPrologueEndLoc(MF); in beginFunction()
1082 if (DILocation *L = PrologEndLoc) { in beginFunction()
DCodeViewDebug.cpp882 DebugLoc PrologEndLoc; in beginFunction() local
888 PrologEndLoc = MI.getDebugLoc(); in beginFunction()
897 if (PrologEndLoc && !EmptyPrologue) { in beginFunction()
898 DebugLoc FnStartDL = PrologEndLoc.getFnDebugLoc(); in beginFunction()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1004 if (DL == PrologEndLoc) { in beginInstruction()
1006 PrologEndLoc = DebugLoc(); in beginInstruction()
1201 if (PrologEndLoc.isUnknown() && !MI->getDebugLoc().isUnknown()) in beginFunction()
1202 PrologEndLoc = MI->getDebugLoc(); in beginFunction()
1275 if (!PrologEndLoc.isUnknown()) { in beginFunction()
1276 DebugLoc FnStartDL = getFnDebugLoc(PrologEndLoc, in beginFunction()
DDwarfDebug.h284 DebugLoc PrologEndLoc; variable