| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | ELFAttributeParser.cpp | 106 "invalid tag 0x" + Twine::utohexstr(tag) + in parseAttributeList() 107 " at offset 0x" + Twine::utohexstr(pos)); in parseAttributeList() 154 Twine::utohexstr(cursor.tell() - 5)); in parseSubsection() 174 "unrecognized tag 0x" + Twine::utohexstr(tag) + in parseSubsection() 176 Twine::utohexstr(cursor.tell() - 5)); in parseSubsection() 208 utohexstr(formatVersion)); in parse() 224 utohexstr(cursor.tell() - 4)); in parse()
|
| H A D | ScopedPrinter.cpp | 10 OS << "0x" << utohexstr(Value.Value); in operator <<()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ELF.h | 338 Twine::utohexstr(getHeader().e_phoff) + in program_headers() 591 Twine::utohexstr(Buf.size()) + ")"); in getSectionContentsAsArray() 617 Twine::utohexstr(Buf.size()) + ")"); in getSegmentContents() 893 Twine::utohexstr(SectionTableOffset)); in sections() 916 Twine::utohexstr(SectionTableOffset) + in sections() 919 Twine::utohexstr(NumSections) + ")"); in sections() 951 Twine::utohexstr(Section.sh_size) + ")"); in getEntry() 1030 Twine::utohexstr(VerdefBuf - Start)); in getVersionDefinitions() 1052 Twine::utohexstr(VerdauxBuf - Start)); in getVersionDefinitions() 1103 Twine::utohexstr(VerneedBuf - Start)); in getVersionDependencies() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | XCOFFObjectFile.cpp | 99 return createError("entry with offset 0x" + Twine::utohexstr(Offset) + in getLoaderSecSymNameInStrTbl() 418 Twine::utohexstr(OffsetToRaw) + " and size 0x" + in getSectionContents() 450 Twine(("<Unknown:") + Twine::utohexstr(SectType) + ">") in getSectionFileOffsetToRawData() 478 Twine::utohexstr(SizeOfSection) + in getSectionFileOffsetToRawData() 776 " and size 0x" + Twine::utohexstr(Size) + in getRawData() 1027 Twine::utohexstr(NumRelocEntries * sizeof(Reloc)) + in relocations() 1083 Twine::utohexstr(Offset) + " and size 0x" + in parseStringTable() 1084 Twine::utohexstr(Size) + in parseStringTable() 1182 Twine::utohexstr(SectionHeadersSize) + in create() 1206 Twine::utohexstr(CurOffset) + " and size 0x" + in create() [all …]
|
| H A D | MachOObjectFile.cpp | 3004 Twine::utohexstr(offset)); in pushNode() 3024 Twine::utohexstr(offset)); in pushNode() 3035 " in flags: 0x" + Twine::utohexstr(State.Flags) + in pushNode() 3046 Twine::utohexstr(offset)); in pushNode() 3070 Twine::utohexstr(offset) + in pushNode() 3080 Twine::utohexstr(offset) + in pushNode() 3092 Twine::utohexstr(offset)); in pushNode() 3101 Twine::utohexstr(offset)); in pushNode() 3111 Twine::utohexstr(State.Current - ExportStart) + in pushNode() 3121 Twine::utohexstr(offset) + in pushNode() [all …]
|
| H A D | ELF.cpp | 541 return "<unknown:>0x" + utohexstr(Type, true); in getDynamicTagAsString() 628 Twine::utohexstr(VAddr)); in toMappedAddr() 634 Twine::utohexstr(VAddr)); in toMappedAddr() 639 Twine::utohexstr(VAddr) + " to the segment with index " + in toMappedAddr() 642 Twine::utohexstr(Phdr.p_offset + Phdr.p_filesz) + in toMappedAddr() 644 Twine::utohexstr(getBufSize()) + ")"); in toMappedAddr() 664 Twine::utohexstr(Offset) + " exceeds UINT" + in readULEB128As() 666 "_MAX (0x" + Twine::utohexstr(Value) + ")"); in readULEB128As() 744 Twine::utohexstr(SectionOffset) + " in section " + in decodeBBAddrMapImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | StructuralHash.cpp | 23 << Twine::utohexstr(StructuralHash(M, EnableDetailedStructuralHash)) in run() 29 << Twine::utohexstr(StructuralHash(F, EnableDetailedStructuralHash)) in run()
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DFAPacketizerEmitter.cpp | 124 << Twine::utohexstr(FuncResources)); in collectAllFuncUnits() 158 << Twine::utohexstr(ComboResources) << "\n"); in collectAllComboFuncs() 163 << Twine::utohexstr(FuncResources) << "\n"); in collectAllComboFuncs() 169 << Twine::utohexstr(ComboBit) << " = 0x" in collectAllComboFuncs() 170 << Twine::utohexstr(ComboResources) << "\n"); in collectAllComboFuncs()
|
| /freebsd-14.2/contrib/llvm-project/lld/MachO/ |
| H A D | ConcatOutputSection.cpp | 189 utohexstr(isecVA) + ", threshold = " + utohexstr(stubsInRangeVA) + in estimateStubsInRangeVA() 190 ", isecEnd = " + utohexstr(isecEnd) + in estimateStubsInRangeVA() 191 ", tail = " + utohexstr(isecEnd - isecVA) + in estimateStubsInRangeVA() 192 ", slop = " + utohexstr(forwardBranchRange - (isecEnd - isecVA))); in estimateStubsInRangeVA()
|
| H A D | InputSection.cpp | 73 Twine::utohexstr(off - sym->value) + ")") in getLocation() 85 Twine::utohexstr(off) + ")") in getLocation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 141 Twine::utohexstr(ObjSize)); in getAsArrayRef() 3600 OS << utohexstr(e.e_ident[ELF::EI_VERSION]); in printFileHeaders() 3634 Str = "0x" + utohexstr(e.e_version); in printFileHeaders() 3636 Str = "0x" + utohexstr(e.e_entry); in printFileHeaders() 3684 Str = "0x" + utohexstr(e.e_flags); in printFileHeaders() 4358 Twine::utohexstr(SymsTotal) + ")"); in printGnuHashTableSymbols() 5502 OS << "0x" << utohexstr(Value); in getFreeBSDNote() 5504 OS << "(0x" << utohexstr(Value) << ")"; in getFreeBSDNote() 6122 Twine::utohexstr(Sec.sh_addr) + in getMemtagGlobalsSectionContents() 6124 Twine::utohexstr(ExpectedAddr)); in getMemtagGlobalsSectionContents() [all …]
|
| H A D | ObjDumper.cpp | 64 reportUniqueWarning("offset (0x" + Twine::utohexstr(StringDataOffset) + in printAsStringList() 66 Twine::utohexstr(StrSize) + ")"); in printAsStringList()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinterDwarf.cpp | 268 Twine::utohexstr(Die.getOffset()) + ":0x" + in emitDwarfDIE() 269 Twine::utohexstr(Die.getSize()) + " " + in emitDwarfDIE()
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | OutputSections.cpp | 150 toString(isec) + ": 0x" + utohexstr(isec->flags) + in commitSection() 151 "\n>>> output section " + name + ": 0x" + utohexstr(flags)); in commitSection() 765 "wrote incorrect addend value 0x" + utohexstr(writtenAddend) + in checkDynRelAddends() 766 " instead of 0x" + utohexstr(addend) + in checkDynRelAddends() 768 " at offset 0x" + utohexstr(rel.getOffset()) + in checkDynRelAddends()
|
| H A D | AArch64ErrataFix.cpp | 401 saver().save("__CortexA53843419_" + utohexstr(getLDSTAddr())), STT_FUNC, in Patch843419Section() 556 utohexstr(adrpAddr) + " in unpatched output."); in implementPatch()
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | Hexagon.cpp | 202 utohexstr(insn)); in findMaskR6() 238 utohexstr(insn)); in findMaskR16()
|
| /freebsd-14.2/contrib/llvm-project/lld/COFF/ |
| H A D | Chunks.cpp | 135 error("unsupported relocation type 0x" + Twine::utohexstr(type) + " in " + in applyRelX64() 155 error("unsupported relocation type 0x" + Twine::utohexstr(type) + " in " + in applyRelX86() 232 error("unsupported relocation type 0x" + Twine::utohexstr(type) + " in " + in applyRelARM() 352 error("unsupported relocation type 0x" + Twine::utohexstr(type) + " in " + in applyRelARM64() 730 utohexstr(magic)); in consumeDebugMagic()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/ |
| H A D | XCOFFWriter.cpp | 114 Twine::utohexstr(FileSize) + " bytes"); in write()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | ARM.cpp | 793 Builder.defineMacro("__ARM_FEATURE_LDREX", "0x" + Twine::utohexstr(LDREX)); in getTargetDefines() 802 Builder.defineMacro("__ARM_FP", "0x" + Twine::utohexstr(HW_FP)); in getTargetDefines() 905 "0x" + Twine::utohexstr(FeatureCoprocBF)); in getTargetDefines() 957 "0x" + Twine::utohexstr(HW_FP & ~HW_FP_DP)); in getTargetDefines() 967 "0x" + Twine::utohexstr(getARMCDECoprocMask())); in getTargetDefines()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | RawMemProfReader.cpp | 271 OS << " Start: 0x" << llvm::utohexstr(Entry.Start) << "\n"; in printYAML() 272 OS << " End: 0x" << llvm::utohexstr(Entry.End) << "\n"; in printYAML() 273 OS << " Offset: 0x" << llvm::utohexstr(Entry.Offset) << "\n"; in printYAML()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMachObjectWriter.cpp | 152 utohexstr(FixupOffset) + in RecordARMScatteredHalfRelocation() 267 utohexstr(FixupOffset) + in RecordARMScatteredRelocation()
|
| /freebsd-14.2/contrib/llvm-project/lld/MachO/Arch/ |
| H A D | ARM64Common.cpp | 137 llvm::utohexstr(va) + symbolHint + " is not " + Twine(align) + in reportUnalignedLdrStr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 722 P.format(" code 0x{0} (+0x{1})", utohexstr(CodeOffset), utohexstr(Delta)); in visitKnownRecord() 726 P.format(" code end 0x{0} (+0x{1})", utohexstr(CodeOffset + Length), in visitKnownRecord() 727 utohexstr(Length)); in visitKnownRecord() 772 P.format(" setfile {0} 0x{1}", utohexstr(FileOffset)); in visitKnownRecord()
|
| H A D | MinimalTypeDumper.cpp | 245 H = "0x" + utohexstr(Hash); in visitTypeBegin() 247 H = "0x" + utohexstr(Hash) + ", our hash = 0x" + utohexstr(OurHash); in visitTypeBegin()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.cpp | 187 DictScope NameScope(W, ("Name@0x" + Twine::utohexstr(NameOffset)).str()); in dumpName() 259 ListScope HashScope(W, ("Hash 0x" + Twine::utohexstr(Hash)).str()); in dump() 480 DictScope AbbrevScope(W, ("Abbreviation 0x" + Twine::utohexstr(Code)).str()); in dump() 762 DictScope EntryScope(W, ("Entry @ 0x" + Twine::utohexstr(EntryId)).str()); in dumpEntry() 838 DictScope UnitScope(W, ("Name Index @ 0x" + Twine::utohexstr(Base)).str()); in dump()
|