Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DDebugTranslation.cpp108 builder.createSubroutineType(builder.getOrCreateTypeArray(llvm::None)); in translate()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DIRBuilderTest.cpp802 auto Type = DIB.createSubroutineType(DIB.getOrCreateTypeArray(None)); in TEST_F()
824 auto Type = DIB.createSubroutineType(DIB.getOrCreateTypeArray(None)); in TEST_F()
846 auto Type = DIB.createSubroutineType(DIB.getOrCreateTypeArray(None)); in TEST_F()
1000 auto SPType = DIB.createSubroutineType(DIB.getOrCreateTypeArray(None)); in TEST_F()
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DCloningTest.cpp476 DITypeRefArray ParamTypes = DBuilder.getOrCreateTypeArray(None); in CreateOldFunctionBodyAndDI()
948 DITypeRefArray ParamTypes = DBuilder.getOrCreateTypeArray(None); in CreateOldModule()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDIBuilder.h645 DITypeRefArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DLexicalScopesTest.cpp105 auto OurSubT = DIB.createSubroutineType(DIB.getOrCreateTypeArray(None)); in LexicalScopesTest()
H A DInstrRefLDVTest.cpp103 auto OurSubT = DIB.createSubroutineType(DIB.getOrCreateTypeArray(None)); in SetUp()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineOutliner.cpp730 DB.createSubroutineType(DB.getOrCreateTypeArray(None)), /* void type */ in createOutlinedFunction()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Ddibuilder.go555 func (d *DIBuilder) getOrCreateTypeArray(values []Metadata) Metadata { func
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp1422 unwrap(Builder)->getOrCreateTypeArray({unwrap(Types), Length}).get()); in LLVMDIBuilderGetOrCreateTypeArray()
1431 auto Elts = unwrap(Builder)->getOrCreateTypeArray({unwrap(ParameterTypes), in LLVMDIBuilderCreateSubroutineType()
H A DDIBuilder.cpp685 DITypeRefArray DIBuilder::getOrCreateTypeArray(ArrayRef<Metadata *> Elements) { in getOrCreateTypeArray() function in DIBuilder
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DDebugify.cpp117 auto SPType = DIB.createSubroutineType(DIB.getOrCreateTypeArray(None)); in applyDebugifyMetadata()
H A DCodeExtractor.cpp1541 auto SPType = DIB.createSubroutineType(DIB.getOrCreateTypeArray(None)); in fixupDebugInfoPostExtraction()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1394 llvm::DITypeRefArray EltTypeArray = DBuilder.getOrCreateTypeArray(EltTys); in CreateType()
1728 llvm::DITypeRefArray EltTypeArray = DBuilder.getOrCreateTypeArray(Elts); in getOrCreateInstanceMethodType()
2201 llvm::DITypeRefArray SElements = DBuilder.getOrCreateTypeArray(STy); in getOrCreateVTablePtrType()
3971 return DBuilder.createSubroutineType(DBuilder.getOrCreateTypeArray(None)); in getOrCreateFunctionType()
4012 llvm::DITypeRefArray EltTypeArray = DBuilder.getOrCreateTypeArray(Elts); in getOrCreateFunctionType()
4027 llvm::DITypeRefArray EltTypeArray = DBuilder.getOrCreateTypeArray(EltTys); in getOrCreateFunctionType()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp865 return DBuilder->createSubroutineType(DBuilder->getOrCreateTypeArray(EltTys)); in CreateFunctionType()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp678 DB.createSubroutineType(DB.getOrCreateTypeArray(None)), /* void type */ in createFunction()
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp176 auto Type = DIB.createSubroutineType(DIB.getOrCreateTypeArray(None)); in SetUp()