Searched refs:getFunctionAddress (Results 1 – 10 of 10) sorted by relevance
102 ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()123 ptr = TheJIT->getFunctionAddress(FA->getName().str()); in TEST_F()144 ptr = TheJIT->getFunctionAddress(FA->getName().str()); in TEST_F()164 ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()186 ptr = TheJIT->getFunctionAddress(FA2->getName().str()); in TEST_F()262 ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()265 ptr = TheJIT->getFunctionAddress(FA->getName().str()); in TEST_F()287 ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()290 ptr = TheJIT->getFunctionAddress(FC->getName().str()); in TEST_F()312 ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()[all …]
65 uint64_t addPtr = TheJIT->getFunctionAddress(F->getName().str()); in TEST_F()86 uint64_t ptr = TheJIT->getFunctionAddress(Main->getName().str()); in TEST_F()108 uint64_t rgvPtr = TheJIT->getFunctionAddress(ReturnGlobal->getName().str()); in TEST_F()185 uint64_t ptr = TheJIT->getFunctionAddress(Outer->getName().str()); in TEST_F()
26 W.startLine() << " Function address: " << F.getFunctionAddress() in prettyPrintStackMap()
283 uint64_t getFunctionAddress(const std::string &Name) override;
404 uint64_t MCJIT::getFunctionAddress(const std::string &Name) { in getFunctionAddress() function in MCJIT
60 uint64_t getFunctionAddress() const { in getFunctionAddress() function
384 virtual uint64_t getFunctionAddress(const std::string &Name) { in getFunctionAddress() function
318 const uint64_t FunctionAddress = ExecEngine->getFunctionAddress(FunctionID); in ExecutableFunction()
307 return unwrap(EE)->getFunctionAddress(Name); in LLVMGetFunctionAddress()
789 orc::ExecutorAddr(EE->getFunctionAddress(EntryFn->getName().str())); in main()