Searched refs:BrokenDebugInfo (Results 1 – 3 of 3) sorted by relevance
53 bool *BrokenDebugInfo = nullptr);75 bool verifyModule(bool &BrokenDebugInfo, const Module &M, raw_ostream *OS);
501 bool BrokenDebugInfo = false; in verifyMergedModuleOnce() local502 if (verifyModule(*MergedModule, &dbgs(), &BrokenDebugInfo)) in verifyMergedModuleOnce()504 if (BrokenDebugInfo) { in verifyMergedModuleOnce()
94 bool BrokenDebugInfo = false; member196 BrokenDebugInfo = true; in DebugInfoCheckFailed()272 bool hasBrokenDebugInfo() const { return BrokenDebugInfo; } in hasBrokenDebugInfo()4296 bool *BrokenDebugInfo) { in verifyModule() argument4298 Verifier V(OS, /*ShouldTreatBrokenDebugInfoAsError=*/!BrokenDebugInfo); in verifyModule()4305 if (BrokenDebugInfo) in verifyModule()4306 *BrokenDebugInfo = V.hasBrokenDebugInfo(); in verifyModule()