Home
last modified time | relevance | path

Searched defs:getGlobalValueAddress (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h368 virtual uint64_t getGlobalValueAddress(const std::string &Name) { in getGlobalValueAddress() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h345 uint64_t getGlobalValueAddress(const std::string &Name) override { in getGlobalValueAddress() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp390 uint64_t MCJIT::getGlobalValueAddress(const std::string &Name) { in getGlobalValueAddress() function in MCJIT