Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3133 static bool isUsableDebugLoc(DebugLoc DL) { in isUsableDebugLoc() function
3148 if (!isUsableDebugLoc(DL) && MI->getParent() != PrevInstBB) { in beginInstruction()
3153 if (isUsableDebugLoc(DL)) in beginInstruction()
3162 if (!isUsableDebugLoc(DL)) in beginInstruction()