HomeSort by: relevance | last modified time | path
    Searched defs:utohexstr (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
StringExtras.h 144 inline std::string utohexstr(uint64_t X, bool LowerCase = false) { function in namespace:llvm
Twine.h 387 static Twine utohexstr(const uint64_t &Val) { function in class:llvm::Twine
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.cpp 195 static Iterator utohexstr(T X, Iterator It, size_t Len) { function in namespace:llvm::objcopy::elf
224 Iter = utohexstr(Data.size(), Iter, 2);
225 Iter = utohexstr(Addr, Iter, 4);
226 Iter = utohexstr(Type, Iter, 2);
228 Iter = utohexstr(X, Iter, 2);
230 Iter = utohexstr(getChecksum(S), Iter, 2);
1427 "program header with offset 0x" + Twine::utohexstr(Phdr.p_offset) +
1428 " and file size 0x" + Twine::utohexstr(Phdr.p_filesz) +
2552 Twine::utohexstr(TotalSize) + " bytes");
2598 Twine::utohexstr(TotalSize) + " bytes")
    [all...]

Completed in 49 milliseconds