HomeSort by relevance Sort by last modified time
    Searched defs:StubMap (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldCheckerImpl.h 34 // StubMap typedefs.
41 typedef std::map<std::string, SectionMap> StubMap;
66 const RuntimeDyldImpl::StubMap &RTDyldStubs);
73 StubMap Stubs;
RuntimeDyldImpl.h 235 typedef std::map<RelocationValueRef, uintptr_t> StubMap;
359 StubMap &Stubs) = 0;

Completed in 923 milliseconds