HomeSort by relevance Sort by last modified time
    Searched refs:utohexstr (Results 1 - 13 of 13) sorted by null

  /external/llvm/include/llvm/ADT/
StringExtras.h 66 static inline std::string utohexstr(uint64_t X) { function in namespace:llvm
Twine.h 374 static Twine utohexstr(const uint64_t &Val) { function in class:llvm::Twine
  /external/llvm/unittests/ADT/
TwineTest.cpp 41 EXPECT_EQ("7b", Twine::utohexstr(123).str());
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 337 O << "0x" << StringRef(utohexstr(MO.getImm())).lower();
342 O << "0x" << StringRef(utohexstr(MO.getImm() & 0xffff)).lower();
  /external/llvm/lib/Target/MBlaze/
MBlazeAsmPrinter.cpp 150 OutStreamer.EmitRawText("\t.mask\t0x" + Twine::utohexstr(CPUBitmask));
  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 444 OS << "0x" << utohexstr(FixedEncodings[i]) << ", ";
FixedLenDecoderEmitter.cpp 846 OS << " /* 0x" << utohexstr(Value) << " */";
856 OS << " /* 0x" << utohexstr(Value) << " */";
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp 659 std::string HexStr = utohexstr(*i);
681 std::string HexStr = utohexstr(UnicodeScalarValue.first);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 253 << utohexstr(CFP->getValueAPF().bitcastToAPInt().getZExtValue())
257 << utohexstr((uint32_t)CFP->getValueAPF().
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]

Completed in 1797 milliseconds