Home
last modified time | relevance | path

Searched refs:useHexFormat (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h174 bool useHexFormat() const { return (getSubclassData() & PrintInHexBit) != 0; } in useHexFormat() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp46 auto PrintInHex = cast<MCConstantExpr>(*this).useHexFormat(); in print()