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

  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 253 /// locally can use the getFunctionAddress call, which will generate code
337 /// getFunctionAddress instead.
346 /// getFunctionAddress instead.
362 /// getFunctionAddress - Return the address of the specified function.
364 virtual uint64_t getFunctionAddress(const std::string &Name) {
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 384 uint64_t MCJIT::getFunctionAddress(const std::string &Name) {
392 // Deprecated. Use getFunctionAddress instead.
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 224 /// "GetFunctionAddress" method (rather than runFunction) and cast the
265 /// locally can use the getFunctionAddress call, which will generate code
349 /// getFunctionAddress instead.
358 /// getFunctionAddress instead.
374 /// getFunctionAddress - Return the address of the specified function.
376 virtual uint64_t getFunctionAddress(const std::string &Name) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 398 uint64_t MCJIT::getFunctionAddress(const std::string &Name) {
406 // Deprecated. Use getFunctionAddress instead.
606 "ExecutionEngine::getFunctionAddress and cast the result "
  /external/llvm/include/llvm/Object/
StackMapParser.h 54 uint64_t getFunctionAddress() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
StackMapParser.h 57 uint64_t getFunctionAddress() const {

Completed in 590 milliseconds