/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 1070 ? unwrap(Builder)->getOrCreateArray({unwrap(Elements), NumElements}) in LLVMDIBuilderCreateImportedModuleFromAlias() 1083 ? unwrap(Builder)->getOrCreateArray({unwrap(Elements), NumElements}) in LLVMDIBuilderCreateImportedModuleFromModule() 1096 ? unwrap(Builder)->getOrCreateArray({unwrap(Elements), NumElements}) in LLVMDIBuilderCreateImportedDeclaration() 1185 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), in LLVMDIBuilderCreateEnumerationType() 1198 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), in LLVMDIBuilderCreateUnionType() 1212 auto Subs = unwrap(Builder)->getOrCreateArray({unwrap(Subscripts), in LLVMDIBuilderCreateArrayType() 1223 auto Subs = unwrap(Builder)->getOrCreateArray({unwrap(Subscripts), in LLVMDIBuilderCreateVectorType() 1255 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), in LLVMDIBuilderCreateStructType() 1429 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements), in LLVMDIBuilderCreateClassType() 1637 return wrap(unwrap(Builder)->getOrCreateArray({DataValue, Length}).get()); in LLVMDIBuilderGetOrCreateArray()
|
H A D | DIBuilder.cpp | 74 DINodeArray Node = getOrCreateArray(RetainedNodes); in finalizeSubprogram() 680 DINodeArray DIBuilder::getOrCreateArray(ArrayRef<Metadata *> Elements) { in getOrCreateArray() function in DIBuilder
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A 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()
|
H A D | DIBuilder.cpp | 64 DINodeArray Node = getOrCreateArray(RetainedNodes); in finalizeSubprogram() 604 DINodeArray DIBuilder::getOrCreateArray(ArrayRef<Metadata *> Elements) { in getOrCreateArray() function in DIBuilder
|
/aosp_15_r20/external/llvm/bindings/go/llvm/ |
H A D | dibuilder.go | 351 elements := d.getOrCreateArray(t.Elements) 452 subscripts := d.getOrCreateArray(subscriptsSlice) 496 func (d *DIBuilder) getOrCreateArray(values []Metadata) Metadata { func
|
H A D | DIBuilderBindings.cpp | 203 DINodeArray A = D->getOrCreateArray(Elements); in LLVMDIBuilderGetOrCreateArray()
|
/aosp_15_r20/external/swiftshader/src/Reactor/ |
H A D | LLVMReactorDebugInfo.cpp | 415 auto vec4 = diBuilder->getOrCreateArray(diBuilder->getOrCreateSubrange(0, 4)); in registerBasicTypes() 416 auto vec8 = diBuilder->getOrCreateArray(diBuilder->getOrCreateSubrange(0, 8)); in registerBasicTypes() 417 auto vec16 = diBuilder->getOrCreateArray(diBuilder->getOrCreateSubrange(0, 16)); in registerBasicTypes()
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 506 DBuilder.getOrCreateArray(&*DBuilder.createMemberType( in CreateType() 790 Elements = DBuilder.getOrCreateArray(EltTys); in CreateType() 822 Elements = DBuilder.getOrCreateArray(EltTys); in CreateType() 1489 return DBuilder.getOrCreateArray(TemplateParams); in CollectTemplateParams() 1752 llvm::DINodeArray Elements = DBuilder.getOrCreateArray(EltTys); in CreateTypeDefinition() 2041 llvm::DINodeArray Elements = DBuilder.getOrCreateArray(EltTys); in CreateTypeDefinition() 2058 llvm::DINodeArray SubscriptArray = DBuilder.getOrCreateArray(Subscript); in CreateType() 2112 llvm::DINodeArray SubscriptArray = DBuilder.getOrCreateArray(Subscripts); in CreateType() 2246 llvm::DINodeArray EltArray = DBuilder.getOrCreateArray(Enumerators); in CreateTypeDefinition() 3111 llvm::DINodeArray Elements = DBuilder.getOrCreateArray(EltTys); in EmitTypeForVarWithBlocksAttr() [all …]
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 76 DINodeArray AV = getOrCreateArray(Variables); in finalize() 508 DINodeArray DIBuilder::getOrCreateArray(ArrayRef<Metadata *> Elements) { in getOrCreateArray() function in DIBuilder
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | DIBuilder.h | 436 DINodeArray getOrCreateArray(ArrayRef<Metadata *> Elements);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | DIBuilder.h | 557 DINodeArray getOrCreateArray(ArrayRef<Metadata *> Elements);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 935 Builder.replaceArrays(DIStruct, Builder.getOrCreateArray(Elements)); in solveDIType() 952 Builder.getOrCreateArray(Builder.getOrCreateSubrange(0, Size / 8))); in solveDIType() 1109 DBuilder.replaceArrays(FrameDITy, DBuilder.getOrCreateArray(Elements)); in buildFrameDebugInfo()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | DIBuilder.h | 649 DINodeArray getOrCreateArray(ArrayRef<Metadata *> Elements);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | DIBuilder.h | 683 DINodeArray getOrCreateArray(ArrayRef<Metadata *> Elements);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | DIBuilder.h | 642 DINodeArray getOrCreateArray(ArrayRef<Metadata *> Elements);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | DIBuilder.h | 657 DINodeArray getOrCreateArray(ArrayRef<Metadata *> Elements);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | DIBuilder.h | 657 DINodeArray getOrCreateArray(ArrayRef<Metadata *> Elements);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 957 auto Annotations = DB.getOrCreateArray({ in getOrCreateRegionCounters()
|