Home
last modified time | relevance | path

Searched defs:PrintInHex (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCExpr.cpp47 auto PrintInHex = cast<MCConstantExpr>(*this).useHexFormat(); in print() local
195 bool PrintInHex, in create()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCExpr.h152 static unsigned encodeSubclassData(bool PrintInHex, unsigned SizeInBytes) { in encodeSubclassData()
157 MCConstantExpr(int64_t Value, bool PrintInHex, unsigned SizeInBytes) in MCConstantExpr()