OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SrcJD
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
Speculation.cpp
25
void ImplSymbolMap::trackImpls(SymbolAliasMap ImplMaps, JITDylib *
SrcJD
) {
26
assert(
SrcJD
&& "Tracking on Null Source .impl dylib");
29
auto It = Maps.insert({I.first, {I.second.Aliasee,
SrcJD
}});
Core.cpp
286
JITDylib &
SrcJD
= SourceJD ? *SourceJD : TgtJD;
304
<< ", source = " <<
SrcJD
.getName() << " " << RequestedAliases
352
if (&
SrcJD
== &TgtJD && (QueryAliases.count(KV.second.Aliasee) ||
391
&
SrcJD
](const SymbolDependenceMap &Deps) {
396
// Otherwise the only deps should be on
SrcJD
.
397
assert(Deps.size() == 1 && Deps.count(&
SrcJD
) &&
400
auto &SrcJDDeps = Deps.find(&
SrcJD
)->second;
402
auto &PerAliasDeps = PerAliasDepsMap[&
SrcJD
];
443
JITDylibSearchOrder({{&
SrcJD
, SourceJDLookupFlags}}),
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
Speculation.h
42
void trackImpls(SymbolAliasMap ImplMaps, JITDylib *
SrcJD
);
Completed in 42 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026