Home
last modified time | relevance | path

Searched refs:utohexstr (Results 1 – 19 of 19) sorted by relevance

/external/llvm/lib/Target/NVPTX/
DNVPTXMCExpr.cpp43 std::string HexStr(utohexstr(API.getZExtValue())); in PrintImpl()
46 OS << utohexstr(API.getZExtValue()); in PrintImpl()
DNVPTXAsmPrinter.cpp2054 std::string hexstr(utohexstr(API.getZExtValue())); in printFPConstant()
2058 O << utohexstr(API.getZExtValue()); in printFPConstant()
/external/llvm/unittests/ADT/
DTwineTest.cpp41 EXPECT_EQ("7b", Twine::utohexstr(123).str()); in TEST()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp325 SymbolNameOrOffset += utohexstr(Obj->getScatteredRelocationValue(RE)); in printRelocation()
334 SymbolNameOrOffset += utohexstr(Obj->getPlainRelocationSymbolNum(RE)); in printRelocation()
DARMAttributeParser.cpp633 errs() << "unrecognised tag: 0x" << utohexstr(Tag) << '\n'; in ParseSubsection()
DELFDumper.cpp1021 errs() << "unrecognised FormatVersion: 0x" << utohexstr((*Contents)[0]) in printAttributes()
/external/llvm/include/llvm/ADT/
DStringExtras.h72 static inline std::string utohexstr(uint64_t X) { in utohexstr() function
DTwine.h378 static Twine utohexstr(const uint64_t &Val) { in utohexstr() function
/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp453 O << "0x" << StringRef(utohexstr(MO.getImm())).lower(); in PrintAsmOperand()
458 O << "0x" << StringRef(utohexstr(MO.getImm() & 0xffff)).lower(); in PrintAsmOperand()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp273 OS << "\t0x" << utohexstr(Inst) << "\n"; in emitInst()
282 OS << ", 0x" << utohexstr(*OCI); in emitUnwindRaw()
/external/llvm/lib/MC/MCAnalysis/
DMCObjectDisassembler.cpp236 NewAtom->setName((BBName + ":" + utohexstr(*SI)).str()); in buildCFG()
/external/llvm/utils/TableGen/
DIntrinsicEmitter.cpp461 OS << "0x" << utohexstr(FixedEncodings[i]) << ", "; in EmitGenerator()
DFixedLenDecoderEmitter.cpp845 OS << " /* 0x" << utohexstr(Value) << " */"; in emitTable()
855 OS << " /* 0x" << utohexstr(Value) << " */"; in emitTable()
/external/llvm/lib/Support/
DYAMLParser.cpp665 std::string HexStr = utohexstr(*i); in escape()
687 std::string HexStr = utohexstr(UnicodeScalarValue.first); in escape()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp255 << utohexstr(CFP->getValueAPF().bitcastToAPInt().getZExtValue()) in printCFP()
259 << utohexstr((uint32_t)CFP->getValueAPF(). in printCFP()
/external/clang/lib/Lex/
DLiteralSupport.cpp208 << "x" + llvm::utohexstr(ResultChar); in ProcessCharEscape()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1690 "] 0x" + Twine::utohexstr(Die.getOffset()) + in emitDIE()
1691 ":0x" + Twine::utohexstr(Die.getSize()) + " " + in emitDIE()
/external/llvm/lib/MC/
DMCDwarf.cpp1311 Twine::utohexstr(Encoding)); in EmitCompactUnwind()
/external/clang/utils/TableGen/
DNeonEmitter.cpp2072 OS << "mask = 0x" << utohexstr(OI.Mask) << "ULL"; in genOverloadTypeCheckCode()