OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StubIndexes
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
IndirectionUtils.h
390
auto I =
StubIndexes
.find(Name);
391
if (I ==
StubIndexes
.end())
406
auto I =
StubIndexes
.find(Name);
407
if (I ==
StubIndexes
.end())
421
auto I =
StubIndexes
.find(Name);
422
assert(I !=
StubIndexes
.end() && "No stub pointer for symbol");
453
StubIndexes
[StubName] = std::make_pair(Key, StubFlags);
461
StringMap<std::pair<StubKey, JITSymbolFlags>>
StubIndexes
;
OrcRemoteTargetClient.h
580
auto I =
StubIndexes
.find(Name);
581
if (I ==
StubIndexes
.end())
592
auto I =
StubIndexes
.find(Name);
593
if (I ==
StubIndexes
.end())
601
auto I =
StubIndexes
.find(Name);
602
assert(I !=
StubIndexes
.end() && "No stub pointer for symbol");
643
StubIndexes
[StubName] = std::make_pair(Key, StubFlags);
665
StringMap<std::pair<StubKey, JITSymbolFlags>>
StubIndexes
;
Completed in 21 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026