Home
last modified time | relevance | path

Searched +full:sw +full:- +full:exception (Results 1 – 25 of 160) sorted by relevance

1234567

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h1 //===--- ARMEHABIPrinter.h - ARM EHABI Unwind Information Printer ----------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 #include "llvm-readobj.h"
28 ScopedPrinter &SW; variable
65 OpcodeDecoder(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in OpcodeDecoder() argument
100 SW.startLine() << format("0x%02X ; vsp = vsp + %u\n", Opcode, in Decode_00xxxxxx()
106 SW.startLine() << format("0x%02X ; vsp = vsp - %u\n", Opcode, in Decode_01xxxxxx()
115 SW.startLine() in Decode_1000iiii_iiiiiiii()
125 SW.startLine() << format("0x%02X ; reserved (ARM MOVrr)\n", Opcode); in Decode_10011101()
[all …]
H A DARMWinEHPrinter.cpp1 //===-- ARMWinEHPrinter.cpp - Windows on ARM EH Data Printer ----*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
15 // RuntimeFunction's remaining 30-bits and can fully describe the entire frame.
17 // +---------------------------------------+
19 // +---------------------------------------+
21 // +---------------------------------------+
30 // split up into two portions, with the actual data residing in the "exception
34 // The exception data contains information about the frame setup, all of the
36 // the associated exception handler. Additionally, the entry contains byte-code
[all …]
H A DWindowsResourceDumper.cpp1 //===-- WindowsResourceDumper.cpp - Windows Resource printer --------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file implements the Windows resource (.res) dumper for llvm-readobj.
11 //===----------------------------------------------------------------------===//
27 // UTF16Str will have swapped byte order in case of big-endian machines. in stripUTF16()
39 auto EntryPtrOrErr = WinRes->getHeadEntry(); in printData()
57 SW.printString("Resource type (string)", NarrowStr); in printEntry()
62 SW.printString("Resource type (int)", IDStr); in printEntry()
67 SW.printString("Resource name (string)", NarrowStr); in printEntry()
[all …]
H A DWindowsResourceDumper.h1 //===- WindowsResourceDumper.h - Windows Resource printer -------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
21 Dumper(WindowsResource *Res, ScopedPrinter &SW) : SW(SW), WinRes(Res) {} in Dumper() argument
26 ScopedPrinter &SW;
H A DWin64EHDumper.h1 //===- Win64EHDumper.h - Win64 EH Printing ----------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
24 ScopedPrinter &SW; variable
55 Dumper(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in Dumper() argument
H A DWin64EHDumper.cpp1 //===- 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()
144 uint32_t Offset = CoffSym.getValue() + SymbolOffset - CS.getValue(); in getPreferredSymbol()
233 if (VA >= Address && (VA - Address) <= Size) in getSectionContaining()
245 SW.printString("StartAddress", in printRuntimeFunctionEntry()
247 SW.printString("EndAddress", in printRuntimeFunctionEntry()
250 SW.printString("UnwindInfoAddress", in printRuntimeFunctionEntry()
[all …]
H A DARMWinEHPrinter.h1 //===--- ARMWinEHPrinter.h - Windows on ARM Unwind Information Printer ----===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
25 ScopedPrinter &SW; variable
186 Decoder(ScopedPrinter &SW, bool isAArch64) : SW(SW), in Decoder() argument
187 OS(SW.getOStream()), in Decoder()
/freebsd-src/contrib/opencsd/decoder/include/opencsd/
H A Dtrc_gen_elem_types.h39 * @brief Generic trace elements output by the PE trace decode and SW stim decode stages.
49 …OCSD_GEN_TRC_ELEM_UNKNOWN = 0, /*!< Unknown trace element - default value or indicate error in…
50 …OCSD_GEN_TRC_ELEM_NO_SYNC, /*!< Waiting for sync - either at start of decode, or after ove…
51 …OCSD_GEN_TRC_ELEM_TRACE_ON, /*!< Start of trace - beginning of elements or restart after di…
57 … OCSD_GEN_TRC_ELEM_ADDR_UNKNOWN, /*!< address currently unknown - need address packet update */
58 …OCSD_GEN_TRC_ELEM_EXCEPTION, /*!< exception - start address may be exception target, end add…
60 …OCSD_GEN_TRC_ELEM_TIMESTAMP, /*!< Timestamp - preceding elements happeded before this time. …
61 …OCSD_GEN_TRC_ELEM_CYCLE_COUNT, /*!< Cycle count - cycles since last cycle count value - associ…
62 OCSD_GEN_TRC_ELEM_EVENT, /*!< Event - trigger or numbered event */
63 …OCSD_GEN_TRC_ELEM_SWTRACE, /*!< Software trace packet - may contain data payload. STM / IT…
[all …]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/riscv/
H A Dsave.S1 //===-- save.S - save up to 12 callee-saved registers ------
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_mips.S1 //===-- xray_trampoline_mips.s ----------------------------------*- ASM -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 // This implements the MIPS-specific assembler for the trampolines.
13 //===----------------------------------------------------------------------===//
27 addiu $sp, $sp, -36
28 sw $ra, 32($sp)
29 .cfi_offset 31, -4
30 sw $a3, 28($sp)
31 sw $a2, 24($sp)
[all …]
H A Dxray_mips.cpp1 //===-- xray_mips.cpp -------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 // Implementation of MIPS-specific routines (32-bit).
13 //===----------------------------------------------------------------------===//
24 PO_SW = 0xAC000000, // sw rt, offset(sp)
56 // We replace the following compile-time stub (sled): in patchSled()
66 // xray_sled_n (32-bit): in patchSled()
67 // addiu sp, sp, -8 ;create stack frame in patchSled()
69 // sw ra, 4(sp) ;save return address in patchSled()
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DELFAttributeParser.cpp1 //===--- ELFAttributeParser.cpp - ELF Attribute Parser ------
[all...]
H A DARMAttributeParser.cpp1 //===- ARMAttributeParser.cpp - ARM Attribute Information Printer ---------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
77 if (sw) { in stringAttribute()
78 DictScope scope(*sw, "Attribute"); in stringAttribute()
79 sw->printNumber("Tag", tag); in stringAttribute()
81 sw->printString("TagName", tagName); in stringAttribute()
82 sw->printString("Value", desc); in stringAttribute()
88 "Pre-v4", "ARM v4", "ARM v4T", "ARM v5T", "ARM v5TE", "ARM v5TEJ",
89 "ARM v6", "ARM v6KZ", "ARM v6T2", "ARM v6K", "ARM v7", "ARM v6-M",
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DELFAttributeParser.h1 //===- ELF AttributeParser.h - ELF Attribute Parser -------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
32 ScopedPrinter *sw;
54 ELFAttributeParser(ScopedPrinter *sw, TagNameMap tagNameMap, StringRef vendor) in ELFAttributeParser() argument
55 : vendor(vendor), sw(sw), tagToStringMap(tagNameMap) {} in ELFAttributeParser()
58 : vendor(vendor), sw(nullptr), tagToStringMap(tagNameMap) {} in ELFAttributeParser()
66 return I->second; in getAttributeValue()
72 return I->second; in getAttributeString()
H A DRISCVAttributeParser.h1 //===-- RISCVAttributeParser.h - RISCV Attribute Parser -------
29 RISCVAttributeParser(ScopedPrinter * sw) RISCVAttributeParser() argument
[all...]
H A DCSKYAttributeParser.h1 //===---- CSKYAttributeParser.h - CSKY Attribute Parser ---------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
35 CSKYAttributeParser(ScopedPrinter *sw) in CSKYAttributeParser() argument
36 : ELFAttributeParser(sw, CSKYAttrs::getCSKYAttributeTags(), "csky") {} in CSKYAttributeParser()
H A DMSP430AttributeParser.h1 //===-- MSP430AttributeParser.h - MSP430 Attribute Parser -------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
36 MSP430AttributeParser(ScopedPrinter *SW) in MSP430AttributeParser() argument
37 : ELFAttributeParser(SW, MSP430Attrs::getMSP430AttributeTags(), in MSP430AttributeParser()
H A DARMAttributeParser.h1 //===- ARMAttributeParser.h - ARM Attribute Information Printer -*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
76 ARMAttributeParser(ScopedPrinter *sw) in ARMAttributeParser() argument
77 : ELFAttributeParser(sw, ARMBuildAttrs::getARMAttributeTags(), "aeabi") {} in ARMAttributeParser()
/freebsd-src/usr.sbin/ppp/
H A Dmain.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 1996 - 2001 Brian Somers <brian@Awfulhak.org>
5 * based on work by Toshiharu OHNO <tony-o@iij.ad.jp>
115 SignalBundle->CleaningUp = 1; in Cleanup()
186 /* Drops all child prompts and re-opens the socket */ in RestartServer()
193 fprintf(stderr, "usage: ppp [-auto | -foreground | -background | -direct |" in Usage()
194 " -dedicated | -ddial | -interactive]" in Usage()
196 " [-nat]" in Usage()
198 " [-quiet] [-unit N] [system ...]\n"); in Usage()
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMakeCompressible.cpp1 //===-- RISCVMakeCompressible.cpp - Make more instructions compressible ---===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exceptio
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_x86.cpp1 //===-- RegisterContext_x86.cpp ---------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 // Convert the 8-bit abridged FPU Tag Word (as found in FXSAVE) to the full
14 // 16-bit FPU Tag Word (as found in FSAVE, and used by gdb protocol). This
16 uint16_t lldb_private::AbridgedToFullTagWord(uint8_t abridged_tw, uint16_t sw, in AbridgedToFullTagWord() argument
19 // Mapping to ST(i): i = FPU regno - TOP (Status Word, bits 11:13). in AbridgedToFullTagWord()
21 int st = 7 - ((sw >> 11) & 7); in AbridgedToFullTagWord()
26 // The register is non-empty, so we need to check the value of ST(i). in AbridgedToFullTagWord()
41 st = (st - 1) & 7; in AbridgedToFullTagWord()
[all …]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGCDAntipatternChecker.cpp1 //===- GCDAntipatternChecker.cpp ---------------------------------*- C++ -*-==//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
29 //===----------------------------------------------------------------------===//
75 std::string DeclName = ND->getNameAsString(); in isTest()
80 if (const auto *CD = dyn_cast<ObjCContainerDecl>(OD->getParent())) { in isTest()
81 std::string ContainerName = CD->getNameAsString(); in isTest()
90 static auto findGCDAntiPatternWithSemaphore() -> decltype(compoundStmt()) { in findGCDAntiPatternWithSemaphore()
134 static auto findGCDAntiPatternWithGroup() -> decltype(compoundStmt()) { in findGCDAntiPatternWithGroup()
184 const auto *SW = Nodes.getNodeAs<CallExpr>(WarnAtNode); in emitDiagnostics() local
[all …]
/freebsd-src/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersSave.S1 //===----------
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/net/wireless/
H A Dqcom,ath11k.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 # Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
4 ---
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVERegisterInfo.td1 //===-- VERegisterInfo.td - VE Register defs ---------------*- tablegen -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
16 let HWEncoding{15-7} = 0;
17 let HWEncoding{6-0} = enc;
24 let HWEncoding{15-6} = 0;
25 let HWEncoding{5-0} = enc;
32 let HWEncoding{15-8} = 0;
[all …]

1234567