Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h131 typedef std::map<RelocationValueRef, uintptr_t> StubMap; typedef
211 LocalSymbolMap &Symbols, StubMap &Stubs) = 0;
DRuntimeDyldMachO.h54 LocalSymbolMap &Symbols, StubMap &Stubs);
DRuntimeDyldELF.h54 LocalSymbolMap &Symbols, StubMap &Stubs);
DRuntimeDyldMachO.cpp211 StubMap &Stubs) { in processRelocationRef()
262 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
DRuntimeDyldELF.cpp338 StubMap &Stubs) { in processRelocationRef()
402 StubMap::const_iterator i = Stubs.find(Value); in processRelocationRef()
DRuntimeDyld.cpp147 StubMap Stubs; in loadObject()