Lines Matching +full:cs +full:- +full:x
1 //===- Win64EHDumper.cpp - Win64 EH Printer ---------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 #include "llvm-readobj.h"
46 - reinterpret_cast<const char*>(&UI); in getOffsetOfLSDA()
139 COFFSymbolRef CS = COFF.getCOFFSymbol(S); in getPreferredSymbol() local
140 if (CS.getSectionNumber() == CoffSym.getSectionNumber() && in getPreferredSymbol()
141 CS.getValue() <= CoffSym.getValue() + SymbolOffset && in getPreferredSymbol()
142 CS.getStorageClass() != COFF::IMAGE_SYM_CLASS_LABEL && in getPreferredSymbol()
143 CS.getSectionDefinition() == nullptr) { in getPreferredSymbol()
144 uint32_t Offset = CoffSym.getValue() + SymbolOffset - CS.getValue(); in getPreferredSymbol()
150 CoffSym = CS; in getPreferredSymbol()
151 if (CS.isExternal() && SymbolOffset == 0) in getPreferredSymbol()
178 OS << format(" +0x%X (0x%" PRIX64 ")", Displacement, Offset); in formatSymbol()
180 OS << format(" (0x%" PRIX64 ")", Offset); in formatSymbol()
191 OS << format(" (0x%" PRIX64 ")", Ctx.COFF.getImageBase() + Displacement); in formatSymbol()
199 OS << format("(0x%" PRIX64 ")", Ctx.COFF.getImageBase() + Displacement); in formatSymbol()
201 OS << format("(0x%" PRIX64 ")", Offset); in formatSymbol()
233 if (VA >= Address && (VA - Address) <= Size) in getSectionContaining()
260 SW.startLine() << format("0x%02X: ", unsigned(UC[0].u.CodeOffset)) in printUnwindCode()
283 << format(", offset=0x%X", UI.getFrameOffset() * 16); in printUnwindCode()
288 << format(", offset=0x%X", UC[1].FrameOffset * 8); in printUnwindCode()
293 << format(", offset=0x%X", getLargeSlotValue(UC)); in printUnwindCode()
298 << format(", offset=0x%X", UC[1].FrameOffset * 16); in printUnwindCode()
303 << format(", offset=0x%X", getLargeSlotValue(UC)); in printUnwindCode()
325 SW.printString("FrameRegister", StringRef("-")); in printUnwindInfo()
326 SW.printString("FrameOffset", StringRef("-")); in printUnwindInfo()
341 UCI = UCI + UsedSlots - 1; in printUnwindInfo()
352 DictScope CS(SW, "Chained"); in printUnwindInfo() local
375 Offset = RF.UnwindInfoOffset - XData->VirtualAddress; in printRuntimeFunction()