OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RuntimeDyldImpl
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h
22
class
RuntimeDyldImpl
;
53
//
RuntimeDyldImpl
is the actual class. RuntimeDyld is just the public
55
RuntimeDyldImpl
*Dyld;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp
15
#include "
RuntimeDyldImpl
.h"
21
RuntimeDyldImpl
::~
RuntimeDyldImpl
() {}
25
void
RuntimeDyldImpl
::extractFunction(StringRef Name, uint8_t *StartAddress,
45
void
RuntimeDyldImpl
::resolveRelocations() {
RuntimeDyldImpl.h
1
//===--
RuntimeDyldImpl
.h - Run-time dynamic linker for MC-JIT ------*- C++ -*-===//
35
class
RuntimeDyldImpl
{
69
RuntimeDyldImpl
(RTDyldMemoryManager *mm) : MemMgr(mm), HasError(false) {}
71
virtual ~
RuntimeDyldImpl
();
98
class RuntimeDyldMachO : public
RuntimeDyldImpl
{
136
RuntimeDyldMachO(RTDyldMemoryManager *mm) :
RuntimeDyldImpl
(mm) {}
Completed in 28 milliseconds