OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RuntimeDyldImpl
(Results
1 - 14
of
14
) sorted by null
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldCOFF.h
17
#include "
RuntimeDyldImpl
.h"
27
class RuntimeDyldCOFF : public
RuntimeDyldImpl
{
41
:
RuntimeDyldImpl
(MemMgr, Resolver) {}
RuntimeDyldCheckerImpl.h
13
#include "
RuntimeDyldImpl
.h"
19
friend class
RuntimeDyldImpl
;
42
RuntimeDyldImpl
&getRTDyld() const { return *RTDyld.Dyld; }
65
const
RuntimeDyldImpl
::StubMap &RTDyldStubs);
RuntimeDyld.cpp
18
#include "
RuntimeDyldImpl
.h"
67
RuntimeDyldImpl
::~
RuntimeDyldImpl
() {}
74
void
RuntimeDyldImpl
::registerEHFrames() {}
76
void
RuntimeDyldImpl
::deregisterEHFrames() {}
119
void
RuntimeDyldImpl
::resolveRelocations() {
152
void
RuntimeDyldImpl
::mapSectionAddress(const void *LocalAddress,
173
Expected<
RuntimeDyldImpl
::ObjSectionToIDMap>
174
RuntimeDyldImpl
::loadObjectImpl(const object::ObjectFile &Obj) {
410
Error
RuntimeDyldImpl
::computeTotalAllocSize(const ObjectFile &Obj
[
all
...]
RuntimeDyldMachO.h
17
#include "
RuntimeDyldImpl
.h"
27
class RuntimeDyldMachO : public
RuntimeDyldImpl
{
54
:
RuntimeDyldImpl
(MemMgr, Resolver) {}
RuntimeDyldCOFF.cpp
32
LoadedCOFFObjectInfo(
RuntimeDyldImpl
&RTDyld, ObjSectionToIDMap ObjSecToIDMap)
RuntimeDyldImpl.h
1
//===--
RuntimeDyldImpl
.h - Run-time dynamic linker for MC-JIT --*- C++ -*-===//
220
class
RuntimeDyldImpl
{
241
#define RTDYLD_INVALID_SECTION_ID ((
RuntimeDyldImpl
::SID)(-1))
422
RuntimeDyldImpl
(RuntimeDyld::MemoryManager &MemMgr,
428
virtual ~
RuntimeDyldImpl
();
RuntimeDyldELF.h
17
#include "
RuntimeDyldImpl
.h"
27
class RuntimeDyldELF : public
RuntimeDyldImpl
{
RuntimeDyldMachO.cpp
32
LoadedMachOObjectInfo(
RuntimeDyldImpl
&RTDyld,
RuntimeDyldChecker.cpp
12
#include "
RuntimeDyldImpl
.h"
[
all
...]
RuntimeDyldELF.cpp
102
LoadedELFObjectInfo(
RuntimeDyldImpl
&RTDyld, ObjSectionToIDMap ObjSecToIDMap)
188
:
RuntimeDyldImpl
(MemMgr, Resolver), GOTSectionID(0), CurrentGOTIndex(0) {}
[
all
...]
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
RuntimeDyld.h
22
class
RuntimeDyldImpl
;
53
//
RuntimeDyldImpl
is the actual class. RuntimeDyld is just the public
55
RuntimeDyldImpl
*Dyld;
/external/swiftshader/third_party/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) {}
/external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h
48
class
RuntimeDyldImpl
;
77
friend class
RuntimeDyldImpl
;
81
LoadedObjectInfo(
RuntimeDyldImpl
&RTDyld, ObjSectionToIDMap ObjSecToIDMap)
93
RuntimeDyldImpl
&RTDyld;
103
LoadedObjectInfoHelper(
RuntimeDyldImpl
&RTDyld,
294
//
RuntimeDyldImpl
is the actual class. RuntimeDyld is just the public
296
std::unique_ptr<
RuntimeDyldImpl
> Dyld;
Completed in 312 milliseconds