Home
last modified time | relevance | path

Searched defs:getSymbolAddress (Results 1 – 25 of 193) sorted by relevance

12345678

/dports/devel/llvm70/llvm-7.0.1.src/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h89 JITTargetAddress getSymbolAddress(const std::string Name) { in getSymbolAddress() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h85 virtual uint64_t getSymbolAddress(const std::string &Name) { in getSymbolAddress() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h85 virtual void anchor(); in getSymbolAddress()
86
87 RuntimeDyldImpl &RTDyld;
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h85 virtual uint64_t getSymbolAddress(const std::string &Name) { in getSymbolAddress() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h85 virtual uint64_t getSymbolAddress(const std::string &Name) { in getSymbolAddress() function
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h85 virtual uint64_t getSymbolAddress(const std::string &Name) { in getSymbolAddress() function
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h85 virtual uint64_t getSymbolAddress(const std::string &Name) { in getSymbolAddress() function
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h85 virtual uint64_t getSymbolAddress(const std::string &Name) { in getSymbolAddress() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h85 virtual uint64_t getSymbolAddress(const std::string &Name) { in getSymbolAddress() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h85 virtual uint64_t getSymbolAddress(const std::string &Name) { in getSymbolAddress() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h85 virtual uint64_t getSymbolAddress(const std::string &Name) { in getSymbolAddress() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h85 virtual uint64_t getSymbolAddress(const std::string &Name) { in getSymbolAddress() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h85 virtual uint64_t getSymbolAddress(const std::string &Name) { in getSymbolAddress() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h85 virtual uint64_t getSymbolAddress(const std::string &Name) { in getSymbolAddress() function
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h85 virtual uint64_t getSymbolAddress(const std::string &Name) { in getSymbolAddress() function
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h85 virtual uint64_t getSymbolAddress(const std::string &Name) { in getSymbolAddress() function
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h86 virtual uint64_t getSymbolAddress(const std::string &Name) { in getSymbolAddress() function
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/IR/
H A DModule.h86 using iterator = FunctionListType::iterator; in getSymbolAddress()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/
H A DDynamicModule.cpp240 void* DynamicModule::getSymbolAddress(const String& symbol) const in getSymbolAddress() function in CEGUI::DynamicModule
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/src/
H A DPlugin.cpp232 void* Plugin::getSymbolAddress(void* handle, const string& name, string& errorMessage) { in getSymbolAddress() function in Plugin
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/examples/clang-interpreter/
H A Dmain.cpp107 Expected<JITTargetAddress> getSymbolAddress(const StringRef &Name) { in getSymbolAddress() function in llvm::orc::SimpleJIT
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/examples/clang-interpreter/
H A Dmain.cpp104 Expected<JITTargetAddress> getSymbolAddress(const StringRef &Name) { in getSymbolAddress() function in llvm::orc::SimpleJIT
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/examples/clang-interpreter/
H A Dmain.cpp107 Expected<JITTargetAddress> getSymbolAddress(const StringRef &Name) { in getSymbolAddress() function in llvm::orc::SimpleJIT
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/examples/clang-interpreter/
H A Dmain.cpp107 Expected<JITTargetAddress> getSymbolAddress(const StringRef &Name) { in getSymbolAddress() function in llvm::orc::SimpleJIT
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/examples/clang-interpreter/
H A Dmain.cpp107 Expected<JITTargetAddress> getSymbolAddress(const StringRef &Name) { in getSymbolAddress() function in llvm::orc::SimpleJIT

12345678