Home
last modified time | relevance | path

Searched refs:StubInfos (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp77 StringMap<StubInfo> StubInfos; member in __anonf460475d0111::EPCIndirectStubsManager
153 StubInfos[SI.first()] = std::make_pair(A, SI.second.second); in createStubs()
184 auto I = StubInfos.find(Name); in findStub()
185 if (I == StubInfos.end()) in findStub()
192 auto I = StubInfos.find(Name); in findPointer()
193 if (I == StubInfos.end()) in findPointer()
204 auto I = StubInfos.find(Name); in updatePointer()
205 if (I == StubInfos.end()) in updatePointer()
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp835 using StubInfos = StringMap<StubID>; in linkAndVerify() typedef
836 using StubContainers = StringMap<StubInfos>; in linkAndVerify()