Home
last modified time | relevance | path

Searched refs:SupportsDebugEntryValues (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h153 SupportsDebugEntryValues(false), EnableDebugEntryValues(false), in TargetOptions()
339 unsigned SupportsDebugEntryValues : 1; variable
H A DTargetMachine.h276 Options.SupportsDebugEntryValues = Enable; in setSupportsDebugEntryValues()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetOptionsImpl.cpp71 return (SupportsDebugEntryValues && DebuggerTuning != DebuggerKind::SCE) || in ShouldEmitDebugEntryValues()