/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITMultipleModuleTest.cpp | 100 uint64_t ptr = TheJIT->getFunctionAddress(FA->getName().str()); in TEST_F() 103 ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F() 120 uint64_t ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F() 124 ptr = TheJIT->getFunctionAddress(FA->getName().str()); in TEST_F() 141 uint64_t ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F() 145 ptr = TheJIT->getFunctionAddress(FA->getName().str()); in TEST_F() 162 uint64_t ptr = TheJIT->getFunctionAddress(FA->getName().str()); in TEST_F() 165 ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F() 183 uint64_t ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F() 187 ptr = TheJIT->getFunctionAddress(FA2->getName().str()); in TEST_F() [all …]
|
D | MCJITTest.cpp | 67 uint64_t addPtr = TheJIT->getFunctionAddress(F->getName().str()); in TEST_F() 88 uint64_t ptr = TheJIT->getFunctionAddress(Main->getName().str()); in TEST_F() 109 uint64_t rgvPtr = TheJIT->getFunctionAddress(ReturnGlobal->getName().str()); in TEST_F() 180 uint64_t ptr = TheJIT->getFunctionAddress(Outer->getName().str()); in TEST_F()
|
/external/llvm/tools/llvm-readobj/ |
D | StackMapPrinter.h | 26 OS << "\n Function address: " << F.getFunctionAddress() in prettyPrintStackMap()
|
/external/bcc/src/cc/ |
D | bpf_module_rw_engine.cc | 452 (int (*)(const char *, void *))rw_engine_->getFunctionAddress(fn_name); in annotate() 466 const void *))rw_engine_->getFunctionAddress(fn_name); in annotate()
|
D | bpf_module.cc | 592 info.start_ = (uint8_t *)engine_->getFunctionAddress(name); in finalize()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 291 uint64_t getFunctionAddress(const std::string &Name) override;
|
D | MCJIT.cpp | 398 uint64_t MCJIT::getFunctionAddress(const std::string &Name) { in getFunctionAddress() function in MCJIT
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 292 uint64_t getFunctionAddress(const std::string &Name) override;
|
D | MCJIT.cpp | 384 uint64_t MCJIT::getFunctionAddress(const std::string &Name) { in getFunctionAddress() function in MCJIT
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 283 uint64_t getFunctionAddress(const std::string &Name) override;
|
D | MCJIT.cpp | 404 uint64_t MCJIT::getFunctionAddress(const std::string &Name) { in getFunctionAddress() function in MCJIT
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | StackMapParser.h | 57 uint64_t getFunctionAddress() const { in getFunctionAddress() function
|
/external/llvm/include/llvm/Object/ |
D | StackMapParser.h | 54 uint64_t getFunctionAddress() const { in getFunctionAddress() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/ |
D | StackMapParser.h | 60 uint64_t getFunctionAddress() const { in getFunctionAddress() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 376 virtual uint64_t getFunctionAddress(const std::string &Name) { in getFunctionAddress() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 384 virtual uint64_t getFunctionAddress(const std::string &Name) { in getFunctionAddress() function
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 364 virtual uint64_t getFunctionAddress(const std::string &Name) { in getFunctionAddress() function
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 216 uint64_t getFunctionAddress(const std::string &Name) override { in getFunctionAddress() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 308 return unwrap(EE)->getFunctionAddress(Name); in LLVMGetFunctionAddress()
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 306 return unwrap(EE)->getFunctionAddress(Name); in LLVMGetFunctionAddress()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 308 return unwrap(EE)->getFunctionAddress(Name); in LLVMGetFunctionAddress()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 349 uint64_t getFunctionAddress(const std::string &Name) override { in getFunctionAddress() function
|
/external/llvm/tools/lli/ |
D | lli.cpp | 680 orc::TargetAddress Entry = EE->getFunctionAddress(EntryFn->getName().str()); in main()
|