Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSetVector.h63 ArrayRef<T> getArrayRef() const { return vector_; } in getArrayRef() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DLinkModules.cpp553 if (Error E = Mover.move(std::move(SrcM), ValuesToLink.getArrayRef(), in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp109 CUNode->replaceMacros(MDTuple::get(VMContext, I.second.getArrayRef())); in finalize()
116 getOrCreateMacroArray(I.second.getArrayRef())); in finalize()
DMetadata.cpp908 return getOrSelfReference(A->getContext(), MDs.getArrayRef()); in concatenate()
921 return getOrSelfReference(A->getContext(), MDs.getArrayRef()); in intersect()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h998 return LibFunctions.getArrayRef(); in getLibFunctions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp545 return MDNode::get(Ctx, Union.getArrayRef()); in uniteAccessGroups()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp1227 if (Mover.move(std::move(SrcModule), GlobalsToImport.getArrayRef(), in importFunctions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp1533 oldFunction->getParent(), LifetimesStart.getArrayRef(), {}, TheCall); in extractCodeRegion()