Searched refs:getFunctionAddress (Results 1 – 7 of 7) sorted by relevance
291 uint64_t getFunctionAddress(const std::string &Name) override;
398 uint64_t MCJIT::getFunctionAddress(const std::string &Name) { in getFunctionAddress() function in MCJIT
57 uint64_t getFunctionAddress() const { in getFunctionAddress() function
376 virtual uint64_t getFunctionAddress(const std::string &Name) { in getFunctionAddress() function
308 return unwrap(EE)->getFunctionAddress(Name); in LLVMGetFunctionAddress()
349 uint64_t getFunctionAddress(const std::string &Name) override { in getFunctionAddress() function
3013 void* function = (void*)ee->getFunctionAddress(debug_name); in setupLLVM()3025 dst->store( (void*)ee->getFunctionAddress(name.c_str()) ); in setupLLVM()