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

  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 316 /// getGlobalValueAddress instead.
341 /// getGlobalValueAddress - Return the address of the specified global
345 virtual uint64_t getGlobalValueAddress(const std::string &Name) {
378 /// getGlobalValueAddress instead.
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 352 uint64_t MCJIT::getGlobalValueAddress(const std::string &Name) {

Completed in 58 milliseconds