OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ABISupport
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
TPCIndirectionUtils.h
36
class
ABISupport
{
38
ABISupport
(unsigned PointerSize, unsigned TrampolineSize, unsigned StubSize,
46
virtual ~
ABISupport
();
92
/// Return a reference to the
ABISupport
object for this instance.
93
ABISupport
&getABISupport() const { return *ABI; }
144
std::unique_ptr<
ABISupport
> ABI);
150
std::unique_ptr<
ABISupport
> ABI;
176
class ABISupportImpl : public TPCIndirectionUtils::
ABISupport
{
179
:
ABISupport
(ORCABI::PointerSize, ORCABI::TrampolineSize,
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
TPCIndirectionUtils.cpp
234
TPCIndirectionUtils::
ABISupport
::~
ABISupport
() {}
334
std::unique_ptr<
ABISupport
> ABI)
Completed in 18 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026