Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp384 bool hasBrokenDebugInfo() const { return BrokenDebugInfo; } in hasBrokenDebugInfo() function in __anone30318ec0111::Verifier
6736 *BrokenDebugInfo = V.hasBrokenDebugInfo(); in verifyModule()
6780 if (FatalErrors && (HasErrors || V->hasBrokenDebugInfo())) in doFinalization()