Home
last modified time | relevance | path

Searched refs:to_hexString (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp182 to_hexString(isecVA) + ", threshold = " + to_hexString(stubsInRangeVA) + in estimateStubsInRangeVA()
183 ", isecEnd = " + to_hexString(isecEnd) + in estimateStubsInRangeVA()
184 ", tail = " + to_hexString(isecEnd - isecVA) + in estimateStubsInRangeVA()
185 ", slop = " + to_hexString(branchRange - (isecEnd - isecVA))); in estimateStubsInRangeVA()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DScopedPrinter.cpp11 OS << "0x" << to_hexString(Value.Value); in operator <<()
15 std::string to_hexString(uint64_t Value, bool UpperCase) { in to_hexString() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp152 to_hexString(FixupOffset) + in RecordARMScatteredHalfRelocation()
267 to_hexString(FixupOffset) + in RecordARMScatteredRelocation()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp592 return to_hexString(Value, false); in printEnum()
3235 OS << to_hexString(e.e_ident[ELF::EI_VERSION]); in printFileHeaders()
3252 Str = "<unknown>: " + to_hexString(e.e_type, false); in printFileHeaders()
3258 Str = "0x" + to_hexString(e.e_version); in printFileHeaders()
3260 Str = "0x" + to_hexString(e.e_entry); in printFileHeaders()
3277 Str = "0x" + to_hexString(e.e_flags); in printFileHeaders()
3455 Addend += to_hexString(RelAddend, false); in printRelRelaReloc()
3555 return "LOOS+0x" + to_hexString(Type - SHT_LOOS); in getSectionTypeOffsetString()
3557 return "LOPROC+0x" + to_hexString(Type - SHT_LOPROC); in getSectionTypeOffsetString()
3559 return "LOUSER+0x" + to_hexString(Type - SHT_LOUSER); in getSectionTypeOffsetString()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h61 std::string to_hexString(uint64_t Value, bool UpperCase = true);