Home
last modified time | relevance | path

Searched refs:getArrayRef (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DSetVector.h64 ArrayRef<T> getArrayRef() const { return vector_; } in getArrayRef() function
/freebsd-12.1/contrib/llvm/lib/Linker/
H A DLinkModules.cpp553 if (Error E = Mover.move(std::move(SrcM), ValuesToLink.getArrayRef(), in run()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDIBuilder.cpp109 CUNode->replaceMacros(MDTuple::get(VMContext, I.second.getArrayRef())); in finalize()
116 getOrCreateMacroArray(I.second.getArrayRef())); in finalize()
H A DMetadata.cpp907 return getOrSelfReference(A->getContext(), MDs.getArrayRef()); in concatenate()
920 return getOrSelfReference(A->getContext(), MDs.getArrayRef()); in intersect()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h997 return LibFunctions.getArrayRef(); in getLibFunctions()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DVectorUtils.cpp506 return MDNode::get(Ctx, Union.getArrayRef()); in uniteAccessGroups()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1184 if (Mover.move(std::move(SrcModule), GlobalsToImport.getArrayRef(), in importFunctions()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp417 EscapedDeclsForTeams = EscapedDecls.getArrayRef(); in buildRecordForGlobalizedVars()
419 EscapedDeclsForParallel = EscapedDecls.getArrayRef(); in buildRecordForGlobalizedVars()
589 return EscapedDecls.getArrayRef(); in getEscapedDecls()
601 return EscapedVariableLengthDecls.getArrayRef(); in getEscapedVariableLengthDecls()