Searched refs:getArrayRef (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSetVector.h63 ArrayRef<T> getArrayRef() const { return vector_; } function in class:llvm::SetVector
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp553 if (Error E = Mover.move(std::move(SrcM), ValuesToLink.getArrayRef(),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp109 CUNode->replaceMacros(MDTuple::get(VMContext, I.second.getArrayRef()));
116 getOrCreateMacroArray(I.second.getArrayRef()));
H A DMetadata.cpp908 return getOrSelfReference(A->getContext(), MDs.getArrayRef());
921 return getOrSelfReference(A->getContext(), MDs.getArrayRef());
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h998 return LibFunctions.getArrayRef();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp545 return MDNode::get(Ctx, Union.getArrayRef());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1227 if (Mover.move(std::move(SrcModule), GlobalsToImport.getArrayRef(),
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp434 EscapedDeclsForTeams = EscapedDecls.getArrayRef();
436 EscapedDeclsForParallel = EscapedDecls.getArrayRef();
606 return EscapedDecls.getArrayRef();
618 return EscapedVariableLengthDecls.getArrayRef();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1533 oldFunction->getParent(), LifetimesStart.getArrayRef(), {}, TheCall);

Completed in 408 milliseconds