Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp884 bool HasDebugInfo = MMI && MMI->hasDebugInfo(); in doFinalization() local
901 if (HasDebugInfo) { in doFinalization()
/llvm-project-15.0.7/llvm/lib/IR/
H A DVerifier.cpp314 bool HasDebugInfo = false; member in __anone3a6d1260111::Verifier
2692 HasDebugInfo = (N != nullptr); in visitFunction()
2693 if (!HasDebugInfo) in visitFunction()
6033 if (!HasDebugInfo) in verifyFnArgs()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1565 bool HasDebugInfo = false; in readSpecialSections() local
1584 HasDebugInfo = true; in readSpecialSections()
1590 if (HasDebugInfo && !opts::UpdateDebugSections && !opts::AggregateOnly) { in readSpecialSections()