Home
last modified time | relevance | path

Searched defs:StubMap (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCheckerImpl.h40 typedef std::map<std::string, SectionMap> StubMap; typedef
DRuntimeDyldImpl.h270 typedef std::map<RelocationValueRef, uintptr_t> StubMap; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h287 typedef std::map<RelocationValueRef, uintptr_t> StubMap; typedef
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h286 typedef std::map<RelocationValueRef, uintptr_t> StubMap; typedef
/external/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp787 StubContainers StubMap; in linkAndVerify() local