Searched refs:utohexstr (Results 1 – 14 of 14) sorted by relevance
41 EXPECT_EQ("7b", Twine::utohexstr(123).str()); in TEST()
66 static inline std::string utohexstr(uint64_t X) { in utohexstr() function
374 static Twine utohexstr(const uint64_t &Val) { in utohexstr() function
337 O << "0x" << StringRef(utohexstr(MO.getImm())).lower(); in PrintAsmOperand()342 O << "0x" << StringRef(utohexstr(MO.getImm() & 0xffff)).lower(); in PrintAsmOperand()
150 OutStreamer.EmitRawText("\t.mask\t0x" + Twine::utohexstr(CPUBitmask)); in printSavedRegsBitmask()
444 OS << "0x" << utohexstr(FixedEncodings[i]) << ", "; in EmitGenerator()
846 OS << " /* 0x" << utohexstr(Value) << " */"; in emitTable()856 OS << " /* 0x" << utohexstr(Value) << " */"; in emitTable()
1557 << ": mask = " << "0x" << utohexstr(mask) << "ULL"; in runHeader()1567 << ": mask = " << "0x" << utohexstr(qmask) << "ULL"; in runHeader()
659 std::string HexStr = utohexstr(*i); in escape()681 std::string HexStr = utohexstr(UnicodeScalarValue.first); in escape()
1726 std::string hexstr(utohexstr(API.getZExtValue())); in printFPConstant()1730 O << utohexstr(API.getZExtValue()); in printFPConstant()
208 << "x" + llvm::utohexstr(ResultChar); in ProcessCharEscape()
253 << utohexstr(CFP->getValueAPF().bitcastToAPInt().getZExtValue()) in printCFP()257 << utohexstr((uint32_t)CFP->getValueAPF(). in printCFP()
1764 Twine::utohexstr(Die->getOffset()) + ":0x" + in emitDIE()1765 Twine::utohexstr(Die->getSize()) + " " + in emitDIE()
1194 Twine::utohexstr(Encoding)); in EmitCompactUnwind()