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/ |
D | SetVector.h | 63 ArrayRef<T> getArrayRef() const { return vector_; } in getArrayRef() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
D | LinkModules.cpp | 553 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/ |
D | DIBuilder.cpp | 109 CUNode->replaceMacros(MDTuple::get(VMContext, I.second.getArrayRef())); in finalize() 116 getOrCreateMacroArray(I.second.getArrayRef())); in finalize()
|
D | Metadata.cpp | 908 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/ |
D | LazyCallGraph.h | 998 return LibFunctions.getArrayRef(); in getLibFunctions()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 545 return MDNode::get(Ctx, Union.getArrayRef()); in uniteAccessGroups()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 1227 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/ |
D | CodeExtractor.cpp | 1533 oldFunction->getParent(), LifetimesStart.getArrayRef(), {}, TheCall); in extractCodeRegion()
|