HomeSort by: relevance | last modified time | path
    Searched refs:LocalIndirectStubsInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
IndirectionUtils.h 305 template <typename ORCABI> class LocalIndirectStubsInfo {
307 LocalIndirectStubsInfo(unsigned NumStubs, sys::OwningMemoryBlock StubsMem)
310 static Expected<LocalIndirectStubsInfo> create(unsigned MinStubs,
340 return LocalIndirectStubsInfo(ISAS.NumStubs, std::move(StubsAndPtrsMem));
438 LocalIndirectStubsInfo<TargetT>::create(NewStubsRequired, PageSize);
458 std::vector<LocalIndirectStubsInfo<TargetT>> IndirectStubsInfos;
OrcRemoteTargetServer.h 281 auto IS = LocalIndirectStubsInfo<TargetT>::create(
451 using ISBlockOwnerList = std::vector<LocalIndirectStubsInfo<TargetT>>;

Completed in 15 milliseconds