Home
last modified time | relevance | path

Searched refs:FormatBinary (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMIUtilString.h34 static CMIUtilString FormatBinary(const MIuint64 vnDecimal);
H A DMICmnLLDBDebugSessionInfoVarObj.cpp323 strFormattedValue = CMIUtilString::FormatBinary(vnValue); in GetStringFormatted()
H A DMIUtilString.cpp542 CMIUtilString CMIUtilString::FormatBinary(const MIuint64 vnDecimal) { in FormatBinary() function in CMIUtilString
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DConfig.h147 bool FormatBinary = false; member
H A DScriptParser.cpp577 Config->FormatBinary = false; in readTarget()
579 Config->FormatBinary = true; in readTarget()
H A DDriver.cpp192 if (Config->FormatBinary) { in addFile()
1093 Config->FormatBinary = isFormatBinary(Arg->getValue()); in createFiles()