Home
last modified time | relevance | path

Searched refs:utohexstr (Results 1 – 25 of 110) sorted by relevance

12345

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DELFAttributeParser.cpp106 "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 DScopedPrinter.cpp10 OS << "0x" << utohexstr(Value.Value); in operator <<()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h338 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 DXCOFFObjectFile.cpp99 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 DMachOObjectFile.cpp3004 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 DELF.cpp541 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 DStructuralHash.cpp23 << 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 DDFAPacketizerEmitter.cpp124 << 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 DConcatOutputSection.cpp189 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 DInputSection.cpp73 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 DELFDumper.cpp141 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 DObjDumper.cpp64 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 DAsmPrinterDwarf.cpp268 Twine::utohexstr(Die.getOffset()) + ":0x" + in emitDwarfDIE()
269 Twine::utohexstr(Die.getSize()) + " " + in emitDwarfDIE()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp150 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 DAArch64ErrataFix.cpp401 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 DHexagon.cpp202 utohexstr(insn)); in findMaskR6()
238 utohexstr(insn)); in findMaskR16()
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DChunks.cpp135 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 DXCOFFWriter.cpp114 Twine::utohexstr(FileSize) + " bytes"); in write()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.cpp793 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 DRawMemProfReader.cpp271 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 DARMMachObjectWriter.cpp152 utohexstr(FixupOffset) + in RecordARMScatteredHalfRelocation()
267 utohexstr(FixupOffset) + in RecordARMScatteredRelocation()
/freebsd-14.2/contrib/llvm-project/lld/MachO/Arch/
H A DARM64Common.cpp137 llvm::utohexstr(va) + symbolHint + " is not " + Twine(align) + in reportUnalignedLdrStr()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp722 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 DMinimalTypeDumper.cpp245 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 DDWARFAcceleratorTable.cpp187 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()

12345