Home
last modified time | relevance | path

Searched refs:TargetT (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetServer.h47 template <typename ChannelT, typename TargetT>
281 auto IS = LocalIndirectStubsInfo<TargetT>::create( in handleEmitIndirectStubs()
299 TargetT::ResolverCodeSize, nullptr, in handleEmitResolverBlock()
304 TargetT::writeResolverCode(static_cast<char *>(ResolverBlock.base()), in handleEmitResolverBlock()
324 (sys::Process::getPageSizeEstimate() - TargetT::PointerSize) / in handleEmitTrampolineBlock()
325 TargetT::TrampolineSize; in handleEmitTrampolineBlock()
328 TargetT::writeTrampolines( in handleEmitTrampolineBlock()
352 uint32_t PointerSize = TargetT::PointerSize; in handleGetRemoteInfo()
354 uint32_t TrampolineSize = TargetT::TrampolineSize; in handleGetRemoteInfo()
355 uint32_t IndirectStubSize = TargetT::StubSize; in handleGetRemoteInfo()
[all …]
H A DIndirectionUtils.h362 template <typename TargetT>
438 LocalIndirectStubsInfo<TargetT>::create(NewStubsRequired, PageSize); in reserveStubs()
458 std::vector<LocalIndirectStubsInfo<TargetT>> IndirectStubsInfos;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DIssueHash.cpp58 const auto *TargetT = in GetSignature() local
61 if (!TargetT || !isa<CXXMethodDecl>(Target)) in GetSignature()
64 if (TargetT->isConst()) in GetSignature()
66 if (TargetT->isVolatile()) in GetSignature()
68 if (TargetT->isRestrict()) in GetSignature()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1317 template <typename SourceT, typename TargetT>
1319 : public VariadicFunction<BindableMatcher<SourceT>, Matcher<TargetT>,
1320 makeDynCastAllOfComposite<SourceT, TargetT>> {