Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCExpr.h155 bool useHexFormat() const { return PrintInHex; } in useHexFormat() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCExpr.h178 bool useHexFormat() const { return (getSubclassData() & PrintInHexBit) != 0; } in useHexFormat() function