Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp111 DB.createSubroutineType(DB.getOrCreateTypeArray(Params)); in buildDebugInfoForNoopResumeDestroyFunc()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h840 LLVM_ABI DITypeRefArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp1014 DB.createSubroutineType(DB.getOrCreateTypeArray({})), /* void type */ in createOutlinedFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp175 auto SPType = DIB.createSubroutineType(DIB.getOrCreateTypeArray({})); in applyDebugifyMetadata()
H A DCodeExtractor.cpp1264 auto SPType = DIB.createSubroutineType(DIB.getOrCreateTypeArray({})); in fixupDebugInfoPostExtraction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1761 llvm::DITypeRefArray EltTypeArray = DBuilder.getOrCreateTypeArray(EltTys); in CreateType()
2177 llvm::DITypeRefArray EltTypeArray = DBuilder.getOrCreateTypeArray(Elts); in getOrCreateInstanceMethodType()
2623 llvm::DITypeRefArray SElements = DBuilder.getOrCreateTypeArray(STy); in getOrCreateVTablePtrType()
4539 return DBuilder.createSubroutineType(DBuilder.getOrCreateTypeArray({})); in getOrCreateFunctionType()
4586 llvm::DITypeRefArray EltTypeArray = DBuilder.getOrCreateTypeArray(Elts); in getOrCreateFunctionType()
4601 llvm::DITypeRefArray EltTypeArray = DBuilder.getOrCreateTypeArray(EltTys); in getOrCreateFunctionType()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp753 DBuilder.getOrCreateTypeArray({nullptr /*void return*/}); in createBPFUnreachable()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp1672 unwrap(Builder)->getOrCreateTypeArray({unwrap(Types), Length}).get()); in LLVMDIBuilderGetOrCreateTypeArray()
1681 auto Elts = unwrap(Builder)->getOrCreateTypeArray({unwrap(ParameterTypes), in LLVMDIBuilderCreateSubroutineType()
H A DDIBuilder.cpp810 DITypeRefArray DIBuilder::getOrCreateTypeArray(ArrayRef<Metadata *> Elements) { in getOrCreateTypeArray() function in DIBuilder
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp684 DB.createSubroutineType(DB.getOrCreateTypeArray({})), /* void type */ in createFunction()