Displaying 3 results from an estimated 3 matches for "symbolnameset".
2019 Sep 12
2
Questions after completed Kaleidoscope Chapter 1
...Origin
Is that message coming from "DynamicLibrarySearchGenerator"?
* Redirect
Can I somehow redirect this message to a string or something, or silence it? I want to keep my console output clean.
1. Generator function
Why does the generator function looks like this: "SymbolNameSet(JITDylib &Parent, const SymbolNameSet &Names)"?
I understood, that the "Parent" will be the value from "ES.getMainJITDylib()" while "Names" will have the names that should be resolved. I saw an implementation for the Generator function that kinda looked l...
2019 Sep 12
2
Questions after completed Kaleidoscope Chapter 1
...> >
> >
> > Redirect
> > Can I somehow redirect this message to a string or something, or silence
> it? I want to keep my console output clean.
> >
> >
> >
> > Generator function
> >
> > Why does the generator function looks like this: “SymbolNameSet(JITDylib
> &Parent, const SymbolNameSet &Names)”?
> >
> > I understood, that the “Parent” will be the value from
> “ES.getMainJITDylib()” while “Names” will have the names that should be
> resolved. I saw an implementation for the Generator function that kinda
> look...
2020 Mar 18
4
[ORC JIT] -Resolving cross references in a multi-process scenario
Hi Bjoern,
Thanks for your patience. The good news is that there is a neater way to do
this: ExecutionSession's lookup methods take a orc::SymbolState parameter
which describes the state that symbols must reach before a query can return
(See
https://github.com/llvm/llvm-project/blob/d1a7bfca74365c6523e647fcedd84f8fa1972dd3/llvm/include/llvm/ExecutionEngine/Orc/Core.h#L1273).In
your case you