Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetOptionsImpl.cpp54 bool TargetOptions::ShouldEmitDebugEntryValues() const { in ShouldEmitDebugEntryValues() function in TargetOptions
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h309 bool ShouldEmitDebugEntryValues() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1520 if (TM.Options.ShouldEmitDebugEntryValues()) in transferRegisterDef()
2027 if (!TM.Options.ShouldEmitDebugEntryValues()) in recordEntryValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp445 EmitDebugEntryValues = Asm->TM.Options.ShouldEmitDebugEntryValues(); in DwarfDebug()