OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LocalTrampolinePool
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
IndirectionUtils.h
95
template <typename ORCABI> class
LocalTrampolinePool
: public TrampolinePool {
97
/// Creates a
LocalTrampolinePool
with the given RunCallback function.
100
static Expected<std::unique_ptr<
LocalTrampolinePool
>>
104
auto LTP = std::unique_ptr<
LocalTrampolinePool
>(
105
new
LocalTrampolinePool
(std::move(ResolveLanding), Err));
114
LocalTrampolinePool
<ORCABI> *TrampolinePool =
115
static_cast<
LocalTrampolinePool
*>(TrampolinePoolPtr);
127
LocalTrampolinePool
(ResolveLandingFunction ResolveLanding, Error &Err)
259
auto TP =
LocalTrampolinePool
<ORCABI>::Create(
LazyReexports.h
96
auto TP =
LocalTrampolinePool
<ORCABI>::Create(
Completed in 19 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026