Home
last modified time | relevance | path

Searched refs:PrologEndLoc (Results 1 – 8 of 8) 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-7.0/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.h74 DebugLoc PrologEndLoc; variable
DDwarfDebug.cpp1338 if (DL == PrologEndLoc) { in beginInstruction()
1340 PrologEndLoc = DebugLoc(); in beginInstruction()
1389 PrologEndLoc = findPrologueEndLoc(MF); in beginFunctionImpl()
1390 if (PrologEndLoc) { in beginFunctionImpl()
1393 auto *SP = PrologEndLoc->getInlinedAtScope()->getSubprogram(); in beginFunctionImpl()
DCodeViewDebug.cpp1244 DebugLoc PrologEndLoc; in beginFunctionImpl() local
1250 PrologEndLoc = MI.getDebugLoc(); in beginFunctionImpl()
1259 if (PrologEndLoc && !EmptyPrologue) { in beginFunctionImpl()
1260 DebugLoc FnStartDL = PrologEndLoc.getFnDebugLoc(); in beginFunctionImpl()
/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