Searched refs:getFunctionAddress (Results 1 – 14 of 14) sorted by relevance
99 uint64_t ptr = TheJIT->getFunctionAddress(FA->getName().str()); in TEST_F()102 ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()119 uint64_t ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()123 ptr = TheJIT->getFunctionAddress(FA->getName().str()); in TEST_F()140 uint64_t ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()144 ptr = TheJIT->getFunctionAddress(FA->getName().str()); in TEST_F()161 uint64_t ptr = TheJIT->getFunctionAddress(FA->getName().str()); in TEST_F()164 ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()182 uint64_t ptr = TheJIT->getFunctionAddress(FB->getName().str()); in TEST_F()186 ptr = TheJIT->getFunctionAddress(FA2->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()
7823 W.printHex("At", AM.getFunctionAddress()); in printBBAddrMaps() 7825 this->getSymbolIndexesForFunctionAddress(AM.getFunctionAddress(), in printBBAddrMaps() 7831 Twine::utohexstr(AM.getFunctionAddress()) + ") in " + in printBBAddrMaps()
283 uint64_t getFunctionAddress(const std::string &Name) override;
401 uint64_t MCJIT::getFunctionAddress(const std::string &Name) { in getGlobalValueAddress() 409 // Deprecated. Use getFunctionAddress instead. in getFunctionAddress() 609 "ExecutionEngine::getFunctionAddress and cast the result " in runFunction() 404 uint64_t MCJIT::getFunctionAddress(const std::string &Name) { getFunctionAddress() function in MCJIT
59 uint64_t getFunctionAddress() const { in getFunctionAddress() function
953 uint64_t getFunctionAddress() const {
384 virtual uint64_t getFunctionAddress(const std::string &Name) { in getFunctionAddress() function
307 return unwrap(EE)->getFunctionAddress(Name); in LLVMGetFunctionAddress()
178 llvm::yaml::Hex64 getFunctionAddress() const { in getFunctionAddress() function
732 orc::ExecutorAddr(EE->getFunctionAddress(EntryFn->getName().str())); in main()
1522 << E.getFunctionAddress(); in writeSectionContent()
262 uint64_t FunctionAddr = AddrMap.getFunctionAddress(); in AddFunctionEntry()