OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RTDyldMemoryManager
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h
31
class
RTDyldMemoryManager
{
32
RTDyldMemoryManager
(const
RTDyldMemoryManager
&); // DO NOT IMPLEMENT
33
void operator=(const
RTDyldMemoryManager
&); // DO NOT IMPLEMENT
35
RTDyldMemoryManager
() {}
36
virtual ~
RTDyldMemoryManager
();
59
RTDyldMemoryManager
*MM;
65
RuntimeDyld(
RTDyldMemoryManager
*);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp
24
RTDyldMemoryManager
::~
RTDyldMemoryManager
() {}
423
RuntimeDyld::RuntimeDyld(
RTDyldMemoryManager
*mm) {
Completed in 896 milliseconds