Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp113 DB.createSubroutineType(DB.getOrCreateTypeArray(Params)); in buildDebugInfoForNoopResumeDestroyFunc()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h645 createSubroutineType(DITypeRefArray ParameterTypes,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp809 DB.createSubroutineType( in createOutlinedFunction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1599 llvm::DIType *F = DBuilder.createSubroutineType( in CreateType()
1744 llvm::DISubroutineType *DIFnTy = DBuilder.createSubroutineType(nullptr); in createInlinedTrapSubprogram()
2006 return DBuilder.createSubroutineType(EltTypeArray, OriginalFunc->getFlags(), in getOrCreateInstanceMethodType()
2450 llvm::DIType *SubTy = DBuilder.createSubroutineType(SElements); in getOrCreateVTablePtrType()
4287 return DBuilder.createSubroutineType( in getOrCreateFunctionType()
4330 return DBuilder.createSubroutineType(EltTypeArray, llvm::DINode::FlagZero, in getOrCreateFunctionType()
4345 return DBuilder.createSubroutineType(EltTypeArray, llvm::DINode::FlagZero, in getOrCreateFunctionType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp119 DIB.createSubroutineType(DIB.getOrCreateTypeArray(std::nullopt)); in applyDebugifyMetadata()
H A DCodeExtractor.cpp1564 DIB.createSubroutineType(DIB.getOrCreateTypeArray(std::nullopt)); in fixupDebugInfoPostExtraction()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp559 DISubroutineType *DIBuilder::createSubroutineType(DITypeRefArray ParameterTypes, in createSubroutineType() function in DIBuilder
H A DDebugInfo.cpp1588 return wrap(unwrap(Builder)->createSubroutineType( in LLVMDIBuilderCreateSubroutineType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp684 DB.createSubroutineType( in createFunction()