Searched refs:utohexstr (Results 1 - 18 of 18) sorted by relevance

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

Completed in 703 milliseconds