Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetOptionsImpl.cpp70 bool TargetOptions::ShouldEmitDebugEntryValues() const { in ShouldEmitDebugEntryValues() function in TargetOptions
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetOptions.h347 bool ShouldEmitDebugEntryValues() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
HDInstrRefBasedImpl.cpp187 bool ShouldEmitDebugEntryValues; member in TransferTracker
279 ShouldEmitDebugEntryValues = TM.Options.ShouldEmitDebugEntryValues(); in TransferTracker()
656 if (!ShouldEmitDebugEntryValues) in recoverAsEntryValue()
HDVarLocBasedImpl.cpp1640 if (TM.Options.ShouldEmitDebugEntryValues()) in transferRegisterDef()
2183 if (!TM.Options.ShouldEmitDebugEntryValues()) in recordEntryValue()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.cpp424 EmitDebugEntryValues = Asm->TM.Options.ShouldEmitDebugEntryValues(); in DwarfDebug()