Home
last modified time | relevance | path

Searched refs:PrintInHexBit (Results 1 – 11 of 11) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/MC/
H A DMCExpr.h150 static const unsigned PrintInHexBit = 1 << SizeInBytesBits; variable
154 return SizeInBytes | (PrintInHex ? PrintInHexBit : 0); in encodeSubclassData()
178 bool useHexFormat() const { return (getSubclassData() & PrintInHexBit) != 0; } in useHexFormat()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/MC/
H A DMCExpr.h151 static const unsigned PrintInHexBit = 1 << SizeInBytesBits; variable
155 return SizeInBytes | (PrintInHex ? PrintInHexBit : 0); in encodeSubclassData()
179 bool useHexFormat() const { return (getSubclassData() & PrintInHexBit) != 0; } in useHexFormat()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A DMCExpr.h150 static const unsigned PrintInHexBit = 1 << SizeInBytesBits;
154 return SizeInBytes | (PrintInHex ? PrintInHexBit : 0);
178 bool useHexFormat() const { return (getSubclassData() & PrintInHexBit) != 0; }
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/MC/
H A DMCExpr.h150 static const unsigned PrintInHexBit = 1 << SizeInBytesBits; variable
154 return SizeInBytes | (PrintInHex ? PrintInHexBit : 0); in encodeSubclassData()
178 bool useHexFormat() const { return (getSubclassData() & PrintInHexBit) != 0; } in useHexFormat()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/MC/
H A DMCExpr.h150 static const unsigned PrintInHexBit = 1 << SizeInBytesBits; variable
154 return SizeInBytes | (PrintInHex ? PrintInHexBit : 0); in encodeSubclassData()
178 bool useHexFormat() const { return (getSubclassData() & PrintInHexBit) != 0; } in useHexFormat()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/MC/
H A DMCExpr.h150 static const unsigned PrintInHexBit = 1 << SizeInBytesBits; variable
154 return SizeInBytes | (PrintInHex ? PrintInHexBit : 0); in encodeSubclassData()
178 bool useHexFormat() const { return (getSubclassData() & PrintInHexBit) != 0; } in useHexFormat()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h150 static const unsigned PrintInHexBit = 1 << SizeInBytesBits; variable
154 return SizeInBytes | (PrintInHex ? PrintInHexBit : 0); in encodeSubclassData()
178 bool useHexFormat() const { return (getSubclassData() & PrintInHexBit) != 0; } in useHexFormat()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/MC/
H A DMCExpr.h150 static const unsigned PrintInHexBit = 1 << SizeInBytesBits; variable
154 return SizeInBytes | (PrintInHex ? PrintInHexBit : 0); in encodeSubclassData()
178 bool useHexFormat() const { return (getSubclassData() & PrintInHexBit) != 0; } in useHexFormat()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A DMCExpr.h150 static const unsigned PrintInHexBit = 1 << SizeInBytesBits; variable
154 return SizeInBytes | (PrintInHex ? PrintInHexBit : 0); in encodeSubclassData()
178 bool useHexFormat() const { return (getSubclassData() & PrintInHexBit) != 0; } in useHexFormat()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/MC/
H A DMCExpr.h150 static const unsigned PrintInHexBit = 1 << SizeInBytesBits; variable
154 return SizeInBytes | (PrintInHex ? PrintInHexBit : 0); in encodeSubclassData()
178 bool useHexFormat() const { return (getSubclassData() & PrintInHexBit) != 0; } in useHexFormat()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A DMCExpr.h150 static const unsigned PrintInHexBit = 1 << SizeInBytesBits; in unicode_return()
154 return SizeInBytes | (PrintInHex ? PrintInHexBit : 0); in unicode_return()
178 bool useHexFormat() const { return (getSubclassData() & PrintInHexBit) != 0; } in unicode_return()