Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DTPCIndirectionUtils.cpp77 StringMap<StubInfo> StubInfos; member in __anon0e890b430111::TPCIndirectStubsManager
155 StubInfos[SI.first()] = std::make_pair(A, SI.second.second); in createStubs()
186 auto I = StubInfos.find(Name); in findStub()
187 if (I == StubInfos.end()) in findStub()
194 auto I = StubInfos.find(Name); in findPointer()
195 if (I == StubInfos.end()) in findPointer()
206 auto I = StubInfos.find(Name); in updatePointer()
207 if (I == StubInfos.end()) in updatePointer()
/external/llvm-project/llvm/tools/llvm-jitlink/
Dllvm-jitlink-macho.cpp132 FileInfo.StubInfos[TS->getName()] = {Sym->getSymbolContent(), in registerMachOGraphInfo()
Dllvm-jitlink-elf.cpp131 FileInfo.StubInfos[TS->getName()] = {Sym->getSymbolContent(), in registerELFGraphInfo()
Dllvm-jitlink.h131 StringMap<MemoryRegionInfo> StubInfos; member
Dllvm-jitlink.cpp183 for (auto &StubKV : FI.StubInfos) in operator <<()
937 auto StubInfoItr = FI->StubInfos.find(TargetName); in findStubInfo()
938 if (StubInfoItr == FI->StubInfos.end()) in findStubInfo()
/external/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp784 using StubInfos = StringMap<StubID>; in linkAndVerify() typedef
785 using StubContainers = StringMap<StubInfos>; in linkAndVerify()