Home
last modified time | relevance | path

Searched refs:getFunctionAddress (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h291 uint64_t getFunctionAddress(const std::string &Name) override;
DMCJIT.cpp398 uint64_t MCJIT::getFunctionAddress(const std::string &Name) { in getFunctionAddress() function in MCJIT
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DStackMapParser.h57 uint64_t getFunctionAddress() const { in getFunctionAddress() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h376 virtual uint64_t getFunctionAddress(const std::string &Name) { in getFunctionAddress() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp308 return unwrap(EE)->getFunctionAddress(Name); in LLVMGetFunctionAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h349 uint64_t getFunctionAddress(const std::string &Name) override { in getFunctionAddress() function
/third_party/skia/src/core/
DSkVM.cpp3013 void* function = (void*)ee->getFunctionAddress(debug_name); in setupLLVM()
3025 dst->store( (void*)ee->getFunctionAddress(name.c_str()) ); in setupLLVM()