Home | History | Annotate | Download | only in llvm-readobj

Lines Matching refs:SW

164   SW.printString("StartAddress",
166 SW.printString("EndAddress",
168 SW.printString("UnwindInfoAddress",
178 SW.startLine() << format("0x%02X: ", unsigned(UC[0].u.CodeOffset))
234 DictScope UIS(SW, "UnwindInfo");
235 SW.printNumber("Version", UI.getVersion());
236 SW.printFlags("Flags", UI.getFlags(), makeArrayRef(UnwindFlags));
237 SW.printNumber("PrologSize", UI.PrologSize);
239 SW.printEnum("FrameRegister", UI.getFrameRegister(),
241 SW.printHex("FrameOffset", UI.getFrameOffset());
243 SW.printString("FrameRegister", StringRef("-"));
244 SW.printString("FrameOffset", StringRef("-"));
247 SW.printNumber("UnwindCodeCount", UI.NumCodes);
249 ListScope UCS(SW, "UnwindCodes");
265 SW.printString("Handler",
270 DictScope CS(SW, "Chained");
280 DictScope RFS(SW, "RuntimeFunction");