Searched refs:getOrCreateArray (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 1197 ? unwrap(Builder)->getOrCreateArray({unwrap(Elements), NumElements}) in LLVMDIBuilderCreateImportedModuleFromAlias() 1210 ? unwrap(Builder)->getOrCreateArray({unwrap(Elements), NumElements}) in LLVMDIBuilderCreateImportedModuleFromModule() 1223 ? unwrap(Builder)->getOrCreateArray({unwrap(Elements), NumElements}) in LLVMDIBuilderCreateImportedDeclaration() 1321 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), in LLVMDIBuilderCreateEnumerationType() 1369 unwrap(Builder)->getOrCreateArray({unwrap(Subscripts), NumSubscripts}); in LLVMDIBuilderCreateDynamicArrayType() 1381 unwrap(Builder)->getOrCreateArray({unwrap(Elements), NumElements}); in LLVMReplaceArrays() 1391 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), in LLVMDIBuilderCreateUnionType() 1405 auto Subs = unwrap(Builder)->getOrCreateArray({unwrap(Subscripts), in LLVMDIBuilderCreateArrayType() 1416 auto Subs = unwrap(Builder)->getOrCreateArray({unwrap(Subscripts), in LLVMDIBuilderCreateVectorType() 1448 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), in LLVMDIBuilderCreateStructType() [all …]
|
| H A D | DIBuilder.cpp | 801 DINodeArray DIBuilder::getOrCreateArray(ArrayRef<Metadata *> Elements) { in getOrCreateArray() function in DIBuilder
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 854 ObjTy, DBuilder.getOrCreateArray(&*DBuilder.createMemberType( in CreateType() 940 llvm::DINodeArray SubscriptArray = DBuilder.getOrCreateArray(Subscript); in CreateType() 1005 llvm::DINodeArray SubscriptArray = DBuilder.getOrCreateArray(Subscript); in CreateType() 1414 Annotations = DBuilder.getOrCreateArray(Annots); in CreatePointerLikeType() 1485 Elements = DBuilder.getOrCreateArray(EltTys); in CreateType() 1502 Elements = DBuilder.getOrCreateArray(EltTys); in CreateType() 2544 return DBuilder.getOrCreateArray(TemplateParams); in CollectTemplateParams() 2612 return DBuilder.getOrCreateArray(Annotations); in CollectBTFDeclTagAnnotations() 3110 llvm::DINodeArray Elements = DBuilder.getOrCreateArray(EltTys); in CreateTypeDefinition() 3472 llvm::DINodeArray Elements = DBuilder.getOrCreateArray(EltTys); in CreateTypeDefinition() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 651 Builder.replaceArrays(DIStruct, Builder.getOrCreateArray(Elements)); in solveDIType() 668 Builder.getOrCreateArray(Builder.getOrCreateSubrange(0, Size / 8))); in solveDIType() 818 DBuilder.replaceArrays(FrameDITy, DBuilder.getOrCreateArray(Elements)); in buildFrameDebugInfo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 833 LLVM_ABI DINodeArray getOrCreateArray(ArrayRef<Metadata *> Elements);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 1712 auto Annotations = DB.getOrCreateArray({ in getOrCreateRegionCounters()
|