Home
last modified time | relevance | path

Searched refs:StubMap (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h55 StubMap &Stubs);
DRuntimeDyldImpl.h164 typedef std::map<RelocationValueRef, uintptr_t> StubMap; typedef
293 StubMap &Stubs) = 0;
DRuntimeDyldMachO.cpp212 StubMap &Stubs) { in processRelocationRef()
268 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
DRuntimeDyldELF.h75 StubMap &Stubs);
DRuntimeDyldELF.cpp600 StubMap &Stubs) { in processRelocationRef()
672 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
709 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
770 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
DRuntimeDyld.cpp144 StubMap Stubs; in loadObject()