Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp54 bool TargetOptions::ShouldEmitDebugEntryValues() const { in ShouldEmitDebugEntryValues() function in TargetOptions
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/
DTargetOptions.h306 bool ShouldEmitDebugEntryValues() const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp965 bool ShouldEmitDebugEntryValues; member in __anon15ea8c000211::TransferTracker
1034 ShouldEmitDebugEntryValues = TM.Options.ShouldEmitDebugEntryValues(); in TransferTracker()
1207 if (!ShouldEmitDebugEntryValues) in recoverAsEntryValue()
DVarLocBasedImpl.cpp1520 if (TM.Options.ShouldEmitDebugEntryValues()) in transferRegisterDef()
2027 if (!TM.Options.ShouldEmitDebugEntryValues()) in recordEntryValue()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp445 EmitDebugEntryValues = Asm->TM.Options.ShouldEmitDebugEntryValues(); in DwarfDebug()