HomeSort by: relevance | last modified time | path
    Searched refs:utohexstr (Results 1 - 25 of 58) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/llvm/lib/Support/
ELFAttributeParser.cpp 108 "invalid tag 0x" + Twine::utohexstr(tag) +
109 " at offset 0x" + Twine::utohexstr(pos));
152 Twine::utohexstr(cursor.tell() - 5));
172 "unrecognized tag 0x" + Twine::utohexstr(tag) +
174 Twine::utohexstr(cursor.tell() - 5));
206 utohexstr(formatVersion));
222 utohexstr(cursor.tell() - 4));
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELF.h 295 Twine::utohexstr(getHeader().e_phoff) +
315 createError("invalid offset (0x" + Twine::utohexstr(Phdr.p_offset) +
316 ") or size (0x" + Twine::utohexstr(Phdr.p_filesz) + ")");
334 createError("invalid offset (0x" + Twine::utohexstr(Shdr.sh_offset) +
335 ") or size (0x" + Twine::utohexstr(Shdr.sh_size) + ")");
504 " has a sh_offset (0x" + Twine::utohexstr(Offset) +
505 ") + sh_size (0x" + Twine::utohexstr(Size) +
509 " has a sh_offset (0x" + Twine::utohexstr(Offset) +
510 ") + sh_size (0x" + Twine::utohexstr(Size) +
512 Twine::utohexstr(Buf.size()) + ")")
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 125 << Twine::utohexstr(FuncResources));
159 << Twine::utohexstr(ComboResources) << "\n");
164 << Twine::utohexstr(FuncResources) << "\n");
170 << Twine::utohexstr(ComboBit) << " = 0x"
171 << Twine::utohexstr(ComboResources) << "\n");
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 2899 Twine::utohexstr(offset));
2907 "export info size: 0x" + Twine::utohexstr(ExportInfoSize) +
2908 " in export trie data at node: 0x" + Twine::utohexstr(offset) +
2919 Twine::utohexstr(offset));
2930 " in flags: 0x" + Twine::utohexstr(State.Flags) +
2931 " in export trie data at node: 0x" + Twine::utohexstr(offset));
2941 Twine::utohexstr(offset));
2950 ") in export trie data at node: 0x" + Twine::utohexstr(offset));
2963 Twine::utohexstr(offset) +
2973 Twine::utohexstr(offset)
    [all...]
ELF.cpp 504 return "<unknown:>0x" + utohexstr(Type, true);
594 Twine::utohexstr(VAddr));
600 Twine::utohexstr(VAddr));
605 Twine::utohexstr(VAddr) + " to the segment with index " +
608 Twine::utohexstr(Phdr.p_offset + Phdr.p_filesz) +
610 Twine::utohexstr(getBufSize()) + ")");
640 "ULEB128 value at offset 0x" + Twine::utohexstr(Offset) +
641 " exceeds UINT32_MAX (0x" + Twine::utohexstr(Value) + ")");
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 283 Twine::utohexstr(Die.getOffset()) + ":0x" +
284 Twine::utohexstr(Die.getSize()) + " " +
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp 133 "unable to read data at 0x" + Twine::utohexstr(Offset) +
134 " of size 0x" + Twine::utohexstr(Size) + " (" + SizePrintName +
136 Twine::utohexstr(ObjSize));
147 Msg += ("invalid " + SizePrintName + " (0x" + Twine::utohexstr(Size) + ")")
151 (" or " + EntSizePrintName + " (0x" + Twine::utohexstr(EntSize) + ")")
321 return createError("offset (0x" + Twine::utohexstr(Offset) +
322 ") + size (0x" + Twine::utohexstr(Size) +
324 Twine::utohexstr(Obj.getBufSize()) + ")");
909 Desc = (Name + "+0x" + Twine::utohexstr(*Offset)).str();
914 Twine::utohexstr(Ndx) + " (" + Desc + ")")
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCSectionELF.cpp 164 report_fatal_error("unsupported type 0x" + Twine::utohexstr(Type) +
  /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Program.inc 122 *ErrMsg += " (0x" + llvm::utohexstr(LastError) + ")";
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFAcceleratorTable.cpp 177 DictScope NameScope(W, ("Name@0x" + Twine::utohexstr(NameOffset)).str());
248 ListScope HashScope(W, ("Hash 0x" + Twine::utohexstr(Hash)).str());
414 DictScope AbbrevScope(W, ("Abbreviation 0x" + Twine::utohexstr(Code)).str());
680 DictScope EntryScope(W, ("Entry @ 0x" + Twine::utohexstr(EntryId)).str());
756 DictScope UnitScope(W, ("Name Index @ 0x" + Twine::utohexstr(Base)).str());
  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
ARM.cpp 698 Builder.defineMacro("__ARM_FEATURE_LDREX", "0x" + Twine::utohexstr(LDREX));
707 Builder.defineMacro("__ARM_FP", "0x" + Twine::utohexstr(HW_FP));
798 "0x" + Twine::utohexstr(HW_FP & ~HW_FP_DP));
808 "0x" + Twine::utohexstr(getARMCDECoprocMask()));
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
DFAPacketizer.cpp 170 dbgs() << " * [res:0x" << utohexstr(R) << "] " << *MI;
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
WasmAsmParser.cpp 189 utohexstr(WS->getSegmentFlags()));
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64ELFStreamer.cpp 120 OS << "\t.inst\t0x" << Twine::utohexstr(Inst) << "\n";
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalSymbolDumper.cpp 697 P.format(" code 0x{0} (+0x{1})", utohexstr(CodeOffset), utohexstr(Delta));
701 P.format(" code end 0x{0} (+0x{1})", utohexstr(CodeOffset + Length),
702 utohexstr(Length));
747 P.format(" setfile {0} 0x{1}", utohexstr(FileOffset));
MinimalTypeDumper.cpp 241 H = "0x" + utohexstr(Hash);
243 H = "0x" + utohexstr(Hash) + ", our hash = 0x" + utohexstr(OurHash);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DemandedBits.cpp 387 << Twine::utohexstr(AOut.getLimitedValue()));
490 OS << "DemandedBits: 0x" << Twine::utohexstr(KV.second.getLimitedValue())
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDGPUPALMetadata.cpp 654 Stream << "0x" << Twine::utohexstr(Reg) << ",0x" << Twine::utohexstr(Val);
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
AVR.cpp 385 llvm::utohexstr(SectionAddressData.getValue());
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Twine.h 387 static Twine utohexstr(const uint64_t &Val) { function in class:llvm::Twine
StringExtras.h 144 inline std::string utohexstr(uint64_t X, bool LowerCase = false) { function in namespace:llvm
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyInstPrinter.cpp 275 utohexstr(AI.getZExtValue() &
  /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...]
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
RecordName.cpp 84 Name.append("<unknown 0x" + utohexstr(Indices[I].getIndex()) + ">");
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
DIPrinter.cpp 277 return ("0x" + Twine::utohexstr(V)).str();

Completed in 67 milliseconds

1 2 3