/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | ObjectFileInterface.cpp | 26 void addInitSymbol(MaterializationUnit::Interface &I, ExecutionSession &ES, in addInitSymbol() 41 static Expected<MaterializationUnit::Interface> 44 MaterializationUnit::Interface I; in getMachOObjectFileSymbolInfo() 98 static Expected<MaterializationUnit::Interface> 101 MaterializationUnit::Interface I; in getELFObjectFileSymbolInfo() 152 static Expected<MaterializationUnit::Interface> 155 MaterializationUnit::Interface I; in getCOFFObjectFileSymbolInfo() 234 Expected<MaterializationUnit::Interface> 237 MaterializationUnit::Interface I; in getGenericObjectFileSymbolInfo() 274 Expected<MaterializationUnit::Interface> [all...] |
H A D | Layer.cpp | 35 : MaterializationUnit(Interface()), TSM(std::move(TSM)) { in IRMaterializationUnit() 103 ThreadSafeModule TSM, Interface I, in IRMaterializationUnit() 171 MaterializationUnit::Interface I) { in add() 208 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.
|
H A D | imx7-csi.txt | 1 Freescale i.MX7 CMOS Sensor Interface 7 This is device node for the CMOS Sensor Interface (CSI) which enables the chip
|
/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 157 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 | 50 TapiFile::TapiFile(MemoryBufferRef Source, const InterfaceFile &Interface, in TapiFile() argument 53 FileKind(Interface.getFileType()) { in TapiFile() 54 for (const auto *Symbol : Interface.symbols()) { in TapiFile() 64 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/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Layer.h | 46 IRMaterializationUnit(ThreadSafeModule TSM, Interface I, 146 MaterializationUnit::Interface I); 156 MaterializationUnit::Interface I) { in add() 183 Interface I);
|
H A D | ObjectFileInterface.h | 26 void addInitSymbol(MaterializationUnit::Interface &I, ExecutionSession &ES, 32 Expected<MaterializationUnit::Interface>
|
/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/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 322 void ExternalASTMerger::CompleteType(ObjCInterfaceDecl *Interface) { in CompleteType() argument 323 assert(Interface->hasExternalLexicalStorage()); in CompleteType() 325 Interface, [&](ASTImporter &Forward, ASTImporter &Reverse, in CompleteType() 334 Forward.MapImported(SourceInterface, Interface); in CompleteType() 341 bool ExternalASTMerger::CanComplete(DeclContext *Interface) { in CanComplete() argument 342 assert(Interface->hasExternalLexicalStorage() || in CanComplete() 343 Interface->hasExternalVisibleStorage()); in CanComplete() 345 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/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/llvm-project/clang/lib/Sema/ |
H A D | SemaModule.cpp | 277 case ModuleDeclKind::Interface: in ActOnModuleDecl() 302 MDK = ModuleDeclKind::Interface; in ActOnModuleDecl() 391 Module *Interface = nullptr; // The interface for an implementation. in ActOnModuleDecl() local 393 case ModuleDeclKind::Interface: in ActOnModuleDecl() 429 Interface = getModuleLoader().loadModule(ModuleLoc, {ModuleNameLoc}, in ActOnModuleDecl() 434 if (!Interface) { in ActOnModuleDecl() 486 if (Interface) { in ActOnModuleDecl() 488 makeTransitiveImportsVisible(getASTContext(), VisibleModules, Interface, in ActOnModuleDecl() 494 Interface, Path[0].second); in ActOnModuleDecl() 500 Mod->Imports.insert(Interface); // As if we imported it. in ActOnModuleDecl() [all …]
|
/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)
|
H A D | wpas-dbus-new-wps.py | 46 wpas = dbus.Interface(wpas_obj, WPAS_DBUS_INTERFACE) 73 wps = dbus.Interface(if_obj, WPAS_DBUS_WPS_INTERFACE)
|
H A D | wpas-dbus-new-signals.py | 49 net = dbus.Interface(net_obj, WPAS_DBUS_BSS_INTERFACE) 136 wpas = dbus.Interface(wpas_obj, WPAS_DBUS_INTERFACE) 150 iface = dbus.Interface(if_obj, WPAS_DBUS_INTERFACES_INTERFACE)
|
/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
|
/freebsd/sys/contrib/device-tree/Bindings/firmware/xilinx/ |
H A D | xlnx,zynqmp-firmware.txt | 2 Device Tree Bindings for the Xilinx Zynq MPSoC Firmware Interface 7 driver provides an interface to firmware APIs. Interface APIs can be
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | xilinx_gmii2rgmii.txt | 4 The Gigabit Media Independent Interface (GMII) to Reduced Gigabit Media 5 Independent Interface (RGMII) core provides the RGMII between RGMII-compliant
|
/freebsd/sys/contrib/device-tree/Bindings/slimbus/ |
H A D | slim-qcom-ctrl.txt | 18 - clocks : Interface and core clocks used by this SLIMbus controller 20 "iface" : Interface clock for this controller
|