Searched refs:ShouldEmitDebugEntryValues (Results 1 – 4 of 4) sorted by relevance
54 bool TargetOptions::ShouldEmitDebugEntryValues() const { in ShouldEmitDebugEntryValues() function in TargetOptions
309 bool ShouldEmitDebugEntryValues() const;
1520 if (TM.Options.ShouldEmitDebugEntryValues()) in transferRegisterDef()2027 if (!TM.Options.ShouldEmitDebugEntryValues()) in recordEntryValue()
445 EmitDebugEntryValues = Asm->TM.Options.ShouldEmitDebugEntryValues(); in DwarfDebug()