Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp696 bool SeenDebugRecord = false; member in __anondf6e26480411::BitcodeReader
6536 SeenDebugRecord = true; in parseFunctionBody()
6552 SeenDebugRecord = true; in parseFunctionBody()
6913 if (SeenDebugIntrinsic && SeenDebugRecord) in materialize()
6916 bool SeenAnyDebugInfo = SeenDebugIntrinsic || SeenDebugRecord; in materialize()
6918 SeenAnyDebugInfo ? SeenDebugRecord : F->getParent()->IsNewDbgInfoFormat; in materialize()
6920 UseNewDbgInfoFormat = SeenDebugRecord; in materialize()
6921 WriteNewDbgInfoFormatToBitcode = SeenDebugRecord; in materialize()
6922 WriteNewDbgInfoFormat = SeenDebugRecord; in materialize()
6940 if (ModuleIsNewDbgInfoFormat || !SeenDebugRecord) in materialize()