Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h305 template <typename ORCABI> class LocalIndirectStubsInfo {
307 LocalIndirectStubsInfo(unsigned NumStubs, sys::OwningMemoryBlock StubsMem) in LocalIndirectStubsInfo() function
310 static Expected<LocalIndirectStubsInfo> create(unsigned MinStubs, in create()
340 return LocalIndirectStubsInfo(ISAS.NumStubs, std::move(StubsAndPtrsMem)); in create()
438 LocalIndirectStubsInfo<TargetT>::create(NewStubsRequired, PageSize); in reserveStubs()
458 std::vector<LocalIndirectStubsInfo<TargetT>> IndirectStubsInfos;
DOrcRemoteTargetServer.h280 auto IS = LocalIndirectStubsInfo<TargetT>::create( in handleEmitIndirectStubs()
450 using ISBlockOwnerList = std::vector<LocalIndirectStubsInfo<TargetT>>;