Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DVerifier.cpp2249 unsigned NumDebugAttachments = 0, NumProfAttachments = 0; in visitFunction() local
2257 ++NumDebugAttachments; in visitFunction()
2258 AssertDI(NumDebugAttachments == 1, in visitFunction()