Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp54 bool TargetOptions::ShouldEmitDebugEntryValues() const { in ShouldEmitDebugEntryValues() function in TargetOptions
/external/llvm-project/llvm/include/llvm/Target/
DTargetOptions.h310 bool ShouldEmitDebugEntryValues() const;
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DVarLocBasedImpl.cpp1266 if (TM.Options.ShouldEmitDebugEntryValues()) in transferRegisterDef()
1762 if (!TM.Options.ShouldEmitDebugEntryValues()) in recordEntryValue()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp414 EmitDebugEntryValues = Asm->TM.Options.ShouldEmitDebugEntryValues(); in DwarfDebug()