Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp113 DB.createSubroutineType(DB.getOrCreateTypeArray(Params)); in buildDebugInfoForNoopResumeDestroyFunc()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineOutliner.cpp731 DB.getOrCreateTypeArray(std::nullopt)), /* void type */ in createOutlinedFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDIBuilder.h648 DITypeRefArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DDebugify.cpp119 DIB.createSubroutineType(DIB.getOrCreateTypeArray(std::nullopt)); in applyDebugifyMetadata()
H A DCodeExtractor.cpp1538 DIB.createSubroutineType(DIB.getOrCreateTypeArray(std::nullopt)); in fixupDebugInfoPostExtraction()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1452 llvm::DITypeRefArray EltTypeArray = DBuilder.getOrCreateTypeArray(EltTys); in CreateType()
1750 llvm::DITypeRefArray EltTypeArray = DBuilder.getOrCreateTypeArray(Elts); in getOrCreateInstanceMethodType()
2211 llvm::DITypeRefArray SElements = DBuilder.getOrCreateTypeArray(STy); in getOrCreateVTablePtrType()
3989 DBuilder.getOrCreateTypeArray(std::nullopt)); in getOrCreateFunctionType()
4030 llvm::DITypeRefArray EltTypeArray = DBuilder.getOrCreateTypeArray(Elts); in getOrCreateFunctionType()
4045 llvm::DITypeRefArray EltTypeArray = DBuilder.getOrCreateTypeArray(EltTys); in getOrCreateFunctionType()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp1477 unwrap(Builder)->getOrCreateTypeArray({unwrap(Types), Length}).get()); in LLVMDIBuilderGetOrCreateTypeArray()
1486 auto Elts = unwrap(Builder)->getOrCreateTypeArray({unwrap(ParameterTypes), in LLVMDIBuilderCreateSubroutineType()
H A DDIBuilder.cpp689 DITypeRefArray DIBuilder::getOrCreateTypeArray(ArrayRef<Metadata *> Elements) { in getOrCreateTypeArray() function in DIBuilder
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp865 return DBuilder->createSubroutineType(DBuilder->getOrCreateTypeArray(EltTys)); in CreateFunctionType()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp690 DB.getOrCreateTypeArray(std::nullopt)), /* void type */ in createFunction()