HomeSort by relevance Sort by last modified time
    Searched refs:getGlobalValueAddress (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 315 uint64_t getGlobalValueAddress(const std::string &Name) override;
MCJIT.cpp 338 uint64_t MCJIT::getGlobalValueAddress(const std::string &Name) {
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 363 /// getGlobalValueAddress instead.
395 /// getGlobalValueAddress - Return the address of the specified global
399 virtual uint64_t getGlobalValueAddress(const std::string &Name) {
447 /// getGlobalValueAddress instead.

Completed in 119 milliseconds