Home
last modified time | relevance | path

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

/external/llvm/bindings/go/llvm/
Ddibuilder.go309 params := d.getOrCreateTypeArray(t.Parameters)
484 func (d *DIBuilder) getOrCreateTypeArray(values []Metadata) Metadata { func
DDIBuilderBindings.cpp217 DITypeArray A = D->getOrCreateTypeArray(Elements); in LLVMDIBuilderGetOrCreateTypeArray()
/external/llvm/include/llvm/IR/
DDIBuilder.h422 DITypeArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
/external/llvm/unittests/IR/
DIRBuilderTest.cpp298 auto Type = DIB.createSubroutineType(File, DIB.getOrCreateTypeArray(None)); in TEST_F()
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp232 DITypeArray ParamTypes = DBuilder.getOrCreateTypeArray(None); in CreateOldFunctionBodyAndDI()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp815 llvm::DITypeArray EltTypeArray = DBuilder.getOrCreateTypeArray(EltTys); in CreateType()
1067 llvm::DITypeArray EltTypeArray = DBuilder.getOrCreateTypeArray(Elts); in getOrCreateInstanceMethodType()
1400 llvm::DITypeArray SElements = DBuilder.getOrCreateTypeArray(STy); in getOrCreateVTablePtrType()
2514 DBuilder.getOrCreateTypeArray(None)); in getOrCreateFunctionType()
2545 llvm::DITypeArray EltTypeArray = DBuilder.getOrCreateTypeArray(Elts); in getOrCreateFunctionType()
2559 llvm::DITypeArray EltTypeArray = DBuilder.getOrCreateTypeArray(EltTys); in getOrCreateFunctionType()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp849 DITypeArray EltTypeArray = DBuilder->getOrCreateTypeArray(EltTys); in CreateFunctionType()
/external/llvm/lib/IR/
DDIBuilder.cpp535 DITypeArray DIBuilder::getOrCreateTypeArray(ArrayRef<Metadata *> Elements) { in getOrCreateTypeArray() function in DIBuilder