| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ObjectFileInterface.cpp | 24 void addInitSymbol(MaterializationUnit::Interface &I, ExecutionSession &ES, in addInitSymbol() 39 static Expected<MaterializationUnit::Interface> 42 MaterializationUnit::Interface I; in getMachOObjectFileSymbolInfo() 96 static Expected<MaterializationUnit::Interface> 99 MaterializationUnit::Interface I; in getELFObjectFileSymbolInfo() 150 static Expected<MaterializationUnit::Interface> 153 MaterializationUnit::Interface I; in getCOFFObjectFileSymbolInfo() 232 Expected<MaterializationUnit::Interface> 236 MaterializationUnit::Interface I; in getXCOFFObjectFileSymbolInfo() 278 Expected<MaterializationUnit::Interface> [all …]
|
| H A D | GetDylibInterface.cpp | 99 auto Interface = in getDylibInterfaceFromTapiFile() local 101 if (!Interface) in getDylibInterfaceFromTapiFile() 102 return Interface.takeError(); in getDylibInterfaceFromTapiFile() 104 for (auto *Sym : (*Interface)->exports()) in getDylibInterfaceFromTapiFile()
|
| H A D | AbsoluteSymbols.cpp | 49 MaterializationUnit::Interface 54 return MaterializationUnit::Interface(std::move(Flags), nullptr); in extractFlags()
|
| H A D | Layer.cpp | 35 : MaterializationUnit(Interface()), TSM(std::move(TSM)) { in IRMaterializationUnit() 104 ThreadSafeModule TSM, Interface I, in IRMaterializationUnit() 172 MaterializationUnit::Interface I) { in add() 209 ObjectLayer &L, std::unique_ptr<MemoryBuffer> O, Interface I) in BasicObjectLayerMaterializationUnit()
|
| /freebsd/sys/contrib/device-tree/Bindings/media/ |
| H A D | ti-am437x-vpfe.txt | 14 0 - Raw Bayer Interface. 15 1 - 8 Bit BT656 Interface. 16 2 - 10 Bit BT656 Interface. 17 3 - YCbCr 8 Bit Interface. 18 4 - YCbCr 16 Bit Interface.
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | MaterializationUnit.h | 40 struct Interface { struct 41 Interface() = default; 42 Interface(SymbolFlagsMap InitalSymbolFlags, SymbolStringPtr InitSymbol) in Interface() function 53 MaterializationUnit(Interface I) in MaterializationUnit() argument
|
| H A D | LinkGraphLayer.h | 37 MaterializationUnit::Interface I); 48 MaterializationUnit::Interface I) { in add() 63 MaterializationUnit::Interface getInterface(jitlink::LinkGraph &G); 78 Interface I) in LinkGraphMaterializationUnit() 101 MaterializationUnit::Interface I) { in add()
|
| H A D | Layer.h | 47 IRMaterializationUnit(ThreadSafeModule TSM, Interface I, 147 MaterializationUnit::Interface I); 157 MaterializationUnit::Interface I) { in add() 185 Interface I);
|
| H A D | ObjectFileInterface.h | 27 LLVM_ABI void addInitSymbol(MaterializationUnit::Interface &I, 33 LLVM_ABI Expected<MaterializationUnit::Interface>
|
| /freebsd/sys/contrib/device-tree/Bindings/powerpc/nintendo/ |
| H A D | wii.txt | 23 1.a) The Video Interface (VI) node 34 1.b) The Processor Interface (PI) node 67 1.d) The Serial Interface (SI) node 79 1.e) The Audio Interface (AI) node 90 1.f) The External Interface (EXI) node 100 1.h) The Enhanced Host Controller Interface (EHCI) node 102 Represents the USB 2.0 Enhanced Host Controller Interface. 110 1.i) The Secure Digital Host Controller Interface (SDHCI) nodes 153 1.n) The Disk Interface (DI) node
|
| H A D | gamecube.txt | 14 1.a) The Video Interface (VI) node 25 1.b) The Processor Interface (PI) node 67 1.d) The Disk Interface (DI) node 77 1.e) The Audio Interface (AI) node 88 1.f) The Serial Interface (SI) node 100 1.g) The External Interface (EXI) node
|
| /freebsd/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | zii,rave-sp.txt | 23 rave-sp-nvmem : Interface to onboard EEPROM 25 rave-sp-hwmon : Interface to onboard hardware sensors 26 rave-sp-leds : Interface to onboard LEDs 27 rave-sp-input : Interface to onboard power button
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | TapiFile.cpp | 49 TapiFile::TapiFile(MemoryBufferRef Source, const InterfaceFile &Interface, in TapiFile() argument 52 FileKind(Interface.getFileType()) { in TapiFile() 53 for (const auto *Symbol : Interface.symbols()) { in TapiFile() 63 if (Interface.getPlatforms().count(PLATFORM_MACOS) && Arch == AK_i386) { in TapiFile()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-tapi-diff/ |
| H A D | DiffEngine.cpp | |
| /freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
| H A D | aspeed-bmc-facebook-minipack.dts | 128 * to PIM (Port Interface Module) #1 (1-based). 141 * to PIM (Port Interface Module) #2 (1-based). 154 * to PIM (Port Interface Module) #3 (1-based). 167 * to PIM (Port Interface Module) #4 (1-based). 180 * to PIM (Port Interface Module) #5 (1-based). 193 * to PIM (Port Interface Module) #6 (1-based). 206 * to PIM (Port Interface Module) #7 (1-based). 219 * to PIM (Port Interface Module) #8 (1-based). 805 * (Port Interface Module) #1 (1-based). 871 * (Port Interface Modul [all...] |
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-types/ |
| H A D | EFI_BOOT_SERVICES.h | 68 void *Interface); 74 void *Interface); 78 void **Interface); 120 EFI_HANDLE Handle, EFI_GUID *Protocol, void **Interface, 141 void **Interface);
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExternalASTMerger.cpp | 320 void ExternalASTMerger::CompleteType(ObjCInterfaceDecl *Interface) { in CompleteType() argument 321 assert(Interface->hasExternalLexicalStorage()); in CompleteType() 323 Interface, [&](ASTImporter &Forward, ASTImporter &Reverse, in CompleteType() 332 Forward.MapImported(SourceInterface, Interface); in CompleteType() 339 bool ExternalASTMerger::CanComplete(DeclContext *Interface) { in CanComplete() argument 340 assert(Interface->hasExternalLexicalStorage() || in CanComplete() 341 Interface->hasExternalVisibleStorage()); in CanComplete() 343 ForEachMatchingDC(Interface, in CanComplete()
|
| /freebsd/sys/contrib/device-tree/Bindings/phy/ |
| H A D | ti-phy-gmii-sel.txt | 1 CPSW Port's Interface Mode Selection PHY Tree Bindings 31 CPSW Port's Interface Mode Selection PHY describes MII interface mode between 34 CPSW Port's Interface Mode Selection PHY device should defined as child device
|
| /freebsd/sbin/pfctl/tests/ |
| H A D | pfctl_test_list.inc | 168 PFCTL_TEST_IFACE(1057, "Interface translation: IPv4 rule, interface without brackets is translated") 169 PFCTL_TEST_IFACE(1058, "Interface translation: IPv4 rule, interface without brackets is translated,… 170 PFCTL_TEST_IFACE(1059, "Interface translation: IPv4 rule, interface with brackets is not translated… 171 PFCTL_TEST_IFACE(1060, "Interface translation: IPv4 rule, interface with brackets is not translated… 172 PFCTL_TEST_IFACE(1061, "Interface translation: IPv6 rule, interface without brackets is translated") 173 PFCTL_TEST_IFACE(1062, "Interface translation: IPv6 rule, interface without brackets is translated,… 174 PFCTL_TEST_IFACE(1063, "Interface translation: IPv6 rule, interface with brackets is not translated… 175 PFCTL_TEST_IFACE(1064, "Interface translation: IPv6 rule, interface with brackets is not translated…
|
| /freebsd/sys/contrib/device-tree/Bindings/extcon/ |
| H A D | extcon-sm5502.txt | 2 * SM5502 MUIC (Micro-USB Interface Controller) device 4 The Silicon Mitus SM5502 is a MUIC (Micro-USB Interface Controller) device
|
| /freebsd/contrib/wpa/wpa_supplicant/examples/ |
| H A D | dbus-listen-preq.py | 51 wpas = dbus.Interface(wpas_obj, WPAS_DBUS_INTERFACE) 58 iface = dbus.Interface(if_obj, WPAS_DBUS_INTERFACES_INTERFACE)
|
| H A D | wpas-dbus-new.py | 42 net = dbus.Interface(net_obj, WPAS_DBUS_BSS_INTERFACE) 106 wpas = dbus.Interface(wpas_obj, WPAS_DBUS_INTERFACE) 140 iface = dbus.Interface(if_obj, WPAS_DBUS_INTERFACES_INTERFACE)
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 283 case ModuleDeclKind::Interface: in ActOnModuleDecl() 308 MDK = ModuleDeclKind::Interface; in ActOnModuleDecl() 394 Module *Interface = nullptr; // The interface for an implementation. in ActOnModuleDecl() local 396 case ModuleDeclKind::Interface: in ActOnModuleDecl() 432 Interface = getModuleLoader().loadModule(ModuleLoc, {ModuleNameLoc}, in ActOnModuleDecl() 437 if (!Interface) { in ActOnModuleDecl() 489 if (Interface) { in ActOnModuleDecl() 491 makeTransitiveImportsVisible(getASTContext(), VisibleModules, Interface, in ActOnModuleDecl() 497 Interface, Path[0].getLoc()); in ActOnModuleDecl() 503 Mod->Imports.insert(Interface); // As if we imported it. in ActOnModuleDecl() [all …]
|
| /freebsd/lib/libbluetooth/ |
| H A D | protocols | 15 hid-control 17 HID-Control # Human Interface Device (control) 16 hid-interrupt 19 HID-Interrupt # Human Interface Device (interrupt)
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | fsl,esai.txt | 1 Freescale Enhanced Serial Audio Interface (ESAI) Controller 3 The Enhanced Serial Audio Interface (ESAI) provides a full-duplex serial port 5 standard codecs, Sony/Phillips Digital Interface (S/PDIF) transceivers, and
|