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

  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 291 uint64_t getGlobalValueAddress(const std::string &Name) override;
MCJIT.cpp 376 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.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 338 /// getGlobalValueAddress instead.
363 /// getGlobalValueAddress - Return the address of the specified global
367 virtual uint64_t getGlobalValueAddress(const std::string &Name) {
400 /// getGlobalValueAddress instead.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 338 /// getGlobalValueAddress instead.
363 /// getGlobalValueAddress - Return the address of the specified global
367 virtual uint64_t getGlobalValueAddress(const std::string &Name) {
400 /// getGlobalValueAddress instead.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 338 /// getGlobalValueAddress instead.
363 /// getGlobalValueAddress - Return the address of the specified global
367 virtual uint64_t getGlobalValueAddress(const std::string &Name) {
400 /// getGlobalValueAddress instead.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 338 /// getGlobalValueAddress instead.
363 /// getGlobalValueAddress - Return the address of the specified global
367 virtual uint64_t getGlobalValueAddress(const std::string &Name) {
400 /// getGlobalValueAddress instead.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 338 /// getGlobalValueAddress instead.
363 /// getGlobalValueAddress - Return the address of the specified global
367 virtual uint64_t getGlobalValueAddress(const std::string &Name) {
400 /// getGlobalValueAddress instead.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 338 /// getGlobalValueAddress instead.
363 /// getGlobalValueAddress - Return the address of the specified global
367 virtual uint64_t getGlobalValueAddress(const std::string &Name) {
400 /// getGlobalValueAddress instead.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 338 /// getGlobalValueAddress instead.
363 /// getGlobalValueAddress - Return the address of the specified global
367 virtual uint64_t getGlobalValueAddress(const std::string &Name) {
400 /// getGlobalValueAddress instead.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 338 /// getGlobalValueAddress instead.
363 /// getGlobalValueAddress - Return the address of the specified global
367 virtual uint64_t getGlobalValueAddress(const std::string &Name) {
400 /// getGlobalValueAddress instead.
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 302 return unwrap(EE)->getGlobalValueAddress(Name);
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.h 212 uint64_t getGlobalValueAddress(const std::string &Name) override {

Completed in 96 milliseconds