Home
last modified time | relevance | path

Searched refs:Per (Results 1 – 25 of 78) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DARMException.cpp61 const Function *Per = nullptr; in endFunction() local
63 Per = dyn_cast<Function>(F.getPersonalityFn()->stripPointerCasts()); in endFunction()
65 F.hasPersonalityFn() && !isNoOpWithoutInvoke(classifyEHPersonality(Per)) && in endFunction()
74 if (Per) { in endFunction()
75 MCSymbol *PerSym = Asm->getSymbol(Per); in endFunction()
H A DDwarfCFIException.cpp71 const GlobalValue *Per = nullptr; in beginFunction() local
73 Per = dyn_cast<GlobalValue>(F.getPersonalityFn()->stripPointerCasts()); in beginFunction()
80 !isNoOpWithoutInvoke(classifyEHPersonality(Per)) && in beginFunction()
87 Per; in beginFunction()
H A DWinException.cpp77 EHPersonality Per = EHPersonality::Unknown; in beginFunction() local
81 Per = classifyEHPersonality(PerFn); in beginFunction()
85 !isNoOpWithoutInvoke(Per) && in beginFunction()
99 if (Per == EHPersonality::MSVC_X86SEH && !hasEHFunclets) { in beginFunction()
129 EHPersonality Per = EHPersonality::Unknown; in endFunction() local
131 Per = classifyEHPersonality(F.getPersonalityFn()->stripPointerCasts()); in endFunction()
136 if (Per == EHPersonality::MSVC_TableSEH && MF->hasEHFunclets()) in endFunction()
149 if (Per == EHPersonality::MSVC_TableSEH) in endFunction()
151 else if (Per == EHPersonality::MSVC_X86SEH) in endFunction()
153 else if (Per == EHPersonality::MSVC_CXX) in endFunction()
[all …]
H A DAIXException.cpp87 const auto *Per = in endFunction() local
89 const MCSymbol *PerSym = Asm->TM.getSymbol(Per); in endFunction()
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dti-adc084s021.txt7 - spi-cpol : Per spi-bus bindings
8 - spi-cpha : Per spi-bus bindings
9 - spi-max-frequency : Per spi-bus bindings
/freebsd/contrib/file/magic/Magdir/
H A Dasf32 >>>82 lelong x \b, Samples Per Second %d
33 >>>86 lelong x \b, Average Number of Bytes Per Second %d
35 >>>94 leshort x \b, Bits Per Sample %d
44 >>>103 leshort x \b, Bits Per Pixel Count %d
47 #>>>113 lelong x \b, Horizontal Pixels Per Meter %d
48 #>>>117 lelong x \b, Vertical Pixels Per Meter %d
/freebsd/contrib/tcsh/nls/italian/
H A Dset263 1 non posso usare stat per %s. Per pietà dai un "unset watch".\n
4 2 Non riesco ad aprire %s. Per pietà dai un "unset watch".\n
/freebsd/share/timedef/
H A Dtr_TR.UTF-8.src39 Per
48 Perşembe
H A Dtr_TR.ISO8859-9.src39 Per
48 Per�embe
/freebsd/share/examples/jails/
H A DREADME41 Sample 3: Per-jail jail.conf(5)
52 Sample 4: Per-jail rc.conf(5)
/freebsd/contrib/libpcap/rpcapd/
H A Drpcapd@.service2 Description=Rpcap Per-Connection Server
H A Drpcapd.socket2 Description=Rpcap Socket for Per-Connection Servers
/freebsd/bin/sh/tests/builtins/
H A Dbreak6.01 # Per POSIX, this need only work if LONG_MAX > 4294967295.
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-g12a-fbx8am-brcm.dtso23 /* Per mmc-controller.yaml */
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.h45 void setPersonality(const MCSymbol *Per) { in setPersonality() argument
H A DARMELFStreamer.cpp467 void emitPersonality(const MCSymbol *Per);
1341 void ARMELFStreamer::emitPersonality(const MCSymbol *Per) { in emitPersonality() argument
1342 Personality = Per; in emitPersonality()
1343 UnwindOpAsm.setPersonality(Per); in emitPersonality()
/freebsd/sys/conf/
H A Doptions.arm6410 # Per-thread stack smashing protection support
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Disl9305.txt17 - Per-regulator optional properties are defined in regulator.txt
/freebsd/tools/test/
H A DREADME19 ppsapi Test 1 Pulse Per Second (1PPS) input for time control.
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiSchedule.td50 // Per-cycle resources tables. [default = NoItineraries]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dsource_location51 // `const __impl*`. Per C++ [expr.const], casts from void* are not permitted
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dqcom-emac.txt109 <0x0 0x00410000 0x0 0x400>; /* Per-lane digital */
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_supplicant.sgml323 <para>Optional bridge interface name. (Per interface)</para>
337 <para>Path to configuration file. (Per interface)</para>
344 <para>Path to ctrl_interface socket (Per interface. Only used if
377 (Per interface, see the available options below.)</para>
447 <para>Driver parameters. (Per interface)</para>
/freebsd/share/syscons/keymaps/
H A Dit.iso.kbd14 # Per usare la mappatura dare i seguenti comandi:
22 # Per l'utilizzo della stessa in modo permanente e/o
/freebsd/sys/contrib/device-tree/Bindings/iio/imu/
H A Dadi,adis16480.txt49 * pps: In Pulse Per Second (PPS) Mode, the rate of data collection and

1234