Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h131 SupportsDebugEntryValues(false), EnableDebugEntryValues(false), in TargetOptions()
301 unsigned SupportsDebugEntryValues : 1; variable
H A DTargetMachine.h254 Options.SupportsDebugEntryValues = Enable; in setSupportsDebugEntryValues()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetOptionsImpl.cpp55 return (SupportsDebugEntryValues && DebuggerTuning != DebuggerKind::SCE) || in ShouldEmitDebugEntryValues()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3345 if (Options.SupportsDebugEntryValues) in LowerCall()