| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ObjectLinkingLayer.cpp | 104 ObjectLinkingLayer &Layer, in ObjectLinkingLayerJITLinkContext() argument 107 : JITLinkContext(&MR->getTargetJITDylib()), Layer(Layer), in ObjectLinkingLayerJITLinkContext() 113 if (Layer.ReturnObjectBuffer && ObjBuffer) in ~ObjectLinkingLayerJITLinkContext() 114 Layer.ReturnObjectBuffer(std::move(ObjBuffer)); in ~ObjectLinkingLayerJITLinkContext() 117 JITLinkMemoryManager &getMemoryManager() override { return Layer.MemMgr; } in getMemoryManager() 120 for (auto &P : Layer.Plugins) in notifyMaterializing() 127 for (auto &P : Layer.Plugins) in notifyFailed() 129 Layer.getExecutionSession().reportError(std::move(Err)); in notifyFailed() 140 auto &ES = Layer.getExecutionSession(); in lookup() 183 auto &ES = Layer.getExecutionSession(); in notifyResolved() [all …]
|
| H A D | CMakeLists.txt | 28 Layer.cpp
|
| H A D | LLJIT.cpp | 795 auto Layer = in createObjectLinkingLayer() local 799 Layer->setOverrideObjectFlagsWithResponsibilityFlags(true); in createObjectLinkingLayer() 800 Layer->setAutoClaimResponsibilityForObjectSymbols(true); in createObjectLinkingLayer() 806 Layer->setAutoClaimResponsibilityForObjectSymbols(true); in createObjectLinkingLayer() 811 return std::unique_ptr<ObjectLayer>(std::move(Layer)); in createObjectLinkingLayer()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Encode/t/ |
| H A D | CJKT.t | 12 # unless (PerlIO::Layer->find('perlio')){ 53 if (PerlIO::Layer->find('perlio')){ 65 if (PerlIO::Layer->find('perlio')){ 80 if (PerlIO::Layer->find('perlio')){
|
| H A D | enc_data.t | 9 unless (find PerlIO::Layer 'perlio') {
|
| H A D | enc_module.t | 9 unless (find PerlIO::Layer 'perlio') {
|
| H A D | at-tw.t | 9 unless (find PerlIO::Layer 'perlio') {
|
| /openbsd-src/gnu/usr.bin/perl/t/io/ |
| H A D | binmode.t | 17 unless find PerlIO::Layer 'perlio'; 27 unless find PerlIO::Layer 'perlio';
|
| H A D | layers.t | 231 print ref *PerlIO::Layer::NoWarnings{CODE};
|
| /openbsd-src/lib/libssl/ |
| H A D | generate_pkgconfig.sh | 70 Description: Secure Sockets Layer and cryptography libraries 86 Description: Secure Sockets Layer and cryptography libraries and tools
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | riff | 34 >8 string RMP3 \b, MPEG Layer 3 audio 48 >>20 leshort 85 \b, MPEG Layer 3 152 >>>>>>>>(92.l+180) leshort 0x0050 MPEG-1 Layer 1 or 2 153 >>>>>>>>(92.l+180) leshort 0x0055 MPEG-1 Layer 3 165 >>>>>>>>(92.l+188) leshort 0x0055 MPEG-1 Layer 3
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TraceExporter/docs/ |
| H A D | htr.rst | 11 **Layer:** The representation of trace data between passes. For Intel PT there are two types of lay… 13 …**Instruction Layer:** Composed of the load addresses of the instructions in the trace. In an effo… 17 …**Block Layer:** Composed of blocks - a block in *layer n* refers to a sequence of blocks in *laye…
|
| /openbsd-src/lib/libssl/doc/ |
| H A D | standards.txt | 57 2712 Addition of Kerberos Cipher Suites to Transport Layer Security 77 Layer Security (TLS). P. Chown. June 2002. (Format: TXT=13530 bytes) 103 4132 Addition of Camellia Cipher Suites to Transport Layer Security 107 4162 Addition of SEED Cipher Suites to Transport Layer Security (TLS). 232 3207 SMTP Service Extension for Secure SMTP over Transport Layer 269 3436 Transport Layer Security over Stream Control Transmission
|
| /openbsd-src/gnu/usr.bin/perl/dist/IO/t/ |
| H A D | io_utf8argv.t | 4 unless ( PerlIO::Layer->find('perlio') ) {
|
| H A D | io_utf8.t | 4 unless ( PerlIO::Layer->find('perlio') ) {
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Socket/t/ |
| H A D | socketpair.t | 51 unless ($has_perlio = PerlIO::Layer->can("find") && PerlIO::Layer->find('perlio')) {
|
| /openbsd-src/gnu/usr.bin/perl/lib/ |
| H A D | open.pm | 88 unless(PerlIO::Layer::->find($target,1)) {
|
| H A D | open.t | 65 skip("no perlio", 1) unless (find PerlIO::Layer 'perlio');
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/ |
| H A D | BUILD.gn | 41 "Layer.cpp",
|
| /openbsd-src/gnu/usr.bin/perl/ext/PerlIO-encoding/t/ |
| H A D | fallback.t | 4 unless (find PerlIO::Layer 'perlio') {
|
| /openbsd-src/gnu/usr.bin/perl/cpan/PerlIO-via-QuotedPrint/t/ |
| H A D | QuotedPrint.t | 7 unless (find PerlIO::Layer 'perlio') {
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | CFG.cpp | 714 void consumeConstructionContext(const ConstructionContextLayer *Layer, 722 void findConstructionContexts(const ConstructionContextLayer *Layer, 786 const ConstructionContextLayer *Layer = ConstructionContextMap.lookup(E); in retrieveAndCleanupConstructionContext() local 787 if (!Layer) in retrieveAndCleanupConstructionContext() 792 Layer); in retrieveAndCleanupConstructionContext() 1403 const ConstructionContextLayer *Layer, Expr *E) { in consumeConstructionContext() argument 1411 assert(PreviouslyStoredLayer->isStrictlyMoreSpecificThan(Layer) && in consumeConstructionContext() 1414 ConstructionContextMap[E] = Layer; in consumeConstructionContext() 1419 const ConstructionContextLayer *Layer, Stmt *Child) { in findConstructionContexts() argument 1426 auto withExtraLayer = [this, Layer](const ConstructionContextItem &Item) { in findConstructionContexts() [all …]
|
| /openbsd-src/share/snmp/ |
| H A D | IANAifType-MIB.txt | 534 docsCableMaclayer (127), -- CATV Mac Layer 542 l2vlan (135), -- Layer 2 Virtual LAN using 802.1Q 543 l3ipvlan (136), -- Layer 3 Virtual LAN using IP 544 l3ipxvlan (137), -- Layer 3 Virtual LAN using IPX 553 dvbRccMacLayer (146), -- DVB-RCC MAC Layer 632 ciscoISLvlan (222), -- Layer 2 Virtual LAN using Cisco ISL 652 dvbRcsMacLayer (239), -- DVB-RCS MAC Layer
|
| /openbsd-src/etc/ |
| H A D | protocols | 59 i-nlsp 52 I-NLSP # Integrated Net Layer Security TUBA 121 l2tp 115 L2TP # Layer Two Tunneling Protocol
|
| /openbsd-src/gnu/usr.bin/clang/libLLVMExecutionEngine/ |
| H A D | Makefile | 92 Layer.cpp \
|