Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetOptionsImpl.cpp53 bool TargetOptions::ShouldEmitDebugEntryValues() const { in ShouldEmitDebugEntryValues() function in TargetOptions
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetOptions.h334 bool ShouldEmitDebugEntryValues() const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp186 bool ShouldEmitDebugEntryValues; member in TransferTracker
275 ShouldEmitDebugEntryValues = TM.Options.ShouldEmitDebugEntryValues(); in TransferTracker()
630 if (!ShouldEmitDebugEntryValues) in recoverAsEntryValue()
H A DVarLocBasedImpl.cpp1640 if (TM.Options.ShouldEmitDebugEntryValues()) in transferRegisterDef()
2181 if (!TM.Options.ShouldEmitDebugEntryValues()) in recordEntryValue()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp442 EmitDebugEntryValues = Asm->TM.Options.ShouldEmitDebugEntryValues(); in DwarfDebug()