| /llvm-project-15.0.7/bolt/lib/Profile/ |
| H A D | BoltAddressTranslation.cpp | 33 LLVM_DEBUG(dbgs() << " Key: " << Twine::utohexstr(BBOutputOffset) in writeEntriesForBB() 34 << " Val: " << Twine::utohexstr(BBInputOffset) << "\n"); in writeEntriesForBB() 53 << Twine::utohexstr(InputOffset) << " (branch)\n"); in writeEntriesForBB() 104 << Twine::utohexstr(Address) << ".\n"); in write() 119 LLVM_DEBUG(dbgs() << " " << Twine::utohexstr(ColdEntry.first) << " -> " in write() 120 << Twine::utohexstr(ColdEntry.second) << "\n"); in write() 161 << Twine::utohexstr(Address) << "\n"); in parse() 168 LLVM_DEBUG(dbgs() << Twine::utohexstr(OutputAddr) << " -> " in parse() 169 << Twine::utohexstr(InputAddr) << "\n"); in parse() 186 LLVM_DEBUG(dbgs() << Twine::utohexstr(ColdAddress) << " -> " in parse() [all …]
|
| H A D | Heatmap.cpp | 38 LLVM_DEBUG(dbgs() << "invalid range : 0x" << Twine::utohexstr(StartAddress) in registerAddressRange() 39 << " -> 0x" << Twine::utohexstr(EndAddress) << '\n'); in registerAddressRange() 185 OS << Twine::utohexstr(Value); in print() 275 errs() << "Couldn't map the address bucket [0x" << Twine::utohexstr(Address) in printSectionHotness() 276 << ", 0x" << Twine::utohexstr(Address + BucketSize) in printSectionHotness() 304 << Twine::utohexstr(TextSection.BeginAddress) << ", 0x" in printSectionHotness() 305 << Twine::utohexstr(TextSection.EndAddress) << ", " in printSectionHotness()
|
| H A D | DataAggregator.cpp | 407 << Twine::utohexstr(filterAddress(Trace.To)) << ":" in writeAutoFDOData() 423 << Twine::utohexstr(filterAddress(Trace.To)) << ":" in writeAutoFDOData() 730 << Twine::utohexstr(To) << '\n'); in doIntraBranch() 840 << Twine::utohexstr(First.To) << " to " in doTrace() 1458 << Twine::utohexstr( in parseBranchEvents() 1466 << Twine::utohexstr( in parseBranchEvents() 1700 << Twine::utohexstr(Addr) << "\n"; in processMemEvents() 2009 << Twine::utohexstr(Pair.second.Size) << " @ " in parseMMapEvents() 2052 << Twine::utohexstr(MMapInfo.MMapAddress) in parseMMapEvents() 2132 << Twine::utohexstr(MMI.second.Size) << ")\n"; in parseTaskEvents() [all …]
|
| H A D | DataReader.cpp | 79 OS << "+" << Twine::utohexstr(Loc.Offset); in operator <<() 81 OS << Twine::utohexstr(Loc.Offset); in operator <<() 121 OS << Loc.IsSymbol << " " << Loc.Name << " " << Twine::utohexstr(Loc.Offset) in print() 202 << Twine::utohexstr(From.Offset) << " " << To.IsSymbol << " " << To.Name in print() 238 << Twine::utohexstr(Offset.Offset) << " " << (Addr.IsSymbol + 3) << " " in print() 239 << Addr.Name << " " << Twine::utohexstr(Addr.Offset) << " " << Count in print() 551 << Twine::utohexstr(BI.From.Offset) << " -> "; in evaluateProfileData() 553 << "0x" << Twine::utohexstr(BI.To.Offset) << '\n'; in evaluateProfileData() 647 << Twine::utohexstr(BI.From.Offset) << " in function " << BF in convertBranchData() 797 << Twine::utohexstr(From) << " -> " in recordBranch() [all …]
|
| /llvm-project-15.0.7/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() 150 Twine::utohexstr(cursor.tell() - 5)); in parseSubsection() 170 "unrecognized tag 0x" + Twine::utohexstr(tag) + in parseSubsection() 172 Twine::utohexstr(cursor.tell() - 5)); in parseSubsection() 204 utohexstr(formatVersion)); in parse() 220 utohexstr(cursor.tell() - 4)); in parse()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinarySection.cpp | 102 << Twine::utohexstr(Relocation.Offset) << " with size " in emitAsData() 132 << " address: 0x" << Twine::utohexstr(SectionAddress) << '\n' in flushPendingRelocations() 133 << " offset: 0x" << Twine::utohexstr(SectionFileOffset) << '\n'); in flushPendingRelocations() 152 dbgs() << "BOLT-DEBUG: writing value 0x" << Twine::utohexstr(Value) in flushPendingRelocations() 154 << " at section offset 0x" << Twine::utohexstr(Reloc.Offset) in flushPendingRelocations() 156 << Twine::utohexstr(SectionAddress + Reloc.Offset) in flushPendingRelocations() 158 << Twine::utohexstr(SectionFileOffset + Reloc.Offset) << '\n';); in flushPendingRelocations() 181 << "0x" << Twine::utohexstr(getAddress()) << ", " << getSize() << " (0x" in print() 182 << Twine::utohexstr(getOutputAddress()) << ", " << getOutputSize() << ")" in print()
|
| H A D | Exceptions.cpp | 132 outs() << "[LSDA at 0x" << Twine::utohexstr(getLSDAAddress()) in parseLSDA() 134 outs() << "LPStart Encoding = 0x" << Twine::utohexstr(LPStartEncoding) in parseLSDA() 136 outs() << "LPStart = 0x" << Twine::utohexstr(LPStart) << '\n'; in parseLSDA() 203 outs() << "Call Site: [0x" << Twine::utohexstr(RangeBase + Start) in parseLSDA() 204 << ", 0x" << Twine::utohexstr(RangeBase + Start + Length) in parseLSDA() 205 << "); landing pad: 0x" << Twine::utohexstr(LPOffset) in parseLSDA() 269 OS << "0x" << Twine::utohexstr(TypeAddress); in parseLSDA() 498 << Twine::utohexstr(FDEI->first) in CFIReaderWriter() 703 << Twine::utohexstr(FuncAddress) << " is at 0x" in generateEHFrameHeader() 704 << Twine::utohexstr(FDEAddress) << '\n'); in generateEHFrameHeader() [all …]
|
| H A D | BinaryData.cpp | 124 OS << ", 0x" << Twine::utohexstr(getAddress()) << ":0x" in printBrief() 125 << Twine::utohexstr(getEndAddress()) << "/" << getSize() << "/" in printBrief() 126 << getAlignment() << "/0x" << Twine::utohexstr(Flags); in printBrief()
|
| H A D | JumpTable.cpp | 111 OS << " at 0x" << Twine::utohexstr(getAddress()) << " with a total count of " in print() 114 OS << " absolute offset: 0x" << Twine::utohexstr(EntryAddress) << '\n'; in print() 119 << Twine::utohexstr(getAddress() + Offset) in print()
|
| H A D | BinaryFunction.cpp | 420 << "\n Address : 0x" << Twine::utohexstr(Address) in print() 421 << "\n Size : 0x" << Twine::utohexstr(Size) in print() 422 << "\n MaxSize : 0x" << Twine::utohexstr(MaxSize) in print() 423 << "\n Offset : 0x" << Twine::utohexstr(FileOffset) in print() 451 OS << "\n Hash : " << Twine::utohexstr(computeHash()); in print() 860 << Twine::utohexstr(ArrayStart) << '\n'); in processIndirectBranch() 888 << " at 0x" << Twine::utohexstr(getAddress() + Offset) in processIndirectBranch() 1091 << Twine::utohexstr(AbsoluteInstrAddr) << ".\n"; in disassemble() 1191 << Twine::utohexstr(Offset) << " (address 0x" in disassemble() 1432 << Twine::utohexstr(Offset) << " (address 0x" in scanExternalRefs() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | ELF.h | 292 Twine::utohexstr(getHeader().e_phoff) + in program_headers() 510 Twine::utohexstr(Buf.size()) + ")"); in getSectionContentsAsArray() 536 Twine::utohexstr(Buf.size()) + ")"); in getSegmentContents() 804 Twine::utohexstr(SectionTableOffset)); in sections() 827 Twine::utohexstr(SectionTableOffset) + in sections() 830 Twine::utohexstr(NumSections) + ")"); in sections() 862 Twine::utohexstr(Section.sh_size) + ")"); in getEntry() 941 Twine::utohexstr(VerdefBuf - Start)); in getVersionDefinitions() 963 Twine::utohexstr(VerdauxBuf - Start)); in getVersionDefinitions() 1014 Twine::utohexstr(VerneedBuf - Start)); in getVersionDependencies() [all …]
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | SplitFunctions.cpp | 218 << Twine::utohexstr(OriginalHotSize) << ", 0x" in splitFunction() 219 << Twine::utohexstr(ColdSize) << ">\n"); in splitFunction() 296 << " post-split is <0x" << Twine::utohexstr(HotSize) in splitFunction() 297 << ", 0x" << Twine::utohexstr(ColdSize) << ">\n"); in splitFunction() 301 << Twine::utohexstr(HotSize) << ", 0x" in splitFunction() 302 << Twine::utohexstr(ColdSize) << " -> 0x" in splitFunction() 303 << Twine::utohexstr(OriginalHotSize) << '\n'); in splitFunction()
|
| H A D | LongJmp.cpp | 151 << " candidates. DotAddress is " << Twine::utohexstr(DotAddress) in lookupStubFromGroup() 153 << Twine::utohexstr(Cand->first) << "\n"; in lookupStubFromGroup() 303 << Twine::utohexstr(DotAddress) << "\n"); in tentativeLayoutRelocColdPart() 362 << Twine::utohexstr(DotAddress) << "\n"); in tentativeLayoutRelocMode() 479 << Twine::utohexstr(PCRelTgtAddress) in relaxStub() 495 << Twine::utohexstr(PCRelTgtAddress) in relaxStub()
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 2953 Twine::utohexstr(offset)); in pushNode() 2973 Twine::utohexstr(offset)); in pushNode() 2984 " in flags: 0x" + Twine::utohexstr(State.Flags) + in pushNode() 2995 Twine::utohexstr(offset)); in pushNode() 3019 Twine::utohexstr(offset) + in pushNode() 3029 Twine::utohexstr(offset) + in pushNode() 3041 Twine::utohexstr(offset)); in pushNode() 3050 Twine::utohexstr(offset)); in pushNode() 3060 Twine::utohexstr(State.Current - ExportStart) + in pushNode() 3070 Twine::utohexstr(offset) + in pushNode() [all …]
|
| H A D | XCOFFObjectFile.cpp | 203 return createError("entry with offset 0x" + Twine::utohexstr(Offset) + in getStringTableEntry() 383 Twine::utohexstr(OffsetToRaw) + " and size 0x" + in getSectionContents() 425 Twine::utohexstr(OffsetToLoaderSection) + in getLoaderSectionAddress() 720 " and size 0x" + Twine::utohexstr(Size) + in getRawData() 955 Twine::utohexstr(NumRelocEntries * sizeof(Reloc)) + in relocations() 986 Twine::utohexstr(Offset) + " and size 0x" + in parseStringTable() 987 Twine::utohexstr(Size) + in parseStringTable() 1031 " and size 0x" + Twine::utohexstr(LengthOfImportFileTable) + in getImportFileTable() 1039 " and size 0x" + Twine::utohexstr(LengthOfImportFileTable) + in getImportFileTable() 1084 Twine::utohexstr(SectionHeadersSize) + in create() [all …]
|
| H A D | ELF.cpp | 524 return "<unknown:>0x" + utohexstr(Type, true); in getDynamicTagAsString() 612 Twine::utohexstr(VAddr)); in toMappedAddr() 618 Twine::utohexstr(VAddr)); in toMappedAddr() 623 Twine::utohexstr(VAddr) + " to the segment with index " + in toMappedAddr() 626 Twine::utohexstr(Phdr.p_offset + Phdr.p_filesz) + in toMappedAddr() 628 Twine::utohexstr(getBufSize()) + ")"); in toMappedAddr() 657 "ULEB128 value at offset 0x" + Twine::utohexstr(Offset) + in decodeBBAddrMap() 658 " exceeds UINT32_MAX (0x" + Twine::utohexstr(Value) + ")"); in decodeBBAddrMap()
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | RewriteInstance.cpp | 637 outs() << "BOLT-INFO: PC: " << utohexstr(Marker.PC) in printSDTMarkers() 638 << ", Base: " << utohexstr(Marker.Base) in printSDTMarkers() 690 OS << Twine::utohexstr(*CharIter); in getPrintableBuildID() 1109 << Twine::utohexstr(PrevStart) << ", " in discoverFileObjects() 1300 << Twine::utohexstr(InstrOffset) << '\n'; in disassemblePLTSectionAArch64() 1361 << Twine::utohexstr(InstrOffset) << '\n'; in disassemblePLTSectionX86() 2313 << Twine::utohexstr(Rel.getOffset()) in readRelocations() 2319 << "; addend = 0x" << Twine::utohexstr(Addend) in readRelocations() 2356 << Twine::utohexstr(Rel.getOffset()) in readRelocations() 3678 << Twine::utohexstr(NextAvailableAddress) in mapCodeSections() [all …]
|
| H A D | DWARFRewriter.cpp | 472 << Twine::utohexstr(Unit.getOffset()) << '\n'; in updateUnitDebugInfo() 596 << Twine::utohexstr(Offset) << " for DIE at 0x" in updateUnitDebugInfo() 598 << Twine::utohexstr(Unit.getOffset()) << '\n'; in updateUnitDebugInfo() 609 << Twine::utohexstr(Unit.getOffset()) << '\n'; in updateUnitDebugInfo() 686 << Twine::utohexstr(NewAddress) << '\n'); in updateUnitDebugInfo() 713 << Twine::utohexstr(AttrOffset); in updateUnitDebugInfo() 767 << Twine::utohexstr(Unit.getOffset()) << '\n'; in updateUnitDebugInfo() 786 << Twine::utohexstr(DIE.getOffset()) << '\n'; in updateDWARFObjectAddressRanges() 842 << Twine::utohexstr(DIE.getOffset()) in updateDWARFObjectAddressRanges() 869 << Twine::utohexstr(DIE.getOffset()) << '\n'; in updateDWARFObjectAddressRanges() [all …]
|
| H A D | MachORewriteInstance.cpp | 159 << " @ 0x" << Twine::utohexstr(Section.getAddress()) << ":0x" in readSpecialSections() 160 << Twine::utohexstr(Section.getAddress() + Section.getSize()) in readSpecialSections() 417 << Twine::utohexstr(FuncSection->getAllocAddress()) << " to 0x" in mapCodeSections() 418 << Twine::utohexstr(Function->getOutputAddress()) << '\n'); in mapCodeSections() 469 LLVM_DEBUG(dbgs() << "Resolved to address 0x" << Twine::utohexstr(Address) in findSymbol()
|
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | WriterUtils.cpp | 84 debugWrite(os.tell(), msg + "[" + utohexstr(number) + "]"); in writeUleb128() 89 debugWrite(os.tell(), msg + "[" + utohexstr(number) + "]"); in writeSleb128() 107 debugWrite(os.tell(), msg + " [0x" + utohexstr(byte) + "]"); in writeU8() 112 debugWrite(os.tell(), msg + "[0x" + utohexstr(number) + "]"); in writeU32() 117 debugWrite(os.tell(), msg + "[0x" + utohexstr(number) + "]"); in writeU64()
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | DFAPacketizerEmitter.cpp | 123 << Twine::utohexstr(FuncResources)); in collectAllFuncUnits() 157 << Twine::utohexstr(ComboResources) << "\n"); in collectAllComboFuncs() 162 << Twine::utohexstr(FuncResources) << "\n"); in collectAllComboFuncs() 168 << Twine::utohexstr(ComboBit) << " = 0x" in collectAllComboFuncs() 169 << Twine::utohexstr(ComboResources) << "\n"); in collectAllComboFuncs()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 141 Twine::utohexstr(ObjSize)); in getAsArrayRef() 951 Twine::utohexstr(Ndx) + " (" + Desc + ")"); in getSymbolSectionIndex() 1740 Twine::utohexstr(DynamicPhdr->p_filesz) + in findDynamic() 3327 OS << utohexstr(e.e_ident[ELF::EI_VERSION]); in printFileHeaders() 3350 Str = "0x" + utohexstr(e.e_version); in printFileHeaders() 3352 Str = "0x" + utohexstr(e.e_entry); in printFileHeaders() 3372 Str = "0x" + utohexstr(e.e_flags); in printFileHeaders() 3655 return "0x" + utohexstr(Type) + ": <unknown>"; in getSectionTypeOffsetString() 4002 Twine::utohexstr(SymsTotal) + ")"); in printGnuHashTableSymbols() 5203 OS << "0x" << utohexstr(Value); in getFreeBSDNote() [all …]
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | InstrProfCorrelator.cpp | 275 << Twine::utohexstr(CountersStart) << ", 0x" in correlateProfileDataImpl() 276 << Twine::utohexstr(CountersEnd) << ")\n\tActual: 0x" in correlateProfileDataImpl() 277 << Twine::utohexstr(*CounterPtr)); in correlateProfileDataImpl()
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | StringExtrasTest.cpp | 100 EXPECT_EQ(utohexstr(0xA0u), "A0"); in TEST() 101 EXPECT_EQ(utohexstr(0xA0u, false, 4), "00A0"); in TEST() 102 EXPECT_EQ(utohexstr(0xA0u, false, 8), "000000A0"); in TEST()
|