Home
last modified time | relevance | path

Searched refs:createSetType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/IR/
H A DDebugInfoTest.cpp246 DIDerivedType *SetType = DIB.createSetType(Scope, "set1", F, 1, 64, 64, Type); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDIBuilder.h590 DIDerivedType *createSetType(DIScope *Scope, StringRef Name, DIFile *File,
/llvm-project-15.0.7/llvm/lib/IR/
H A DDIBuilder.cpp564 DIDerivedType *DIBuilder::createSetType(DIScope *Scope, StringRef Name, in createSetType() function in DIBuilder