Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DWinCodeViewLineTables.cpp345 bool EmptyPrologue = true; in beginFunction() local
360 EmptyPrologue = false; in beginFunction()
364 if (PrologEndLoc && !EmptyPrologue) { in beginFunction()