Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp805 auto Elements = cast<DISubroutineType>(CTy)->getTypeArray(); in constructTypeDIE()
1140 DeclArgs = SPDecl->getType()->getTypeArray(); in applySubprogramDefinitionAttributes()
1141 DefinitionArgs = SP->getType()->getTypeArray(); in applySubprogramDefinitionAttributes()
1221 Args = SPTy->getTypeArray(); in applySubprogramAttributes()
DCodeViewDebug.cpp423 if (auto TypeArray = Ty->getTypeArray()) { in getFunctionOptions()
1910 for (const DIType *ArgType : Ty->getTypeArray()) in lowerTypeFunction()
1945 DITypeRefArray ReturnAndArgs = Ty->getTypeArray(); in lowerTypeMemberFunction()
DDwarfCompileUnit.cpp1057 DITypeRefArray FnArgs = Sub->getType()->getTypeArray(); in constructSubprogramScopeDIE()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
DBTFDebug.cpp288 DITypeRefArray Elements = STy->getTypeArray(); in completeType()
457 DITypeRefArray Elements = STy->getTypeArray(); in visitSubroutineType()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DDebugInfo.cpp213 for (DIType *Ref : ST->getTypeArray()) in processType()
DVerifier.cpp1151 for (Metadata *Ty : N.getTypeArray()->operands()) { in visitDISubroutineType()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DDebugInfoMetadata.h1290 return getTemporary(getContext(), getFlags(), getCC(), getTypeArray()); in cloneImpl()
1305 DITypeRefArray getTypeArray() const { in getTypeArray() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp1590 ->getTypeArray()); in getOrCreateInstanceMethodType()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1730 Record.push_back(VE.getMetadataOrNullID(N->getTypeArray().get())); in writeDISubroutineType()