Searched refs:DebugVarsFormat (Results 1 – 2 of 2) sorted by relevance
45 enum DebugVarsFormat { DVDisabled, DVUnicode, DVASCII, DVInvalid }; enum49 extern DebugVarsFormat DbgVariables;
352 DebugVarsFormat objdump::DbgVariables = DVDisabled; in reportError() 3557 DbgVariables = StringSwitch<DebugVarsFormat>(A->getValue()) in llvm_objdump_main()