| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | ELFAttributeParser.cpp | 108 "invalid tag 0x" + Twine::utohexstr(tag) + in parseAttributeList() 109 " at offset 0x" + Twine::utohexstr(pos)); in parseAttributeList() 152 Twine::utohexstr(cursor.tell() - 5)); in parseSubsection() 172 "unrecognized tag 0x" + Twine::utohexstr(tag) + in parseSubsection() 174 Twine::utohexstr(cursor.tell() - 5)); in parseSubsection() 206 utohexstr(formatVersion)); in parse() 222 utohexstr(cursor.tell() - 4)); in parse()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| H A D | ELF.h | 295 Twine::utohexstr(getHeader().e_phoff) + in program_headers() 315 createError("invalid offset (0x" + Twine::utohexstr(Phdr.p_offset) + in notes_begin() 316 ") or size (0x" + Twine::utohexstr(Phdr.p_filesz) + ")"); in notes_begin() 334 createError("invalid offset (0x" + Twine::utohexstr(Shdr.sh_offset) + in notes_begin() 335 ") or size (0x" + Twine::utohexstr(Shdr.sh_size) + ")"); in notes_begin() 504 " has a sh_offset (0x" + Twine::utohexstr(Offset) + in getSectionContentsAsArray() 505 ") + sh_size (0x" + Twine::utohexstr(Size) + in getSectionContentsAsArray() 509 " has a sh_offset (0x" + Twine::utohexstr(Offset) + in getSectionContentsAsArray() 510 ") + sh_size (0x" + Twine::utohexstr(Size) + in getSectionContentsAsArray() 512 Twine::utohexstr(Buf.size()) + ")"); in getSectionContentsAsArray() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 2899 Twine::utohexstr(offset)); in pushNode() 2907 "export info size: 0x" + Twine::utohexstr(ExportInfoSize) + in pushNode() 2908 " in export trie data at node: 0x" + Twine::utohexstr(offset) + in pushNode() 2919 Twine::utohexstr(offset)); in pushNode() 2930 " in flags: 0x" + Twine::utohexstr(State.Flags) + in pushNode() 2931 " in export trie data at node: 0x" + Twine::utohexstr(offset)); in pushNode() 2941 Twine::utohexstr(offset)); in pushNode() 2950 ") in export trie data at node: 0x" + Twine::utohexstr(offset)); in pushNode() 2963 Twine::utohexstr(offset) + in pushNode() 2973 Twine::utohexstr(offset) + in pushNode() [all …]
|
| H A D | ELF.cpp | 504 return "<unknown:>0x" + utohexstr(Type, true); in getDynamicTagAsString() 594 Twine::utohexstr(VAddr)); in toMappedAddr() 600 Twine::utohexstr(VAddr)); in toMappedAddr() 605 Twine::utohexstr(VAddr) + " to the segment with index " + in toMappedAddr() 608 Twine::utohexstr(Phdr.p_offset + Phdr.p_filesz) + in toMappedAddr() 610 Twine::utohexstr(getBufSize()) + ")"); in toMappedAddr() 640 "ULEB128 value at offset 0x" + Twine::utohexstr(Offset) + in decodeBBAddrMap() 641 " exceeds UINT32_MAX (0x" + Twine::utohexstr(Value) + ")"); in decodeBBAddrMap()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | DFAPacketizerEmitter.cpp | 125 << Twine::utohexstr(FuncResources)); in collectAllFuncUnits() 159 << Twine::utohexstr(ComboResources) << "\n"); in collectAllComboFuncs() 164 << Twine::utohexstr(FuncResources) << "\n"); in collectAllComboFuncs() 170 << Twine::utohexstr(ComboBit) << " = 0x" in collectAllComboFuncs() 171 << Twine::utohexstr(ComboResources) << "\n"); in collectAllComboFuncs()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 133 "unable to read data at 0x" + Twine::utohexstr(Offset) + in getAsArrayRef() 134 " of size 0x" + Twine::utohexstr(Size) + " (" + SizePrintName + in getAsArrayRef() 136 Twine::utohexstr(ObjSize)); in getAsArrayRef() 147 Msg += ("invalid " + SizePrintName + " (0x" + Twine::utohexstr(Size) + ")") in getAsArrayRef() 151 (" or " + EntSizePrintName + " (0x" + Twine::utohexstr(EntSize) + ")") in getAsArrayRef() 321 return createError("offset (0x" + Twine::utohexstr(Offset) + in createDRI() 322 ") + size (0x" + Twine::utohexstr(Size) + in createDRI() 324 Twine::utohexstr(Obj.getBufSize()) + ")"); in createDRI() 909 Desc = (Name + "+0x" + Twine::utohexstr(*Offset)).str(); in getSymbolSectionIndex() 914 Twine::utohexstr(Ndx) + " (" + Desc + ")"); in getSymbolSectionIndex() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinterDwarf.cpp | 283 Twine::utohexstr(Die.getOffset()) + ":0x" + in emitDwarfDIE() 284 Twine::utohexstr(Die.getSize()) + " " + in emitDwarfDIE()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.cpp | 177 DictScope NameScope(W, ("Name@0x" + Twine::utohexstr(NameOffset)).str()); in dumpName() 248 ListScope HashScope(W, ("Hash 0x" + Twine::utohexstr(Hash)).str()); in dump() 414 DictScope AbbrevScope(W, ("Abbreviation 0x" + Twine::utohexstr(Code)).str()); in dump() 680 DictScope EntryScope(W, ("Entry @ 0x" + Twine::utohexstr(EntryId)).str()); in dumpEntry() 756 DictScope UnitScope(W, ("Name Index @ 0x" + Twine::utohexstr(Base)).str()); in dump()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 697 P.format(" code 0x{0} (+0x{1})", utohexstr(CodeOffset), utohexstr(Delta)); in visitKnownRecord() 701 P.format(" code end 0x{0} (+0x{1})", utohexstr(CodeOffset + Length), in visitKnownRecord() 702 utohexstr(Length)); in visitKnownRecord() 747 P.format(" setfile {0} 0x{1}", utohexstr(FileOffset)); in visitKnownRecord()
|
| H A D | MinimalTypeDumper.cpp | 241 H = "0x" + utohexstr(Hash); in visitTypeBegin() 243 H = "0x" + utohexstr(Hash) + ", our hash = 0x" + utohexstr(OurHash); in visitTypeBegin()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/ |
| H A D | ARM.cpp | 698 Builder.defineMacro("__ARM_FEATURE_LDREX", "0x" + Twine::utohexstr(LDREX)); in getTargetDefines() 707 Builder.defineMacro("__ARM_FP", "0x" + Twine::utohexstr(HW_FP)); in getTargetDefines() 798 "0x" + Twine::utohexstr(HW_FP & ~HW_FP_DP)); in getTargetDefines() 808 "0x" + Twine::utohexstr(getARMCDECoprocMask())); in getTargetDefines()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/ |
| H A D | Object.cpp | 195 static Iterator utohexstr(T X, Iterator It, size_t Len) { in utohexstr() function 224 Iter = utohexstr(Data.size(), Iter, 2); in getLine() 225 Iter = utohexstr(Addr, Iter, 4); in getLine() 226 Iter = utohexstr(Type, Iter, 2); in getLine() 228 Iter = utohexstr(X, Iter, 2); in getLine() 230 Iter = utohexstr(getChecksum(S), Iter, 2); in getLine() 1427 "program header with offset 0x" + Twine::utohexstr(Phdr.p_offset) + in readProgramHeaders() 1428 " and file size 0x" + Twine::utohexstr(Phdr.p_filesz) + in readProgramHeaders() 2552 Twine::utohexstr(TotalSize) + " bytes"); in finalize() 2598 Twine::utohexstr(TotalSize) + " bytes"); in finalize() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUPALMetadata.cpp | 654 Stream << "0x" << Twine::utohexstr(Reg) << ",0x" << Twine::utohexstr(Val); in toString()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCSectionELF.cpp | 164 report_fatal_error("unsupported type 0x" + Twine::utohexstr(Type) + in PrintSwitchToSection()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | DemandedBits.cpp | 387 << Twine::utohexstr(AOut.getLimitedValue())); in performAnalysis() 490 OS << "DemandedBits: 0x" << Twine::utohexstr(KV.second.getLimitedValue()) in print()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| H A D | AVR.cpp | 385 llvm::utohexstr(SectionAddressData.getValue()); in ConstructJob()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64ELFStreamer.cpp | 120 OS << "\t.inst\t0x" << Twine::utohexstr(Inst) << "\n"; in emitInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | DFAPacketizer.cpp | 170 dbgs() << " * [res:0x" << utohexstr(R) << "] " << *MI; in endPacket()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 39 OS.AddComment("0x" + Twine::utohexstr(BTFType.Info)); in emitType() 151 OS.AddComment("0x" + Twine::utohexstr(IntVal)); in emitType() 263 OS.AddComment("0x" + Twine::utohexstr(Member.Offset)); in emitType() 774 OS.AddComment("0x" + Twine::utohexstr(BTF::MAGIC)); in emitCommonHeader()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
| H A D | WasmAsmParser.cpp | 189 utohexstr(WS->getSegmentFlags())); in parseSectionDirective()
|
| H A D | ELFAsmParser.cpp | 668 utohexstr(Section->getType())); in ParseSectionArguments() 674 utohexstr(Section->getFlags())); in ParseSectionArguments()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 770 reportWarning("PLT entry at 0x" + Twine::utohexstr(PltEntry.second) + in addPltEntries() 1422 FOS << " # " << Twine::utohexstr(Target); in disassembleObject() 1489 FOS << TargetName << "+0x" << Twine::utohexstr(Disp); in disassembleObject() 2198 Twine::utohexstr(Stop) + " specified by --stop-address", in checkForInvalidStartStopAddress() 2202 Twine::utohexstr(Start) + " specified by --start-address", in checkForInvalidStartStopAddress() 2206 Twine::utohexstr(Start) + ",0x" + Twine::utohexstr(Stop) + in checkForInvalidStartStopAddress()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | Twine.h | 387 static Twine utohexstr(const uint64_t &Val) { in utohexstr() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyInstPrinter.cpp | 275 utohexstr(AI.getZExtValue() & in toString()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonAsmPrinter.cpp | 192 ImmString = utohexstr(Value); in smallData() 196 ImmString = utohexstr(static_cast<uint32_t>(Value)); in smallData()
|