HomeSort by: relevance | last modified time | path
    Searched refs:EnableOpConvert (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 379 bool EnableOpConvert;
766 return EnableOpConvert;
DwarfDebug.cpp 452 EnableOpConvert = !((tuneForGDB() && useSplitDwarf()) || (tuneForLLDB() && !TT.isOSBinFormatMachO()));
454 EnableOpConvert = (DwarfOpConvert == Enable);

Completed in 21 milliseconds