HomeSort by relevance Sort by last modified time
    Searched defs:ifuncs (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/IR/
Module.h 80 /// The type for the list of ifuncs.
175 IFuncListType IFuncList; ///< The IFuncs in the module
508 /// Get the Module's list of ifuncs (constant).
510 /// Get the Module's list of ifuncs.
599 iterator_range<ifunc_iterator> ifuncs() { function in class:llvm::Module
602 iterator_range<const_ifunc_iterator> ifuncs() const { function in class:llvm::Module
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Module.h 62 /// The type for the list of ifuncs.
157 IFuncListType IFuncList; ///< The IFuncs in the module
503 /// Get the Module's list of ifuncs (constant).
505 /// Get the Module's list of ifuncs.
594 iterator_range<ifunc_iterator> ifuncs() { function in class:llvm::Module
597 iterator_range<const_ifunc_iterator> ifuncs() const { function in class:llvm::Module
639 return concat<GlobalValue>(functions(), globals(), aliases(), ifuncs());
643 ifuncs());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Module.h 62 /// The type for the list of ifuncs.
157 IFuncListType IFuncList; ///< The IFuncs in the module
503 /// Get the Module's list of ifuncs (constant).
505 /// Get the Module's list of ifuncs.
594 iterator_range<ifunc_iterator> ifuncs() { function in class:llvm::Module
597 iterator_range<const_ifunc_iterator> ifuncs() const { function in class:llvm::Module
639 return concat<GlobalValue>(functions(), globals(), aliases(), ifuncs());
643 ifuncs());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Module.h 62 /// The type for the list of ifuncs.
157 IFuncListType IFuncList; ///< The IFuncs in the module
503 /// Get the Module's list of ifuncs (constant).
505 /// Get the Module's list of ifuncs.
594 iterator_range<ifunc_iterator> ifuncs() { function in class:llvm::Module
597 iterator_range<const_ifunc_iterator> ifuncs() const { function in class:llvm::Module
639 return concat<GlobalValue>(functions(), globals(), aliases(), ifuncs());
643 ifuncs());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Module.h 62 /// The type for the list of ifuncs.
157 IFuncListType IFuncList; ///< The IFuncs in the module
503 /// Get the Module's list of ifuncs (constant).
505 /// Get the Module's list of ifuncs.
594 iterator_range<ifunc_iterator> ifuncs() { function in class:llvm::Module
597 iterator_range<const_ifunc_iterator> ifuncs() const { function in class:llvm::Module
639 return concat<GlobalValue>(functions(), globals(), aliases(), ifuncs());
643 ifuncs());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Module.h 62 /// The type for the list of ifuncs.
157 IFuncListType IFuncList; ///< The IFuncs in the module
503 /// Get the Module's list of ifuncs (constant).
505 /// Get the Module's list of ifuncs.
594 iterator_range<ifunc_iterator> ifuncs() { function in class:llvm::Module
597 iterator_range<const_ifunc_iterator> ifuncs() const { function in class:llvm::Module
639 return concat<GlobalValue>(functions(), globals(), aliases(), ifuncs());
643 ifuncs());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Module.h 62 /// The type for the list of ifuncs.
157 IFuncListType IFuncList; ///< The IFuncs in the module
503 /// Get the Module's list of ifuncs (constant).
505 /// Get the Module's list of ifuncs.
594 iterator_range<ifunc_iterator> ifuncs() { function in class:llvm::Module
597 iterator_range<const_ifunc_iterator> ifuncs() const { function in class:llvm::Module
639 return concat<GlobalValue>(functions(), globals(), aliases(), ifuncs());
643 ifuncs());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Module.h 62 /// The type for the list of ifuncs.
157 IFuncListType IFuncList; ///< The IFuncs in the module
503 /// Get the Module's list of ifuncs (constant).
505 /// Get the Module's list of ifuncs.
594 iterator_range<ifunc_iterator> ifuncs() { function in class:llvm::Module
597 iterator_range<const_ifunc_iterator> ifuncs() const { function in class:llvm::Module
639 return concat<GlobalValue>(functions(), globals(), aliases(), ifuncs());
643 ifuncs());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Module.h 62 /// The type for the list of ifuncs.
157 IFuncListType IFuncList; ///< The IFuncs in the module
503 /// Get the Module's list of ifuncs (constant).
505 /// Get the Module's list of ifuncs.
594 iterator_range<ifunc_iterator> ifuncs() { function in class:llvm::Module
597 iterator_range<const_ifunc_iterator> ifuncs() const { function in class:llvm::Module
639 return concat<GlobalValue>(functions(), globals(), aliases(), ifuncs());
643 ifuncs());
    [all...]

Completed in 446 milliseconds