Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h73 DebugLoc PrologEndLoc; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2019 if (DL == PrologEndLoc) { in beginInstruction()
2021 PrologEndLoc = DebugLoc(); in beginInstruction()
2073 if (DebugLoc PrologEndLoc = findPrologueEndLoc(&MF)) { in emitInitialLocDirective() local
2080 const DISubprogram *SP = PrologEndLoc->getInlinedAtScope()->getSubprogram(); in emitInitialLocDirective()
2083 return PrologEndLoc; in emitInitialLocDirective()
2110 PrologEndLoc = emitInitialLocDirective( in beginFunctionImpl()
H A DCodeViewDebug.cpp1447 DebugLoc PrologEndLoc; in beginFunctionImpl() local
1453 PrologEndLoc = MI.getDebugLoc(); in beginFunctionImpl()
1462 if (PrologEndLoc && !EmptyPrologue) { in beginFunctionImpl()
1463 DebugLoc FnStartDL = PrologEndLoc.getFnDebugLoc(); in beginFunctionImpl()