OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AsynchronousSymbolQuery
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
Core.h
35
class
AsynchronousSymbolQuery
;
799
class
AsynchronousSymbolQuery
{
810
AsynchronousSymbolQuery
(const SymbolLookupSet &Symbols,
896
friend class
AsynchronousSymbolQuery
;
903
std::set<std::shared_ptr<
AsynchronousSymbolQuery
>>;
1046
std::vector<std::shared_ptr<
AsynchronousSymbolQuery
>>;
1067
void addQuery(std::shared_ptr<
AsynchronousSymbolQuery
> Q);
1068
void removeQuery(const
AsynchronousSymbolQuery
&Q);
1140
void detachQueryHelper(
AsynchronousSymbolQuery
&Q,
1469
std::shared_ptr<
AsynchronousSymbolQuery
> Q
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
Core.cpp
143
AsynchronousSymbolQuery
::
AsynchronousSymbolQuery
(
157
void
AsynchronousSymbolQuery
::notifySymbolMetRequiredState(
173
void
AsynchronousSymbolQuery
::handleComplete(ExecutionSession &ES) {
199
void
AsynchronousSymbolQuery
::handleFailed(Error Err) {
207
void
AsynchronousSymbolQuery
::addQueryDependence(JITDylib &JD,
214
void
AsynchronousSymbolQuery
::removeQueryDependence(
225
void
AsynchronousSymbolQuery
::dropSymbol(const SymbolStringPtr &Name) {
233
void
AsynchronousSymbolQuery
::detach() {
538
std::shared_ptr<
AsynchronousSymbolQuery
> Q
[
all
...]
Completed in 53 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026