Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3053 static bool isUsableDebugLoc(DebugLoc DL) { in isUsableDebugLoc() function
3068 if (!isUsableDebugLoc(DL) && MI->getParent() != PrevInstBB) { in beginInstruction()
3073 if (isUsableDebugLoc(DL)) in beginInstruction()
3082 if (!isUsableDebugLoc(DL)) in beginInstruction()