Searched defs:symbolName (Results 1 - 25 of 204) sorted by relevance

123456789

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
H A DDynamicLibrary.h52 /// Searches through the library for the symbol \p symbolName. If it is
58 void *getAddressOfSymbol(const char *symbolName);
91 /// libraries for the symbol \p symbolName. If it is found, the address of
97 static void *SearchForAddressOfSymbol(const char *symbolName);
100 static void *SearchForAddressOfSymbol(const std::string &symbolName) { argument
101 return SearchForAddressOfSymbol(symbolName.c_str());
104 /// This functions permanently adds the symbol \p symbolName with the
108 static void AddSymbol(StringRef symbolName, void *symbolValue);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
H A DDynamicLibrary.h52 /// Searches through the library for the symbol \p symbolName. If it is
58 void *getAddressOfSymbol(const char *symbolName);
92 /// libraries for the symbol \p symbolName. If it is found, the address of
98 static void *SearchForAddressOfSymbol(const char *symbolName);
101 static void *SearchForAddressOfSymbol(const std::string &symbolName) { argument
102 return SearchForAddressOfSymbol(symbolName.c_str());
105 /// This functions permanently adds the symbol \p symbolName with the
109 static void AddSymbol(StringRef symbolName, void *symbolValue);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
H A DDynamicLibrary.h52 /// Searches through the library for the symbol \p symbolName. If it is
58 void *getAddressOfSymbol(const char *symbolName);
92 /// libraries for the symbol \p symbolName. If it is found, the address of
98 static void *SearchForAddressOfSymbol(const char *symbolName);
101 static void *SearchForAddressOfSymbol(const std::string &symbolName) { argument
102 return SearchForAddressOfSymbol(symbolName.c_str());
105 /// This functions permanently adds the symbol \p symbolName with the
109 static void AddSymbol(StringRef symbolName, void *symbolValue);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
H A DDynamicLibrary.h52 /// Searches through the library for the symbol \p symbolName. If it is
58 void *getAddressOfSymbol(const char *symbolName);
91 /// libraries for the symbol \p symbolName. If it is found, the address of
97 static void *SearchForAddressOfSymbol(const char *symbolName);
100 static void *SearchForAddressOfSymbol(const std::string &symbolName) { argument
101 return SearchForAddressOfSymbol(symbolName.c_str());
104 /// This functions permanently adds the symbol \p symbolName with the
108 static void AddSymbol(StringRef symbolName, void *symbolValue);
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
H A DDynamicLibrary.h52 /// Searches through the library for the symbol \p symbolName. If it is
58 void *getAddressOfSymbol(const char *symbolName);
92 /// libraries for the symbol \p symbolName. If it is found, the address of
98 static void *SearchForAddressOfSymbol(const char *symbolName);
101 static void *SearchForAddressOfSymbol(const std::string &symbolName) { argument
102 return SearchForAddressOfSymbol(symbolName.c_str());
105 /// This functions permanently adds the symbol \p symbolName with the
109 static void AddSymbol(StringRef symbolName, void *symbolValue);
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
H A DDynamicLibrary.h52 /// Searches through the library for the symbol \p symbolName. If it is
58 void *getAddressOfSymbol(const char *symbolName);
92 /// libraries for the symbol \p symbolName. If it is found, the address of
98 static void *SearchForAddressOfSymbol(const char *symbolName);
101 static void *SearchForAddressOfSymbol(const std::string &symbolName) { argument
102 return SearchForAddressOfSymbol(symbolName.c_str());
105 /// This functions permanently adds the symbol \p symbolName with the
109 static void AddSymbol(StringRef symbolName, void *symbolValue);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
H A DDynamicLibrary.h52 /// Searches through the library for the symbol \p symbolName. If it is
58 void *getAddressOfSymbol(const char *symbolName);
108 /// libraries for the symbol \p symbolName. If it is found, the address of
114 static void *SearchForAddressOfSymbol(const char *symbolName);
117 static void *SearchForAddressOfSymbol(const std::string &symbolName) { argument
118 return SearchForAddressOfSymbol(symbolName.c_str());
121 /// This functions permanently adds the symbol \p symbolName with the
125 static void AddSymbol(StringRef symbolName, void *symbolValue);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
H A DDynamicLibrary.h52 /// Searches through the library for the symbol \p symbolName. If it is
58 void *getAddressOfSymbol(const char *symbolName);
108 /// libraries for the symbol \p symbolName. If it is found, the address of
114 static void *SearchForAddressOfSymbol(const char *symbolName);
117 static void *SearchForAddressOfSymbol(const std::string &symbolName) { argument
118 return SearchForAddressOfSymbol(symbolName.c_str());
121 /// This functions permanently adds the symbol \p symbolName with the
125 static void AddSymbol(StringRef symbolName, void *symbolValue);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
H A DDynamicLibrary.h52 /// Searches through the library for the symbol \p symbolName. If it is
58 void *getAddressOfSymbol(const char *symbolName);
108 /// libraries for the symbol \p symbolName. If it is found, the address of
114 static void *SearchForAddressOfSymbol(const char *symbolName);
117 static void *SearchForAddressOfSymbol(const std::string &symbolName) { argument
118 return SearchForAddressOfSymbol(symbolName.c_str());
121 /// This functions permanently adds the symbol \p symbolName with the
125 static void AddSymbol(StringRef symbolName, void *symbolValue);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
H A DDynamicLibrary.h52 /// Searches through the library for the symbol \p symbolName. If it is
58 void *getAddressOfSymbol(const char *symbolName);
108 /// libraries for the symbol \p symbolName. If it is found, the address of
114 static void *SearchForAddressOfSymbol(const char *symbolName);
117 static void *SearchForAddressOfSymbol(const std::string &symbolName) { argument
118 return SearchForAddressOfSymbol(symbolName.c_str());
121 /// This functions permanently adds the symbol \p symbolName with the
125 static void AddSymbol(StringRef symbolName, void *symbolValue);
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
H A DDynamicLibrary.h52 /// Searches through the library for the symbol \p symbolName. If it is
58 void *getAddressOfSymbol(const char *symbolName);
108 /// libraries for the symbol \p symbolName. If it is found, the address of
114 static void *SearchForAddressOfSymbol(const char *symbolName);
117 static void *SearchForAddressOfSymbol(const std::string &symbolName) { argument
118 return SearchForAddressOfSymbol(symbolName.c_str());
121 /// This functions permanently adds the symbol \p symbolName with the
125 static void AddSymbol(StringRef symbolName, void *symbolValue);
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
H A DDynamicLibrary.h52 /// Searches through the library for the symbol \p symbolName. If it is
58 void *getAddressOfSymbol(const char *symbolName);
108 /// libraries for the symbol \p symbolName. If it is found, the address of
114 static void *SearchForAddressOfSymbol(const char *symbolName);
117 static void *SearchForAddressOfSymbol(const std::string &symbolName) { argument
118 return SearchForAddressOfSymbol(symbolName.c_str());
121 /// This functions permanently adds the symbol \p symbolName with the
125 static void AddSymbol(StringRef symbolName, void *symbolValue);
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
H A DDynamicLibrary.h52 /// Searches through the library for the symbol \p symbolName. If it is
58 void *getAddressOfSymbol(const char *symbolName);
108 /// libraries for the symbol \p symbolName. If it is found, the address of
114 static void *SearchForAddressOfSymbol(const char *symbolName);
117 static void *SearchForAddressOfSymbol(const std::string &symbolName) { argument
118 return SearchForAddressOfSymbol(symbolName.c_str());
121 /// This functions permanently adds the symbol \p symbolName with the
125 static void AddSymbol(StringRef symbolName, void *symbolValue);
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
H A DDynamicLibrary.h52 /// Searches through the library for the symbol \p symbolName. If it is
58 void *getAddressOfSymbol(const char *symbolName);
108 /// libraries for the symbol \p symbolName. If it is found, the address of
114 static void *SearchForAddressOfSymbol(const char *symbolName);
117 static void *SearchForAddressOfSymbol(const std::string &symbolName) { argument
118 return SearchForAddressOfSymbol(symbolName.c_str());
121 /// This functions permanently adds the symbol \p symbolName with the
125 static void AddSymbol(StringRef symbolName, void *symbolValue);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/lld/Core/
H A DLinkingContext.h71 void addDeadStripRoot(StringRef symbolName) { argument
72 assert(!symbolName.empty() && "Empty symbol cannot be a dead strip root");
73 _deadStripRoots.push_back(symbolName);
146 void addInitialUndefinedSymbol(StringRef symbolName) { argument
147 _initialUndefinedSymbols.push_back(symbolName);
176 virtual std::string demangle(StringRef symbolName) const = 0;
/prebuilts/clang/host/darwin-x86/clang-4479392/include/lld/Core/
H A DLinkingContext.h71 void addDeadStripRoot(StringRef symbolName) { argument
72 assert(!symbolName.empty() && "Empty symbol cannot be a dead strip root");
73 _deadStripRoots.push_back(symbolName);
146 void addInitialUndefinedSymbol(StringRef symbolName) { argument
147 _initialUndefinedSymbols.push_back(symbolName);
176 virtual std::string demangle(StringRef symbolName) const = 0;
/prebuilts/clang/host/darwin-x86/clang-4579689/include/lld/Core/
H A DLinkingContext.h71 void addDeadStripRoot(StringRef symbolName) { argument
72 assert(!symbolName.empty() && "Empty symbol cannot be a dead strip root");
73 _deadStripRoots.push_back(symbolName);
146 void addInitialUndefinedSymbol(StringRef symbolName) { argument
147 _initialUndefinedSymbols.push_back(symbolName);
176 virtual std::string demangle(StringRef symbolName) const = 0;
/prebuilts/clang/host/darwin-x86/clang-4630689/include/lld/Core/
H A DLinkingContext.h71 void addDeadStripRoot(StringRef symbolName) { argument
72 assert(!symbolName.empty() && "Empty symbol cannot be a dead strip root");
73 _deadStripRoots.push_back(symbolName);
146 void addInitialUndefinedSymbol(StringRef symbolName) { argument
147 _initialUndefinedSymbols.push_back(symbolName);
176 virtual std::string demangle(StringRef symbolName) const = 0;
/prebuilts/clang/host/darwin-x86/clang-4639204/include/lld/Core/
H A DLinkingContext.h71 void addDeadStripRoot(StringRef symbolName) { argument
72 assert(!symbolName.empty() && "Empty symbol cannot be a dead strip root");
73 _deadStripRoots.push_back(symbolName);
146 void addInitialUndefinedSymbol(StringRef symbolName) { argument
147 _initialUndefinedSymbols.push_back(symbolName);
176 virtual std::string demangle(StringRef symbolName) const = 0;
/prebuilts/clang/host/darwin-x86/clang-4691093/include/lld/Core/
H A DLinkingContext.h71 void addDeadStripRoot(StringRef symbolName) { argument
72 assert(!symbolName.empty() && "Empty symbol cannot be a dead strip root");
73 _deadStripRoots.push_back(symbolName);
146 void addInitialUndefinedSymbol(StringRef symbolName) { argument
147 _initialUndefinedSymbols.push_back(symbolName);
176 virtual std::string demangle(StringRef symbolName) const = 0;
/prebuilts/clang/host/linux-x86/clang-4393122/include/lld/Core/
H A DLinkingContext.h71 void addDeadStripRoot(StringRef symbolName) { argument
72 assert(!symbolName.empty() && "Empty symbol cannot be a dead strip root");
73 _deadStripRoots.push_back(symbolName);
146 void addInitialUndefinedSymbol(StringRef symbolName) { argument
147 _initialUndefinedSymbols.push_back(symbolName);
176 virtual std::string demangle(StringRef symbolName) const = 0;
/prebuilts/clang/host/linux-x86/clang-4479392/include/lld/Core/
H A DLinkingContext.h71 void addDeadStripRoot(StringRef symbolName) { argument
72 assert(!symbolName.empty() && "Empty symbol cannot be a dead strip root");
73 _deadStripRoots.push_back(symbolName);
146 void addInitialUndefinedSymbol(StringRef symbolName) { argument
147 _initialUndefinedSymbols.push_back(symbolName);
176 virtual std::string demangle(StringRef symbolName) const = 0;
/prebuilts/clang/host/linux-x86/clang-4579689/include/lld/Core/
H A DLinkingContext.h71 void addDeadStripRoot(StringRef symbolName) { argument
72 assert(!symbolName.empty() && "Empty symbol cannot be a dead strip root");
73 _deadStripRoots.push_back(symbolName);
146 void addInitialUndefinedSymbol(StringRef symbolName) { argument
147 _initialUndefinedSymbols.push_back(symbolName);
176 virtual std::string demangle(StringRef symbolName) const = 0;
/prebuilts/clang/host/linux-x86/clang-4630689/include/lld/Core/
H A DLinkingContext.h71 void addDeadStripRoot(StringRef symbolName) { argument
72 assert(!symbolName.empty() && "Empty symbol cannot be a dead strip root");
73 _deadStripRoots.push_back(symbolName);
146 void addInitialUndefinedSymbol(StringRef symbolName) { argument
147 _initialUndefinedSymbols.push_back(symbolName);
176 virtual std::string demangle(StringRef symbolName) const = 0;
/prebuilts/clang/host/linux-x86/clang-4639204/include/lld/Core/
H A DLinkingContext.h71 void addDeadStripRoot(StringRef symbolName) { argument
72 assert(!symbolName.empty() && "Empty symbol cannot be a dead strip root");
73 _deadStripRoots.push_back(symbolName);
146 void addInitialUndefinedSymbol(StringRef symbolName) { argument
147 _initialUndefinedSymbols.push_back(symbolName);
176 virtual std::string demangle(StringRef symbolName) const = 0;

Completed in 576 milliseconds

123456789