HomeSort by relevance Sort by last modified time
    Searched refs:FunctionListType (Results 1 - 17 of 17) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Module.h 59 typedef SymbolTableList<Function> FunctionListType;
75 typedef FunctionListType::iterator iterator;
77 typedef FunctionListType::const_iterator const_iterator;
80 typedef FunctionListType::reverse_iterator reverse_iterator;
82 typedef FunctionListType::const_reverse_iterator const_reverse_iterator;
155 FunctionListType FunctionList; ///< The Functions in the module
490 const FunctionListType &getFunctionList() const { return FunctionList; }
492 FunctionListType &getFunctionList() { return FunctionList; }
493 static FunctionListType Module::*getSublistAccess(Function*) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Module.h 59 typedef SymbolTableList<Function> FunctionListType;
75 typedef FunctionListType::iterator iterator;
77 typedef FunctionListType::const_iterator const_iterator;
80 typedef FunctionListType::reverse_iterator reverse_iterator;
82 typedef FunctionListType::const_reverse_iterator const_reverse_iterator;
155 FunctionListType FunctionList; ///< The Functions in the module
490 const FunctionListType &getFunctionList() const { return FunctionList; }
492 FunctionListType &getFunctionList() { return FunctionList; }
493 static FunctionListType Module::*getSublistAccess(Function*) {
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Module.h 120 typedef iplist<Function> FunctionListType;
135 typedef FunctionListType::iterator iterator;
137 typedef FunctionListType::const_iterator const_iterator;
164 FunctionListType FunctionList; ///< The Functions in the module
431 const FunctionListType &getFunctionList() const { return FunctionList; }
433 FunctionListType &getFunctionList() { return FunctionList; }
  /external/llvm/include/llvm/IR/
Module.h 77 typedef SymbolTableList<Function> FunctionListType;
93 typedef FunctionListType::iterator iterator;
95 typedef FunctionListType::const_iterator const_iterator;
98 typedef FunctionListType::reverse_iterator reverse_iterator;
100 typedef FunctionListType::const_reverse_iterator const_reverse_iterator;
173 FunctionListType FunctionList; ///< The Functions in the module
495 const FunctionListType &getFunctionList() const { return FunctionList; }
497 FunctionListType &getFunctionList() { return FunctionList; }
498 static FunctionListType Module::*getSublistAccess(Function*) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Module.h 70 using FunctionListType = SymbolTableList<Function>;
86 using iterator = FunctionListType::iterator;
88 using const_iterator = FunctionListType::const_iterator;
91 using reverse_iterator = FunctionListType::reverse_iterator;
93 using const_reverse_iterator = FunctionListType::const_reverse_iterator;
170 FunctionListType FunctionList; ///< The Functions in the module
507 const FunctionListType &getFunctionList() const { return FunctionList; }
509 FunctionListType &getFunctionList() { return FunctionList; }
510 static FunctionListType Module::*getSublistAccess(Function*) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Module.h 70 using FunctionListType = SymbolTableList<Function>;
86 using iterator = FunctionListType::iterator;
88 using const_iterator = FunctionListType::const_iterator;
91 using reverse_iterator = FunctionListType::reverse_iterator;
93 using const_reverse_iterator = FunctionListType::const_reverse_iterator;
170 FunctionListType FunctionList; ///< The Functions in the module
507 const FunctionListType &getFunctionList() const { return FunctionList; }
509 FunctionListType &getFunctionList() { return FunctionList; }
510 static FunctionListType Module::*getSublistAccess(Function*) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Module.h 70 using FunctionListType = SymbolTableList<Function>;
86 using iterator = FunctionListType::iterator;
88 using const_iterator = FunctionListType::const_iterator;
91 using reverse_iterator = FunctionListType::reverse_iterator;
93 using const_reverse_iterator = FunctionListType::const_reverse_iterator;
170 FunctionListType FunctionList; ///< The Functions in the module
507 const FunctionListType &getFunctionList() const { return FunctionList; }
509 FunctionListType &getFunctionList() { return FunctionList; }
510 static FunctionListType Module::*getSublistAccess(Function*) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Module.h 70 using FunctionListType = SymbolTableList<Function>;
86 using iterator = FunctionListType::iterator;
88 using const_iterator = FunctionListType::const_iterator;
91 using reverse_iterator = FunctionListType::reverse_iterator;
93 using const_reverse_iterator = FunctionListType::const_reverse_iterator;
170 FunctionListType FunctionList; ///< The Functions in the module
507 const FunctionListType &getFunctionList() const { return FunctionList; }
509 FunctionListType &getFunctionList() { return FunctionList; }
510 static FunctionListType Module::*getSublistAccess(Function*) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Module.h 70 using FunctionListType = SymbolTableList<Function>;
86 using iterator = FunctionListType::iterator;
88 using const_iterator = FunctionListType::const_iterator;
91 using reverse_iterator = FunctionListType::reverse_iterator;
93 using const_reverse_iterator = FunctionListType::const_reverse_iterator;
170 FunctionListType FunctionList; ///< The Functions in the module
507 const FunctionListType &getFunctionList() const { return FunctionList; }
509 FunctionListType &getFunctionList() { return FunctionList; }
510 static FunctionListType Module::*getSublistAccess(Function*) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Module.h 70 using FunctionListType = SymbolTableList<Function>;
86 using iterator = FunctionListType::iterator;
88 using const_iterator = FunctionListType::const_iterator;
91 using reverse_iterator = FunctionListType::reverse_iterator;
93 using const_reverse_iterator = FunctionListType::const_reverse_iterator;
170 FunctionListType FunctionList; ///< The Functions in the module
507 const FunctionListType &getFunctionList() const { return FunctionList; }
509 FunctionListType &getFunctionList() { return FunctionList; }
510 static FunctionListType Module::*getSublistAccess(Function*) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Module.h 70 using FunctionListType = SymbolTableList<Function>;
86 using iterator = FunctionListType::iterator;
88 using const_iterator = FunctionListType::const_iterator;
91 using reverse_iterator = FunctionListType::reverse_iterator;
93 using const_reverse_iterator = FunctionListType::const_reverse_iterator;
170 FunctionListType FunctionList; ///< The Functions in the module
507 const FunctionListType &getFunctionList() const { return FunctionList; }
509 FunctionListType &getFunctionList() { return FunctionList; }
510 static FunctionListType Module::*getSublistAccess(Function*) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Module.h 70 using FunctionListType = SymbolTableList<Function>;
86 using iterator = FunctionListType::iterator;
88 using const_iterator = FunctionListType::const_iterator;
91 using reverse_iterator = FunctionListType::reverse_iterator;
93 using const_reverse_iterator = FunctionListType::const_reverse_iterator;
170 FunctionListType FunctionList; ///< The Functions in the module
507 const FunctionListType &getFunctionList() const { return FunctionList; }
509 FunctionListType &getFunctionList() { return FunctionList; }
510 static FunctionListType Module::*getSublistAccess(Function*) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Module.h 70 using FunctionListType = SymbolTableList<Function>;
86 using iterator = FunctionListType::iterator;
88 using const_iterator = FunctionListType::const_iterator;
91 using reverse_iterator = FunctionListType::reverse_iterator;
93 using const_reverse_iterator = FunctionListType::const_reverse_iterator;
170 FunctionListType FunctionList; ///< The Functions in the module
507 const FunctionListType &getFunctionList() const { return FunctionList; }
509 FunctionListType &getFunctionList() { return FunctionList; }
510 static FunctionListType Module::*getSublistAccess(Function*) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Module.h 70 using FunctionListType = SymbolTableList<Function>;
86 using iterator = FunctionListType::iterator;
88 using const_iterator = FunctionListType::const_iterator;
91 using reverse_iterator = FunctionListType::reverse_iterator;
93 using const_reverse_iterator = FunctionListType::const_reverse_iterator;
170 FunctionListType FunctionList; ///< The Functions in the module
507 const FunctionListType &getFunctionList() const { return FunctionList; }
509 FunctionListType &getFunctionList() { return FunctionList; }
510 static FunctionListType Module::*getSublistAccess(Function*) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Module.h 70 using FunctionListType = SymbolTableList<Function>;
86 using iterator = FunctionListType::iterator;
88 using const_iterator = FunctionListType::const_iterator;
91 using reverse_iterator = FunctionListType::reverse_iterator;
93 using const_reverse_iterator = FunctionListType::const_reverse_iterator;
170 FunctionListType FunctionList; ///< The Functions in the module
507 const FunctionListType &getFunctionList() const { return FunctionList; }
509 FunctionListType &getFunctionList() { return FunctionList; }
510 static FunctionListType Module::*getSublistAccess(Function*) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Module.h 70 using FunctionListType = SymbolTableList<Function>;
86 using iterator = FunctionListType::iterator;
88 using const_iterator = FunctionListType::const_iterator;
91 using reverse_iterator = FunctionListType::reverse_iterator;
93 using const_reverse_iterator = FunctionListType::const_reverse_iterator;
170 FunctionListType FunctionList; ///< The Functions in the module
507 const FunctionListType &getFunctionList() const { return FunctionList; }
509 FunctionListType &getFunctionList() { return FunctionList; }
510 static FunctionListType Module::*getSublistAccess(Function*) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp     [all...]

Completed in 2216 milliseconds