Searched refs:utohexstr (Results 1 - 25 of 58) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DELFAttributeParser.cpp108 "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));
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELF.h295 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(Bu
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp125 << Twine::utohexstr(FuncResources));
159 << Twine::utohexstr(ComboResources) << "\n");
164 << Twine::utohexstr(FuncResources) << "\n");
170 << Twine::utohexstr(ComboBit) << " = 0x"
171 << Twine::utohexstr(ComboResources) << "\n");
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp2899 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(offse
[all...]
H A DELF.cpp504 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) + ")");
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp283 Twine::utohexstr(Die.getOffset()) + ":0x" +
284 Twine::utohexstr(Die.getSize()) + " " +
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp133 "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(Nd
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSectionELF.cpp164 report_fatal_error("unsupported type 0x" + Twine::utohexstr(Type) +
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DProgram.inc122 *ErrMsg += " (0x" + llvm::utohexstr(LastError) + ")";
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp177 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());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DDFAPacketizer.cpp170 dbgs() << " * [res:0x" << utohexstr(R) << "] " << *MI;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp120 OS << "\t.inst\t0x" << Twine::utohexstr(Inst) << "\n";
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp189 utohexstr(WS->getSegmentFlags()));
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DARM.cpp698 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()));
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp697 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));
H A DMinimalTypeDumper.cpp241 H = "0x" + utohexstr(Hash);
243 H = "0x" + utohexstr(Hash) + ", our hash = 0x" + utohexstr(OurHash);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp654 Stream << "0x" << Twine::utohexstr(Reg) << ",0x" << Twine::utohexstr(Val);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDemandedBits.cpp387 << Twine::utohexstr(AOut.getLimitedValue()));
490 OS << "DemandedBits: 0x" << Twine::utohexstr(KV.second.getLimitedValue())
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTwine.h387 static Twine utohexstr(const uint64_t &Val) { function in class:llvm::Twine
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp275 utohexstr(AI.getZExtValue() &
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DAVR.cpp385 llvm::utohexstr(SectionAddressData.getValue());
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp195 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(TotalSiz
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp84 Name.append("<unknown 0x" + utohexstr(Indices[I].getIndex()) + ">");
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp277 return ("0x" + Twine::utohexstr(V)).str();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.cpp39 OS.AddComment("0x" + Twine::utohexstr(BTFType.Info));
151 OS.AddComment("0x" + Twine::utohexstr(IntVal));
263 OS.AddComment("0x" + Twine::utohexstr(Member.Offset));
774 OS.AddComment("0x" + Twine::utohexstr(BTF::MAGIC));

Completed in 428 milliseconds

123