Searched refs:ShouldEmitDebugEntryValues (Results 1 – 5 of 5) sorted by relevance
54 bool TargetOptions::ShouldEmitDebugEntryValues() const { in ShouldEmitDebugEntryValues() function in TargetOptions
306 bool ShouldEmitDebugEntryValues() const;
965 bool ShouldEmitDebugEntryValues; member in __anon36b66d1c0211::TransferTracker1034 ShouldEmitDebugEntryValues = TM.Options.ShouldEmitDebugEntryValues(); in TransferTracker()1207 if (!ShouldEmitDebugEntryValues) in recoverAsEntryValue()
1520 if (TM.Options.ShouldEmitDebugEntryValues()) in transferRegisterDef()2027 if (!TM.Options.ShouldEmitDebugEntryValues()) in recordEntryValue()
445 EmitDebugEntryValues = Asm->TM.Options.ShouldEmitDebugEntryValues(); in DwarfDebug()