Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp695 bool SeenDebugIntrinsic = false; member in __anondf6e26480411::BitcodeReader
6714 SeenDebugIntrinsic = true; in parseFunctionBody()
6913 if (SeenDebugIntrinsic && SeenDebugRecord) in materialize()
6916 bool SeenAnyDebugInfo = SeenDebugIntrinsic || SeenDebugRecord; in materialize()