HomeSort by: relevance | last modified time | path
    Searched defs:ifuncs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Module.h 77 /// The type for the list of ifuncs.
183 IFuncListType IFuncList; ///< The IFuncs in the module
569 /// Get the Module's list of ifuncs (constant).
571 /// Get the Module's list of ifuncs.
666 iterator_range<ifunc_iterator> ifuncs() { function in class:llvm::Module
669 iterator_range<const_ifunc_iterator> ifuncs() const { function in class:llvm::Module
  /src/sys/arch/arm/broadcom/
bcm2835_intr.c 328 struct fdtbus_interrupt_controller_func *ifuncs; local
366 ifuncs = &bcm2836mpicu_fdt_funcs;
402 ifuncs = &bcm2835icu_fdt_funcs;
405 error = fdtbus_register_interrupt_controller(self, phandle, ifuncs);

Completed in 17 milliseconds