Home
last modified time | relevance | path

Searched refs:DISubroutineType (Results 1 – 22 of 22) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h423 const DISubroutineType *SubroutineTy);
450 codeview::TypeIndex lowerTypeFunction(const DISubroutineType *Ty);
453 const DISubroutineType *Ty, const DIType *ClassTy, int ThisAdjustment,
H A DDwarfUnit.h333 void constructTypeDIE(DIE &Buffer, const DISubroutineType *CTy);
H A DCodeViewDebug.cpp424 getFunctionOptions(const DISubroutineType *Ty, in getFunctionOptions()
1687 return lowerTypeMemberFunction(cast<DISubroutineType>(Ty), ClassTy, in lowerType()
1691 return lowerTypeFunction(cast<DISubroutineType>(Ty)); in lowerType()
1979 bool IsPMF = isa<DISubroutineType>(Ty->getBaseType()); in lowerTypeMemberPointer()
2067 TypeIndex CodeViewDebug::lowerTypeFunction(const DISubroutineType *Ty) { in lowerTypeFunction()
2096 TypeIndex CodeViewDebug::lowerTypeMemberFunction(const DISubroutineType *Ty, in lowerTypeMemberFunction()
2701 const DISubroutineType *SubroutineTy) { in getTypeIndexForThisPtr()
H A DDwarfUnit.cpp586 else if (auto *STy = dyn_cast<DISubroutineType>(Ty)) in createTypeDIE()
823 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DISubroutineType *CTy) { in constructTypeDIE()
825 auto Elements = cast<DISubroutineType>(CTy)->getTypeArray(); in constructTypeDIE()
1272 if (const DISubroutineType *SPTy = SP->getType()) { in applySubprogramAttributes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h144 const DISubroutineType *STy;
149 BTFTypeFuncProto(const DISubroutineType *STy, uint32_t NumParams,
326 const DISubroutineType *STy, bool ForSubprog,
H A DBPFPreserveDIType.cpp100 if (isa<DISubroutineType>(Ty)) in BPFPreserveDITypeImpl()
H A DBTFDebug.cpp331 const DISubroutineType *STy, uint32_t VLen, in BTFTypeFuncProto()
558 const DISubroutineType *STy, bool ForSubprog, in visitSubroutineType()
923 else if (const auto *STy = dyn_cast<DISubroutineType>(Ty)) in visitTypeEntry()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h610 DISubroutineType *
769 DIFile *File, unsigned LineNo, DISubroutineType *Ty,
782 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine,
809 DIFile *File, unsigned LineNo, DISubroutineType *Ty,
H A DMetadata.def95 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DISubroutineType)
H A DDebugInfoMetadata.h1317 class DISubroutineType : public DIType {
1325 DISubroutineType(LLVMContext &C, StorageType Storage, DIFlags Flags,
1327 ~DISubroutineType() = default;
1329 static DISubroutineType *getImpl(LLVMContext &Context, DIFlags Flags,
1335 static DISubroutineType *getImpl(LLVMContext &Context, DIFlags Flags,
1345 DEFINE_MDNODE_GET(DISubroutineType,
1348 DEFINE_MDNODE_GET(DISubroutineType,
1706 unsigned Line, DISubroutineType *Type, unsigned ScopeLine,
1811 DISubroutineType *getType() const { in getType()
1812 return cast_or_null<DISubroutineType>(getRawType()); in getType()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h239 llvm::DISubroutineType *getOrCreateMethodType(const CXXMethodDecl *Method,
241 llvm::DISubroutineType *
244 llvm::DISubroutineType *
707 getObjCMethodDeclaration(const Decl *D, llvm::DISubroutineType *FnType,
H A DCGDebugInfo.cpp1812 llvm::DISubroutineType *
1817 return cast_or_null<llvm::DISubroutineType>( in getOrCreateMethodType()
1822 llvm::DISubroutineType *CGDebugInfo::getOrCreateInstanceMethodType( in getOrCreateInstanceMethodType()
1838 const auto *OriginalFunc = cast<llvm::DISubroutineType>( in getOrCreateInstanceMethodType()
1900 llvm::DISubroutineType *MethodTy = getOrCreateMethodType(Method, Unit); in CreateCXXMemberFunction()
4088 const Decl *D, llvm::DISubroutineType *FnType, unsigned LineNo, in getObjCMethodDeclaration()
4125 llvm::DISubroutineType *CGDebugInfo::getOrCreateFunctionType(const Decl *D, in getOrCreateFunctionType()
4196 return cast<llvm::DISubroutineType>(getOrCreateType(FnType, F)); in getOrCreateFunctionType()
4289 llvm::DISubroutineType *DIFnType = getOrCreateFunctionType(D, FnType, Unit); in emitFunctionStart()
4367 llvm::DISubroutineType *STy = getOrCreateFunctionType(D, FnType, Unit); in EmitFunctionDecl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp532 DISubroutineType *DIBuilder::createSubroutineType(DITypeRefArray ParameterTypes, in createSubroutineType()
535 return DISubroutineType::get(VMContext, Flags, CC, ParameterTypes); in createSubroutineType()
830 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createFunction()
850 unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, in createTempFunctionFwdDecl()
865 unsigned LineNo, DISubroutineType *Ty, unsigned VIndex, int ThisAdjustment, in createMethod()
H A DDebugInfoMetadata.cpp856 DISubroutineType::DISubroutineType(LLVMContext &C, StorageType Storage, in DISubroutineType() function in DISubroutineType
863 DISubroutineType *DISubroutineType::getImpl(LLVMContext &Context, DIFlags Flags, in getImpl()
867 DEFINE_GETIMPL_LOOKUP(DISubroutineType, (Flags, CC, TypeArray)); in getImpl()
869 DEFINE_GETIMPL_STORE(DISubroutineType, (Flags, CC), Ops); in getImpl()
H A DDebugInfo.cpp263 if (auto *ST = dyn_cast<DISubroutineType>(DT)) { in processType()
638 : EmptySubroutineType(DISubroutineType::get(C, DINode::FlagZero, 0, in DebugTypeInfoRemoval()
662 auto *Type = cast_or_null<DISubroutineType>(map(MDS->getType())); in getReplacementSubprogram()
760 if (isa<DISubroutineType>(N)) in remap()
1121 unwrapDI<DIFile>(File), LineNo, unwrapDI<DISubroutineType>(Ty), ScopeLine, in LLVMDIBuilderCreateFunction()
H A DLLVMContextImpl.h705 template <> struct MDNodeKeyImpl<DISubroutineType> {
712 MDNodeKeyImpl(const DISubroutineType *N)
715 bool isKeyOf(const DISubroutineType *RHS) const {
H A DVerifier.cpp1307 void Verifier::visitDISubroutineType(const DISubroutineType &N) { in visitDISubroutineType()
1407 CheckDI(isa<DISubroutineType>(T), "invalid subroutine type", &N, T); in visitDISubprogram()
1578 CheckDI(!isa<DISubroutineType>(Ty), "invalid type", &N, N.getType()); in visitDILocalVariable()
H A DAsmWriter.cpp2136 static void writeDISubroutineType(raw_ostream &Out, const DISubroutineType *N, in writeDISubroutineType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp248 void writeDISubroutineType(const DISubroutineType *N,
1485 void DXILBitcodeWriter::writeDISubroutineType(const DISubroutineType *N, in writeDISubroutineType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1701 GET_OR_DISTINCT(DISubroutineType, (Context, Flags, CC, Types)), in parseOneMetadata()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp317 void writeDISubroutineType(const DISubroutineType *N,
1843 const DISubroutineType *N, SmallVectorImpl<uint64_t> &Record, in writeDISubroutineType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp5200 Result = GET_OR_DISTINCT(DISubroutineType, in parseDISubroutineType()