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

  /external/llvm/lib/Target/NVPTX/
NVPTXMCExpr.cpp 42 std::string HexStr(utohexstr(API.getZExtValue()));
45 OS << utohexstr(API.getZExtValue());
NVPTXAsmPrinter.cpp     [all...]
  /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 347 O << "0x" << StringRef(utohexstr(MO.getImm())).lower();
352 O << "0x" << StringRef(utohexstr(MO.getImm() & 0xffff)).lower();
  /external/llvm/lib/MC/
MCObjectDisassembler.cpp 155 NewAtom->setName((BBName + ":" + utohexstr(*SI)).str());
MCDwarf.cpp     [all...]
  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 462 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/CppBackend/
CPPBackend.cpp 253 << utohexstr(CFP->getValueAPF().bitcastToAPInt().getZExtValue())
257 << utohexstr((uint32_t)CFP->getValueAPF().
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]

Completed in 7764 milliseconds