Home
last modified time | relevance | path

Searched refs:getOrCreateTypeArray (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/external/llvm/unittests/Transforms/Utils/
H A DCloning.cpp231 DITypeRefArray ParamTypes = DBuilder.getOrCreateTypeArray(None); in CreateOldFunctionBodyAndDI()
418 DITypeRefArray ParamTypes = DBuilder.getOrCreateTypeArray(None); in CreateOldModule()
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Ddibuilder.go332 params := d.getOrCreateTypeArray(t.Parameters)
507 func (d *DIBuilder) getOrCreateTypeArray(values []Metadata) Metadata { func
H A DDIBuilderBindings.cpp213 DITypeRefArray A = D->getOrCreateTypeArray(Elements); in LLVMDIBuilderGetOrCreateTypeArray()
/aosp_15_r20/external/llvm/unittests/IR/
H A DIRBuilderTest.cpp345 auto Type = DIB.createSubroutineType(DIB.getOrCreateTypeArray(None)); in TEST_F()
397 auto SPType = DIB.createSubroutineType(DIB.getOrCreateTypeArray(None)); in TEST_F()
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DLLVMReactorDebugInfo.cpp105 auto funcTy = diBuilder->createSubroutineType(diBuilder->getOrCreateTypeArray(EltTys)); in DebugInfo()
210 auto funcTy = diBuilder->createSubroutineType(diBuilder->getOrCreateTypeArray({})); in syncScope()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp113 DB.createSubroutineType(DB.getOrCreateTypeArray(Params)); in buildDebugInfoForNoopResumeDestroyFunc()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DDebugify.cpp90 auto SPType = DIB.createSubroutineType(DIB.getOrCreateTypeArray(None)); in applyDebugifyMetadata()
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DDIBuilder.h439 DITypeRefArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp922 llvm::DITypeRefArray EltTypeArray = DBuilder.getOrCreateTypeArray(EltTys); in CreateType()
1189 llvm::DITypeRefArray EltTypeArray = DBuilder.getOrCreateTypeArray(Elts); in getOrCreateInstanceMethodType()
1524 llvm::DITypeRefArray SElements = DBuilder.getOrCreateTypeArray(STy); in getOrCreateVTablePtrType()
2804 return DBuilder.createSubroutineType(DBuilder.getOrCreateTypeArray(None)); in getOrCreateFunctionType()
2844 llvm::DITypeRefArray EltTypeArray = DBuilder.getOrCreateTypeArray(Elts); in getOrCreateFunctionType()
2858 llvm::DITypeRefArray EltTypeArray = DBuilder.getOrCreateTypeArray(EltTys); in getOrCreateFunctionType()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDIBuilder.h563 DITypeRefArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DDIBuilder.h655 DITypeRefArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDebugInfo.cpp1257 unwrap(Builder)->getOrCreateTypeArray({unwrap(Types), Length}).get()); in LLVMDIBuilderGetOrCreateTypeArray()
1266 auto Elts = unwrap(Builder)->getOrCreateTypeArray({unwrap(ParameterTypes), in LLVMDIBuilderCreateSubroutineType()
H A DDIBuilder.cpp613 DITypeRefArray DIBuilder::getOrCreateTypeArray(ArrayRef<Metadata *> Elements) { in getOrCreateTypeArray() function in DIBuilder
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DDIBuilder.h689 DITypeRefArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DDIBuilder.h648 DITypeRefArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DDIBuilder.h663 DITypeRefArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineOutliner.cpp731 DB.getOrCreateTypeArray(std::nullopt)), /* void type */ in createOutlinedFunction()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DDIBuilder.h663 DITypeRefArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineOutliner.cpp1176 DB.createSubroutineType(DB.getOrCreateTypeArray(None)), /* void type */ in createOutlinedFunction()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DDebugInfo.cpp1477 unwrap(Builder)->getOrCreateTypeArray({unwrap(Types), Length}).get()); in LLVMDIBuilderGetOrCreateTypeArray()
1486 auto Elts = unwrap(Builder)->getOrCreateTypeArray({unwrap(ParameterTypes), in LLVMDIBuilderCreateSubroutineType()
H A DDIBuilder.cpp689 DITypeRefArray DIBuilder::getOrCreateTypeArray(ArrayRef<Metadata *> Elements) { in getOrCreateTypeArray() function in DIBuilder
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DDebugify.cpp119 DIB.createSubroutineType(DIB.getOrCreateTypeArray(std::nullopt)); in applyDebugifyMetadata()
H A DCodeExtractor.cpp1538 DIB.createSubroutineType(DIB.getOrCreateTypeArray(std::nullopt)); in fixupDebugInfoPostExtraction()
/aosp_15_r20/external/llvm/lib/IR/
H A DDIBuilder.cpp512 DITypeRefArray DIBuilder::getOrCreateTypeArray(ArrayRef<Metadata *> Elements) { in getOrCreateTypeArray() function in DIBuilder
/aosp_15_r20/external/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp852 return DBuilder->createSubroutineType(DBuilder->getOrCreateTypeArray(EltTys)); in CreateFunctionType()

12