Searched refs:getOrCreateArray (Results 1 – 4 of 4) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| D | LLVMReactorDebugInfo.cpp | 408 auto vec4 = diBuilder->getOrCreateArray(diBuilder->getOrCreateSubrange(0, 4)); in registerBasicTypes() 409 auto vec8 = diBuilder->getOrCreateArray(diBuilder->getOrCreateSubrange(0, 8)); in registerBasicTypes() 410 auto vec16 = diBuilder->getOrCreateArray(diBuilder->getOrCreateSubrange(0, 16)); in registerBasicTypes()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | DebugInfo.cpp | 965 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), in LLVMDIBuilderCreateEnumerationType() 978 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), in LLVMDIBuilderCreateUnionType() 992 auto Subs = unwrap(Builder)->getOrCreateArray({unwrap(Subscripts), in LLVMDIBuilderCreateArrayType() 1003 auto Subs = unwrap(Builder)->getOrCreateArray({unwrap(Subscripts), in LLVMDIBuilderCreateVectorType() 1035 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), in LLVMDIBuilderCreateStructType() 1209 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), in LLVMDIBuilderCreateClassType() 1417 return wrap(unwrap(Builder)->getOrCreateArray({DataValue, Length}).get()); in LLVMDIBuilderGetOrCreateArray()
|
| D | DIBuilder.cpp | 64 DINodeArray Node = getOrCreateArray(RetainedNodes); in finalizeSubprogram() 604 DINodeArray DIBuilder::getOrCreateArray(ArrayRef<Metadata *> Elements) { in getOrCreateArray() function in DIBuilder
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | DIBuilder.h | 557 DINodeArray getOrCreateArray(ArrayRef<Metadata *> Elements);
|