OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RuntimeDyld
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h
1
//===--
RuntimeDyld
.h - Run-time dynamic linker for MC-JIT ------*- C++ -*-===//
26
//
RuntimeDyld
clients often want to handle the memory management of
30
// FIXME: As the
RuntimeDyld
fills out, additional routines will be needed
71
class
RuntimeDyld
{
72
RuntimeDyld
(const
RuntimeDyld
&) LLVM_DELETED_FUNCTION;
73
void operator=(const
RuntimeDyld
&) LLVM_DELETED_FUNCTION;
75
// RuntimeDyldImpl is the actual class.
RuntimeDyld
is just the public
84
RuntimeDyld
(RTDyldMemoryManager *);
85
~
RuntimeDyld
();
[
all
...]
/external/llvm/tools/llvm-rtdyld/
Makefile
12
LINK_COMPONENTS := all-targets support MC object
RuntimeDyld
JIT debuginfo
llvm-rtdyld.cpp
19
#include "llvm/ExecutionEngine/
RuntimeDyld
.h"
128
RuntimeDyld
Dyld(MemMgr);
184
RuntimeDyld
Dyld(MemMgr);
/external/llvm/lib/ExecutionEngine/
Makefile
14
PARALLEL_DIRS = Interpreter JIT MCJIT
RuntimeDyld
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp
1
//===--
RuntimeDyld
.cpp - Run-time dynamic linker for MC-JIT ----*- C++ -*-===//
15
#include "llvm/ExecutionEngine/
RuntimeDyld
.h"
396
//
RuntimeDyld
::resolveRelocations().
457
//
RuntimeDyld
class implementation
458
RuntimeDyld
::
RuntimeDyld
(RTDyldMemoryManager *mm) {
460
//
RuntimeDyld
is used to load multiple objects. The current implementation
461
// associates a single memory manager with a
RuntimeDyld
instance. Even
469
RuntimeDyld
::~
RuntimeDyld
() {
[
all
...]
/external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h
15
#include "llvm/ExecutionEngine/
RuntimeDyld
.h"
33
RuntimeDyld
Dyld;
Completed in 93 milliseconds