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

  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 292 uint64_t getGlobalValueAddress(const std::string &Name) override;
MCJIT.cpp 362 uint64_t MCJIT::getGlobalValueAddress(const std::string &Name) {
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 327 /// getGlobalValueAddress instead.
352 /// getGlobalValueAddress - Return the address of the specified global
356 virtual uint64_t getGlobalValueAddress(const std::string &Name) {
389 /// getGlobalValueAddress instead.
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 299 return unwrap(EE)->getGlobalValueAddress(Name);
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.h 205 uint64_t getGlobalValueAddress(const std::string &Name) override {

Completed in 214 milliseconds