Home
last modified time | relevance | path

Searched refs:getFunctionAddress (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITMultipleModuleTest.cpp99 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 …]
DMCJITTest.cpp65 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()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITMultipleModuleTest.cpp100 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 …]
DMCJITTest.cpp67 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/
DStackMapPrinter.h26 OS << "\n Function address: " << F.getFunctionAddress() in prettyPrintStackMap()
/external/llvm-project/llvm/tools/llvm-readobj/
DStackMapPrinter.h26 W.startLine() << " Function address: " << F.getFunctionAddress() in prettyPrintStackMap()
/external/bcc/src/cc/
Dbpf_module_rw_engine.cc414 (int (*)(const char *, void *))rw_engine_->getFunctionAddress(fn_name); in sscanf()
428 const void *))rw_engine_->getFunctionAddress(fn_name); in snprintf()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h291 uint64_t getFunctionAddress(const std::string &Name) override;
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h292 uint64_t getFunctionAddress(const std::string &Name) override;
DMCJIT.cpp384 uint64_t MCJIT::getFunctionAddress(const std::string &Name) { in getFunctionAddress() function in MCJIT
/external/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h290 uint64_t getFunctionAddress(const std::string &Name) override;
/external/llvm/include/llvm/Object/
DStackMapParser.h54 uint64_t getFunctionAddress() const { in getFunctionAddress() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DStackMapParser.h57 uint64_t getFunctionAddress() const { in getFunctionAddress() function
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h364 virtual uint64_t getFunctionAddress(const std::string &Name) { in getFunctionAddress() function
/external/llvm-project/llvm/include/llvm/Object/
DStackMapParser.h58 uint64_t getFunctionAddress() const { in getFunctionAddress() function
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dstreamout_jit.cpp344 pfnStreamOut = (PFN_SO_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str())); in JitStreamoutFunc()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h385 virtual uint64_t getFunctionAddress(const std::string &Name) { in getFunctionAddress() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h376 virtual uint64_t getFunctionAddress(const std::string &Name) { in getFunctionAddress() function
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DAssembler.cpp313 const uint64_t FunctionAddress = ExecEngine->getFunctionAddress(FunctionID); in ExecutableFunction()
/external/llvm-project/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp308 return unwrap(EE)->getFunctionAddress(Name); in LLVMGetFunctionAddress()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h216 uint64_t getFunctionAddress(const std::string &Name) override { in getFunctionAddress() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp308 return unwrap(EE)->getFunctionAddress(Name); in LLVMGetFunctionAddress()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp306 return unwrap(EE)->getFunctionAddress(Name); in LLVMGetFunctionAddress()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h349 uint64_t getFunctionAddress(const std::string &Name) override { in getFunctionAddress() function
/external/llvm/tools/lli/
Dlli.cpp680 orc::TargetAddress Entry = EE->getFunctionAddress(EntryFn->getName().str()); in main()

12