Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DVerifier.cpp593 void verifySourceDebugInfo(const DICompileUnit &U, const DIFile &F);
1257 verifySourceDebugInfo(N, *N.getFile()); in visitDICompileUnit()
1337 verifySourceDebugInfo(*N.getUnit(), *N.getFile()); in visitDISubprogram()
6127 void Verifier::verifySourceDebugInfo(const DICompileUnit &U, const DIFile &F) { in verifySourceDebugInfo() function in Verifier