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

  /external/llvm/lib/Target/NVPTX/
NVPTXMCExpr.cpp 43 std::string HexStr(utohexstr(API.getZExtValue()));
46 OS << utohexstr(API.getZExtValue());
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/unittests/ADT/
TwineTest.cpp 41 EXPECT_EQ("7b", Twine::utohexstr(123).str());
  /external/llvm/include/llvm/ADT/
StringExtras.h 72 static inline std::string utohexstr(uint64_t X) { function in namespace:llvm
Twine.h 378 static Twine utohexstr(const uint64_t &Val) { function in class:llvm::Twine
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 325 SymbolNameOrOffset += utohexstr(Obj->getScatteredRelocationValue(RE));
334 SymbolNameOrOffset += utohexstr(Obj->getPlainRelocationSymbolNum(RE));
ARMAttributeParser.cpp 633 errs() << "unrecognised tag: 0x" << utohexstr(Tag) << '\n';
ELFDumper.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 453 O << "0x" << StringRef(utohexstr(MO.getImm())).lower();
458 O << "0x" << StringRef(utohexstr(MO.getImm() & 0xffff)).lower();
    [all...]
  /external/llvm/lib/MC/MCAnalysis/
MCObjectDisassembler.cpp 236 NewAtom->setName((BBName + ":" + utohexstr(*SI)).str());
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 273 OS << "\t0x" << utohexstr(Inst) << "\n";
282 OS << ", 0x" << utohexstr(*OCI);
    [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp 665 std::string HexStr = utohexstr(*i);
687 std::string HexStr = utohexstr(UnicodeScalarValue.first);
    [all...]
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 845 OS << " /* 0x" << utohexstr(Value) << " */";
855 OS << " /* 0x" << utohexstr(Value) << " */";
    [all...]
IntrinsicEmitter.cpp 461 OS << "0x" << utohexstr(FixedEncodings[i]) << ", ";
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 255 << utohexstr(CFP->getValueAPF().bitcastToAPInt().getZExtValue())
259 << utohexstr((uint32_t)CFP->getValueAPF().
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [all...]

Completed in 2307 milliseconds