Searched refs:utohexstr (Results 1 – 19 of 19) sorted by relevance
43 std::string HexStr(utohexstr(API.getZExtValue())); in PrintImpl()46 OS << utohexstr(API.getZExtValue()); in PrintImpl()
2054 std::string hexstr(utohexstr(API.getZExtValue())); in printFPConstant()2058 O << utohexstr(API.getZExtValue()); in printFPConstant()
41 EXPECT_EQ("7b", Twine::utohexstr(123).str()); in TEST()
325 SymbolNameOrOffset += utohexstr(Obj->getScatteredRelocationValue(RE)); in printRelocation()334 SymbolNameOrOffset += utohexstr(Obj->getPlainRelocationSymbolNum(RE)); in printRelocation()
633 errs() << "unrecognised tag: 0x" << utohexstr(Tag) << '\n'; in ParseSubsection()
1021 errs() << "unrecognised FormatVersion: 0x" << utohexstr((*Contents)[0]) in printAttributes()
72 static inline std::string utohexstr(uint64_t X) { in utohexstr() function
378 static Twine utohexstr(const uint64_t &Val) { in utohexstr() function
453 O << "0x" << StringRef(utohexstr(MO.getImm())).lower(); in PrintAsmOperand()458 O << "0x" << StringRef(utohexstr(MO.getImm() & 0xffff)).lower(); in PrintAsmOperand()
273 OS << "\t0x" << utohexstr(Inst) << "\n"; in emitInst()282 OS << ", 0x" << utohexstr(*OCI); in emitUnwindRaw()
236 NewAtom->setName((BBName + ":" + utohexstr(*SI)).str()); in buildCFG()
461 OS << "0x" << utohexstr(FixedEncodings[i]) << ", "; in EmitGenerator()
845 OS << " /* 0x" << utohexstr(Value) << " */"; in emitTable()855 OS << " /* 0x" << utohexstr(Value) << " */"; in emitTable()
665 std::string HexStr = utohexstr(*i); in escape()687 std::string HexStr = utohexstr(UnicodeScalarValue.first); in escape()
255 << utohexstr(CFP->getValueAPF().bitcastToAPInt().getZExtValue()) in printCFP()259 << utohexstr((uint32_t)CFP->getValueAPF(). in printCFP()
208 << "x" + llvm::utohexstr(ResultChar); in ProcessCharEscape()
1690 "] 0x" + Twine::utohexstr(Die.getOffset()) + in emitDIE()1691 ":0x" + Twine::utohexstr(Die.getSize()) + " " + in emitDIE()
1311 Twine::utohexstr(Encoding)); in EmitCompactUnwind()
2072 OS << "mask = 0x" << utohexstr(OI.Mask) << "ULL"; in genOverloadTypeCheckCode()