Searched refs:DebugVarsFormat (Results 1 – 2 of 2) sorted by relevance
30 enum DebugVarsFormat { DVDisabled, DVUnicode, DVASCII, DVInvalid }; enum34 extern DebugVarsFormat DbgVariables;
227 DebugVarsFormat objdump::DbgVariables = DVDisabled;2826 DbgVariables = StringSwitch<DebugVarsFormat>(A->getValue()) in parseObjdumpOptions()