OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RuntimeDyldMachO
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h
1
//===--
RuntimeDyldMachO
.h - Run-time dynamic linker for MC-JIT ---*- C++ -*-=//
27
class
RuntimeDyldMachO
: public RuntimeDyldImpl {
58
RuntimeDyldMachO
(RTDyldMemoryManager *mm) : RuntimeDyldImpl(mm) {}
RuntimeDyldMachO.cpp
1
//===--
RuntimeDyldMachO
.cpp - Run-time dynamic linker for MC-JIT -*- C++ -*-=//
15
#include "
RuntimeDyldMachO
.h"
58
StringRef
RuntimeDyldMachO
::getEHFrameSection() {
87
void
RuntimeDyldMachO
::resolveRelocation(const RelocationEntry &RE,
94
void
RuntimeDyldMachO
::resolveRelocation(const SectionEntry &Section,
150
bool
RuntimeDyldMachO
::resolveI386Relocation(uint8_t *LocalAddress,
179
bool
RuntimeDyldMachO
::resolveX86_64Relocation(uint8_t *LocalAddress,
220
bool
RuntimeDyldMachO
::resolveARMRelocation(uint8_t *LocalAddress,
279
void
RuntimeDyldMachO
::processRelocationRef(unsigned SectionID,
391
bool
RuntimeDyldMachO
::isCompatibleFormat
[
all
...]
RuntimeDyld.cpp
19
#include "
RuntimeDyldMachO
.h"
523
Dyld = new
RuntimeDyldMachO
(MM);
Completed in 131 milliseconds