Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DIRBuilderTest.cpp429 auto Type = DIB.createSubroutineType(DIB.getOrCreateTypeArray(None)); in TEST_F()
449 auto Type = DIB.createSubroutineType(DIB.getOrCreateTypeArray(None)); in TEST_F()
469 auto Type = DIB.createSubroutineType(DIB.getOrCreateTypeArray(None)); in TEST_F()
558 auto SPType = DIB.createSubroutineType(DIB.getOrCreateTypeArray(None)); in TEST_F()
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp231 DITypeRefArray ParamTypes = DBuilder.getOrCreateTypeArray(None); in CreateOldFunctionBodyAndDI()
418 DITypeRefArray ParamTypes = DBuilder.getOrCreateTypeArray(None); in CreateOldModule()
/external/llvm/bindings/go/llvm/
Ddibuilder.go332 params := d.getOrCreateTypeArray(t.Parameters)
507 func (d *DIBuilder) getOrCreateTypeArray(values []Metadata) Metadata { func
DDIBuilderBindings.cpp213 DITypeRefArray A = D->getOrCreateTypeArray(Elements); in LLVMDIBuilderGetOrCreateTypeArray()
/external/llvm/unittests/IR/
DIRBuilderTest.cpp345 auto Type = DIB.createSubroutineType(DIB.getOrCreateTypeArray(None)); in TEST_F()
397 auto SPType = DIB.createSubroutineType(DIB.getOrCreateTypeArray(None)); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DCloning.cpp379 DITypeRefArray ParamTypes = DBuilder.getOrCreateTypeArray(None); in CreateOldFunctionBodyAndDI()
595 DITypeRefArray ParamTypes = DBuilder.getOrCreateTypeArray(None); in CreateOldModule()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
DDebugify.cpp98 auto SPType = DIB.createSubroutineType(DIB.getOrCreateTypeArray(None)); in applyDebugifyMetadata()
/external/llvm/include/llvm/IR/
DDIBuilder.h439 DITypeRefArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDIBuilder.h558 DITypeRefArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
/external/clang/lib/CodeGen/
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()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Ddibuilder.go545 func (d *DIBuilder) getOrCreateTypeArray(values []Metadata) Metadata { func
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugInfo.cpp1195 unwrap(Builder)->getOrCreateTypeArray({unwrap(Types), Length}).get()); in LLVMDIBuilderGetOrCreateTypeArray()
1204 auto Elts = unwrap(Builder)->getOrCreateTypeArray({unwrap(ParameterTypes), in LLVMDIBuilderCreateSubroutineType()
DDIBuilder.cpp612 DITypeRefArray DIBuilder::getOrCreateTypeArray(ArrayRef<Metadata *> Elements) { in getOrCreateTypeArray() function in DIBuilder
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.cpp288 return builder.createSubroutineType(builder.getOrCreateTypeArray(ElemTypes)); in GetDebugFunctionType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOutliner.cpp1231 DB.getOrCreateTypeArray(None)), /* void type */ in createOutlinedFunction()
/external/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp852 return DBuilder->createSubroutineType(DBuilder->getOrCreateTypeArray(EltTys)); in CreateFunctionType()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp852 return DBuilder->createSubroutineType(DBuilder->getOrCreateTypeArray(EltTys)); in CreateFunctionType()
/external/llvm/lib/IR/
DDIBuilder.cpp512 DITypeRefArray DIBuilder::getOrCreateTypeArray(ArrayRef<Metadata *> Elements) { in getOrCreateTypeArray() function in DIBuilder
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp229 Builder.createSubroutineType(Builder.getOrCreateTypeArray(Args)), in getDISubprogram()