Home
last modified time | relevance | path

Searched refs:EnableOpConvert (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h380 bool EnableOpConvert; variable
754 return EnableOpConvert; in useOpConvert()
H A DDwarfDebug.cpp449EnableOpConvert = !((tuneForGDB() && useSplitDwarf()) || (tuneForLLDB() && !TT.isOSBinFormatMachO(… in DwarfDebug()
451 EnableOpConvert = (DwarfOpConvert == Enable); in DwarfDebug()