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

  /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.
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/MCJIT/
MCJIT.cpp 396 uint64_t MCJIT::getGlobalValueAddress(const std::string &Name) {
MCJIT.cpp 396 uint64_t MCJIT::getGlobalValueAddress(const std::string &Name) {

Completed in 91 milliseconds