HomeSort by relevance Sort by last modified time
    Searched refs:RuntimeDyldMachO (Results 1 - 14 of 14) 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 {
52 RuntimeDyldMachO(RuntimeDyld::MemoryManager &MemMgr,
86 RuntimeDyldMachO::ObjSectionToIDMap &ObjSectionToID);
123 /// Create a RuntimeDyldMachO instance for the given target architecture.
124 static std::unique_ptr<RuntimeDyldMachO>
141 /// methods. (i.e. the RuntimeDyldMachO hierarchy uses the Curiously
145 class RuntimeDyldMachOCRTPBase : public RuntimeDyldMachO {
156 : RuntimeDyldMachO(MemMgr, Resolver) {}
RuntimeDyldMachO.cpp 1 //===-- RuntimeDyldMachO.cpp - Run-time dynamic linker for MC-JIT -*- C++ -*-=//
14 #include "RuntimeDyldMachO.h"
46 int64_t RuntimeDyldMachO::memcpyAddend(const RelocationEntry &RE) const {
54 RuntimeDyldMachO::processScatteredVANILLA(
57 RuntimeDyldMachO::ObjSectionToIDMap &ObjSectionToID) {
95 RuntimeDyldMachO::getRelocationValueRef(
138 void RuntimeDyldMachO::makeValueAddendPCRel(RelocationValueRef &Value,
146 void RuntimeDyldMachO::dumpRelocationToResolve(const RelocationEntry &RE,
161 RuntimeDyldMachO::getSectionByAddress(const MachOObjectFile &Obj,
178 Error RuntimeDyldMachO::populateIndirectSymbolPointersSection
    [all...]
RuntimeDyld.cpp 19 #include "RuntimeDyldMachO.h"
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h 1 //===-- RuntimeDyldMachO.h - Run-time dynamic linker for MC-JIT ---*- C++ -*-=//
27 class RuntimeDyldMachO : public RuntimeDyldImpl {
52 RuntimeDyldMachO(RuntimeDyld::MemoryManager &MemMgr,
86 RuntimeDyldMachO::ObjSectionToIDMap &ObjSectionToID,
124 /// Create a RuntimeDyldMachO instance for the given target architecture.
125 static std::unique_ptr<RuntimeDyldMachO>
142 /// methods. (i.e. the RuntimeDyldMachO hierarchy uses the Curiously
146 class RuntimeDyldMachOCRTPBase : public RuntimeDyldMachO {
157 : RuntimeDyldMachO(MemMgr, Resolver) {}
RuntimeDyldMachO.cpp 1 //===-- RuntimeDyldMachO.cpp - Run-time dynamic linker for MC-JIT -*- C++ -*-=//
14 #include "RuntimeDyldMachO.h"
47 int64_t RuntimeDyldMachO::memcpyAddend(const RelocationEntry &RE) const {
55 RuntimeDyldMachO::processScatteredVANILLA(
58 RuntimeDyldMachO::ObjSectionToIDMap &ObjSectionToID,
98 RuntimeDyldMachO::getRelocationValueRef(
141 void RuntimeDyldMachO::makeValueAddendPCRel(RelocationValueRef &Value,
149 void RuntimeDyldMachO::dumpRelocationToResolve(const RelocationEntry &RE,
164 RuntimeDyldMachO::getSectionByAddress(const MachOObjectFile &Obj,
181 Error RuntimeDyldMachO::populateIndirectSymbolPointersSection
    [all...]
RuntimeDyld.cpp 19 #include "RuntimeDyldMachO.h"
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 67 if (RuntimeDyldMachO::isKnownFormat(InputBuffer))
68 Dyld = new RuntimeDyldMachO(MM);
RuntimeDyldImpl.h 98 class RuntimeDyldMachO : public RuntimeDyldImpl {
136 RuntimeDyldMachO(RTDyldMemoryManager *mm) : RuntimeDyldImpl(mm) {}
RuntimeDyldMachO.cpp 1 //===-- RuntimeDyldMachO.cpp - Run-time dynamic linker for MC-JIT ------*- C++ -*-===//
24 bool RuntimeDyldMachO::
40 bool RuntimeDyldMachO::
78 bool RuntimeDyldMachO::resolveARMRelocation(uintptr_t Address, uintptr_t Value,
134 bool RuntimeDyldMachO::
273 bool RuntimeDyldMachO::
403 bool RuntimeDyldMachO::loadObject(MemoryBuffer *InputBuffer) {
492 void RuntimeDyldMachO::reassignSymbolAddress(StringRef Name, uint8_t *Addr) {
515 bool RuntimeDyldMachO::isKnownFormat(const MemoryBuffer *InputBuffer) {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOX86_64.h 13 #include "../RuntimeDyldMachO.h"
136 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value);
RuntimeDyldMachOARM.h 13 #include "../RuntimeDyldMachO.h"
193 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOX86_64.h 13 #include "../RuntimeDyldMachO.h"
136 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value);
RuntimeDyldMachOARM.h 13 #include "../RuntimeDyldMachO.h"
307 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value);
  /external/swiftshader/third_party/llvm-7.0/
Android.mk 404 llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp \
    [all...]

Completed in 1292 milliseconds