Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp53 bool TargetOptions::ShouldEmitDebugEntryValues() const { in ShouldEmitDebugEntryValues() function in TargetOptions
/openbsd/src/gnu/llvm/llvm/include/llvm/Target/
DTargetOptions.h334 bool ShouldEmitDebugEntryValues() const;
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp442 EmitDebugEntryValues = Asm->TM.Options.ShouldEmitDebugEntryValues(); in DwarfDebug()