Searched refs:ShouldEmitDebugEntryValues (Results 1 – 5 of 5) sorted by relevance
53 bool TargetOptions::ShouldEmitDebugEntryValues() const { in ShouldEmitDebugEntryValues() function in TargetOptions
334 bool ShouldEmitDebugEntryValues() const;
186 bool ShouldEmitDebugEntryValues; member in TransferTracker275 ShouldEmitDebugEntryValues = TM.Options.ShouldEmitDebugEntryValues(); in TransferTracker()630 if (!ShouldEmitDebugEntryValues) in recoverAsEntryValue()
1640 if (TM.Options.ShouldEmitDebugEntryValues()) in transferRegisterDef()2181 if (!TM.Options.ShouldEmitDebugEntryValues()) in recordEntryValue()
442 EmitDebugEntryValues = Asm->TM.Options.ShouldEmitDebugEntryValues(); in DwarfDebug()