Lines Matching refs:Name
36 RuntimeDyld::SymbolInfo findSymbol(const std::string &Name) override;
40 findSymbolInLogicalDylib(const std::string &Name) override {
203 GlobalVariable *FindGlobalVariableNamedInModulePtrSet(const char *Name,
215 /// @name ExecutionEngine interface implementation
229 /// global variable that defines Name. This is very slow operation and
231 GlobalVariable *FindGlobalVariableNamed(const char *Name,
271 /// If AbortOnFailure is false and no function with the given name is
275 void *getPointerToNamedFunction(StringRef Name,
292 uint64_t getGlobalValueAddress(const std::string &Name) override;
293 uint64_t getFunctionAddress(const std::string &Name) override;
298 /// @name (Private) Registration Interfaces
314 RuntimeDyld::SymbolInfo findSymbol(const std::string &Name,
319 uint64_t getSymbolAddress(const std::string &Name,
334 RuntimeDyld::SymbolInfo findExistingSymbol(const std::string &Name);
335 Module *findModuleForSymbol(const std::string &Name,