OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TPCIndirectionUtils
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
TPCIndirectionUtils.h
1
//===---
TPCIndirectionUtils
.h - TPC based indirection utils ----*- C++ -*-===//
30
class
TPCIndirectionUtils
{
82
static std::unique_ptr<
TPCIndirectionUtils
>
86
static Expected<std::unique_ptr<
TPCIndirectionUtils
>>
142
/// Create a
TPCIndirectionUtils
instance.
143
TPCIndirectionUtils
(TargetProcessControl &TPC,
160
/// This will call writeResolver on the given
TPCIndirectionUtils
instance
164
/// The
TPCIndirectionUtils
' LazyCallThroughManager must have been previously
165
/// created via
TPCIndirectionUtils
::createLazyCallThroughManager.
167
/// The
TPCIndirectionUtils
' writeResolver method must not have been previousl
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
TPCIndirectionUtils.cpp
9
#include "llvm/ExecutionEngine/Orc/
TPCIndirectionUtils
.h"
24
using IndirectStubInfo =
TPCIndirectionUtils
::IndirectStubInfo;
25
using IndirectStubInfoVector =
TPCIndirectionUtils
::IndirectStubInfoVector;
28
getIndirectStubs(
TPCIndirectionUtils
&TPCIU, unsigned NumStubs) {
40
TPCTrampolinePool(
TPCIndirectionUtils
&TPCIU);
48
TPCIndirectionUtils
&TPCIU;
57
TPCIndirectStubsManager(
TPCIndirectionUtils
&TPCIU) : TPCIU(TPCIU) {}
76
TPCIndirectionUtils
&TPCIU;
80
TPCTrampolinePool::TPCTrampolinePool(
TPCIndirectionUtils
&TPCIU)
234
TPCIndirectionUtils
::ABISupport::~ABISupport() {
[
all
...]
/src/external/apache2/llvm/lib/libLLVMOrc/
Makefile
36
TPCIndirectionUtils
.cpp
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
KaleidoscopeJIT.h
26
#include "llvm/ExecutionEngine/Orc/
TPCIndirectionUtils
.h"
44
std::unique_ptr<
TPCIndirectionUtils
> TPCIU;
64
std::unique_ptr<
TPCIndirectionUtils
> TPCIU,
97
auto TPCIU =
TPCIndirectionUtils
::Create(**TPC);
/src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithTargetProcessControl/
LLJITWithTargetProcessControl.cpp
29
#include "llvm/ExecutionEngine/Orc/
TPCIndirectionUtils
.h"
108
auto *TPCIU = static_cast<
TPCIndirectionUtils
*>(Ctx);
150
auto TPCIU = ExitOnErr(
TPCIndirectionUtils
::Create(*TPC));
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
KaleidoscopeJIT.h
26
#include "llvm/ExecutionEngine/Orc/
TPCIndirectionUtils
.h"
131
std::unique_ptr<
TPCIndirectionUtils
> TPCIU;
151
std::unique_ptr<
TPCIndirectionUtils
> TPCIU,
182
auto TPCIU =
TPCIndirectionUtils
::Create(**TPC);
Completed in 23 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026