Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/opt/
H A DDebugify.cpp98 auto SPType = DIB.createSubroutineType(DIB.getOrCreateTypeArray(None)); in applyDebugifyMetadata()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDIBuilder.h562 DITypeRefArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDebugInfo.cpp1201 unwrap(Builder)->getOrCreateTypeArray({unwrap(Types), Length}).get()); in LLVMDIBuilderGetOrCreateTypeArray()
1210 auto Elts = unwrap(Builder)->getOrCreateTypeArray({unwrap(ParameterTypes), in LLVMDIBuilderCreateSubroutineType()
H A DDIBuilder.cpp612 DITypeRefArray DIBuilder::getOrCreateTypeArray(ArrayRef<Metadata *> Elements) { in getOrCreateTypeArray() function in DIBuilder
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1175 llvm::DITypeRefArray EltTypeArray = DBuilder.getOrCreateTypeArray(EltTys); in CreateType()
1476 llvm::DITypeRefArray EltTypeArray = DBuilder.getOrCreateTypeArray(Elts); in getOrCreateInstanceMethodType()
1852 llvm::DITypeRefArray SElements = DBuilder.getOrCreateTypeArray(STy); in getOrCreateVTablePtrType()
3337 return DBuilder.createSubroutineType(DBuilder.getOrCreateTypeArray(None)); in getOrCreateFunctionType()
3378 llvm::DITypeRefArray EltTypeArray = DBuilder.getOrCreateTypeArray(Elts); in getOrCreateFunctionType()
3393 llvm::DITypeRefArray EltTypeArray = DBuilder.getOrCreateTypeArray(EltTys); in getOrCreateFunctionType()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineOutliner.cpp1180 DB.createSubroutineType(DB.getOrCreateTypeArray(None)), /* void type */ in createOutlinedFunction()