Home
last modified time | relevance | path

Searched refs:getOrCreateArray (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp1197 ? 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 DDIBuilder.cpp801 DINodeArray DIBuilder::getOrCreateArray(ArrayRef<Metadata *> Elements) { in getOrCreateArray() function in DIBuilder
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp854 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 DCoroFrame.cpp651 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 DDIBuilder.h833 LLVM_ABI DINodeArray getOrCreateArray(ArrayRef<Metadata *> Elements);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1712 auto Annotations = DB.getOrCreateArray({ in getOrCreateRegionCounters()