HomeSort by: relevance | last modified time | path
    Searched refs:getGlobalValueAddress (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 289 uint64_t getGlobalValueAddress(const std::string &Name) override;
MCJIT.cpp 396 uint64_t MCJIT::getGlobalValueAddress(const std::string &Name) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 348 /// getGlobalValueAddress instead.
373 /// getGlobalValueAddress - Return the address of the specified global
377 virtual uint64_t getGlobalValueAddress(const std::string &Name) {
410 /// getGlobalValueAddress instead.
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 304 return unwrap(EE)->getGlobalValueAddress(Name);

Completed in 18 milliseconds