Home
last modified time | relevance | path

Searched refs:ISBlockOwnerList (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h222 IndirectStubsOwners[Id] = ISBlockOwnerList(); in handleCreateIndirectStubsOwner()
436 using ISBlockOwnerList = std::vector<typename TargetT::IndirectStubsInfo>; variable
437 std::map<ResourceIdMgr::ResourceId, ISBlockOwnerList> IndirectStubsOwners;
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h237 IndirectStubsOwners[Id] = ISBlockOwnerList(); in handleCreateIndirectStubsOwner()
450 using ISBlockOwnerList = std::vector<LocalIndirectStubsInfo<TargetT>>; variable
451 std::map<ResourceIdMgr::ResourceId, ISBlockOwnerList> IndirectStubsOwners;
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h240 IndirectStubsOwners[Id] = ISBlockOwnerList(); in handleCreateIndirectStubsOwner()
439 typedef std::vector<typename TargetT::IndirectStubsInfo> ISBlockOwnerList; typedef
440 std::map<ResourceIdMgr::ResourceId, ISBlockOwnerList> IndirectStubsOwners;