Searched refs:getFunctionAddress (Results 1 – 13 of 13) sorted by relevance
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 …]
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()
26 OS << "\n Function address: " << F.getFunctionAddress() in prettyPrintStackMap()
292 uint64_t getFunctionAddress(const std::string &Name) override;
384 uint64_t MCJIT::getFunctionAddress(const std::string &Name) { in getFunctionAddress() function in MCJIT
54 uint64_t getFunctionAddress() const { in getFunctionAddress() function
364 virtual uint64_t getFunctionAddress(const std::string &Name) { in getFunctionAddress() function
330 pfnStreamOut = (PFN_SO_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str())); in JitStreamoutFunc()
823 pfnBlend = (PFN_BLEND_JIT_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str())); in JitBlendFunc()
1772 pfnFetch = (PFN_FETCH_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str())); in JitFetchFunc()
216 uint64_t getFunctionAddress(const std::string &Name) override { in getFunctionAddress() function
306 return unwrap(EE)->getFunctionAddress(Name); in LLVMGetFunctionAddress()
680 orc::TargetAddress Entry = EE->getFunctionAddress(EntryFn->getName().str()); in main()