Home
last modified time | relevance | path

Searched refs:createSubroutineType (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp113 DB.createSubroutineType(DB.getOrCreateTypeArray(Params)); in buildDebugInfoForNoopResumeDestroyFunc()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h611 createSubroutineType(DITypeRefArray ParameterTypes,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp803 DB.createSubroutineType( in createOutlinedFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp119 DIB.createSubroutineType(DIB.getOrCreateTypeArray(std::nullopt)); in applyDebugifyMetadata()
H A DCodeExtractor.cpp1545 DIB.createSubroutineType(DIB.getOrCreateTypeArray(std::nullopt)); in fixupDebugInfoPostExtraction()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1495 llvm::DIType *F = DBuilder.createSubroutineType( in CreateType()
1880 return DBuilder.createSubroutineType(EltTypeArray, OriginalFunc->getFlags(), in getOrCreateInstanceMethodType()
2324 llvm::DIType *SubTy = DBuilder.createSubroutineType(SElements); in getOrCreateVTablePtrType()
4134 return DBuilder.createSubroutineType( in getOrCreateFunctionType()
4177 return DBuilder.createSubroutineType(EltTypeArray, llvm::DINode::FlagZero, in getOrCreateFunctionType()
4192 return DBuilder.createSubroutineType(EltTypeArray, llvm::DINode::FlagZero, in getOrCreateFunctionType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp532 DISubroutineType *DIBuilder::createSubroutineType(DITypeRefArray ParameterTypes, in createSubroutineType() function in DIBuilder
H A DDebugInfo.cpp1583 return wrap(unwrap(Builder)->createSubroutineType( in LLVMDIBuilderCreateSubroutineType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp684 DB.createSubroutineType( in createFunction()