Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp1015 ? unwrap(Builder)->getOrCreateArray({unwrap(Elements), NumElements}) in LLVMDIBuilderCreateImportedModuleFromAlias()
1028 ? unwrap(Builder)->getOrCreateArray({unwrap(Elements), NumElements}) in LLVMDIBuilderCreateImportedModuleFromModule()
1041 ? unwrap(Builder)->getOrCreateArray({unwrap(Elements), NumElements}) in LLVMDIBuilderCreateImportedDeclaration()
1130 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), in LLVMDIBuilderCreateEnumerationType()
1143 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), in LLVMDIBuilderCreateUnionType()
1157 auto Subs = unwrap(Builder)->getOrCreateArray({unwrap(Subscripts), in LLVMDIBuilderCreateArrayType()
1168 auto Subs = unwrap(Builder)->getOrCreateArray({unwrap(Subscripts), in LLVMDIBuilderCreateVectorType()
1200 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), in LLVMDIBuilderCreateStructType()
1374 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), in LLVMDIBuilderCreateClassType()
1582 return wrap(unwrap(Builder)->getOrCreateArray({DataValue, Length}).get()); in LLVMDIBuilderGetOrCreateArray()
H A DDIBuilder.cpp74 DINodeArray Node = getOrCreateArray(RetainedNodes); in finalizeSubprogram()
676 DINodeArray DIBuilder::getOrCreateArray(ArrayRef<Metadata *> Elements) { in getOrCreateArray() function in DIBuilder
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp676 ObjTy, DBuilder.getOrCreateArray(&*DBuilder.createMemberType( in CreateType()
1164 Annotations = DBuilder.getOrCreateArray(Annots); in CreatePointerLikeType()
1235 Elements = DBuilder.getOrCreateArray(EltTys); in CreateType()
1252 Elements = DBuilder.getOrCreateArray(EltTys); in CreateType()
2122 return DBuilder.getOrCreateArray(TemplateParams); in CollectTemplateParams()
2190 return DBuilder.getOrCreateArray(Annotations); in CollectBTFDeclTagAnnotations()
2610 llvm::DINodeArray Elements = DBuilder.getOrCreateArray(EltTys); in CreateTypeDefinition()
2960 llvm::DINodeArray Elements = DBuilder.getOrCreateArray(EltTys); in CreateTypeDefinition()
4408 llvm::DINodeArray Elements = DBuilder.getOrCreateArray(EltTys); in EmitTypeForVarWithBlocksAttr()
4960 llvm::DINodeArray fieldsArray = DBuilder.getOrCreateArray(fields); in EmitDeclareOfBlockLiteralArgVariable()
[all …]
/llvm-project-15.0.7/llvm/unittests/IR/
H A DDebugInfoTest.cpp201 DINodeArray Subscripts = DIB.getOrCreateArray(Subranges); in TEST()
H A DIRBuilderTest.cpp808 auto Error = DIB.getOrCreateArray({Int}); in TEST_F()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDIBuilder.h639 DINodeArray getOrCreateArray(ArrayRef<Metadata *> Elements);
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp913 Builder.replaceArrays(DIStruct, Builder.getOrCreateArray(Elements)); in solveDIType()
930 Builder.getOrCreateArray(Builder.getOrCreateSubrange(0, Size / 8))); in solveDIType()
1087 DBuilder.replaceArrays(FrameDITy, DBuilder.getOrCreateArray(Elements)); in buildFrameDebugInfo()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Ddibuilder.go544 func (d *DIBuilder) getOrCreateArray(values []Metadata) Metadata { func
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp945 auto Annotations = DB.getOrCreateArray({ in getOrCreateRegionCounters()