Home
last modified time | relevance | path

Searched refs:getTypeArray (Results 1 – 11 of 11) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp858 auto Elements = cast<DISubroutineType>(CTy)->getTypeArray(); in constructTypeDIE()
1226 DeclArgs = SPDecl->getType()->getTypeArray(); in applySubprogramDefinitionAttributes()
1227 DefinitionArgs = SP->getType()->getTypeArray(); in applySubprogramDefinitionAttributes()
1306 Args = SPTy->getTypeArray(); in applySubprogramAttributes()
H A DCodeViewDebug.cpp429 if (auto TypeArray = Ty->getTypeArray()) { in getFunctionOptions()
2069 for (const DIType *ArgType : Ty->getTypeArray()) in lowerTypeFunction()
2104 DITypeRefArray ReturnAndArgs = Ty->getTypeArray(); in lowerTypeMemberFunction()
H A DDwarfCompileUnit.cpp1106 DITypeRefArray FnArgs = Sub->getType()->getTypeArray(); in constructSubprogramScopeDIE()
/src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp344 DITypeRefArray Elements = STy->getTypeArray(); in completeType()
562 DITypeRefArray Elements = STy->getTypeArray(); in visitSubroutineType()
H A DBPFAbstractMemberAccess.cpp210 for (DIType *Ty: SP->getType()->getTypeArray()) in run()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1399 return getTemporary(getContext(), getFlags(), getCC(), getTypeArray()); in cloneImpl()
1420 DITypeRefArray getTypeArray() const { in getTypeArray() function
/src/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp269 for (DIType *Ref : ST->getTypeArray()) in processType()
H A DVerifier.cpp1357 for (Metadata *Ty : N.getTypeArray()->operands()) { in visitDISubroutineType()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1968 llvm::DITypeRefArray Args = OriginalFunc->getTypeArray(); in getOrCreateInstanceMethodType()
4530 llvm::DITypeRefArray ParamTypes = STy->getTypeArray(); in EmitFunctionDecl()
/src/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1489 Record.push_back(VE.getMetadataOrNullID(N->getTypeArray().get())); in writeDISubroutineType()
/src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1939 Record.push_back(VE.getMetadataOrNullID(N->getTypeArray().get())); in writeDISubroutineType()