Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp804 auto Elements = cast<DISubroutineType>(CTy)->getTypeArray(); in constructTypeDIE()
1135 DeclArgs = SPDecl->getType()->getTypeArray(); in applySubprogramDefinitionAttributes()
1136 DefinitionArgs = SP->getType()->getTypeArray(); in applySubprogramDefinitionAttributes()
1215 Args = SPTy->getTypeArray(); in applySubprogramAttributes()
H A 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()
H A DDwarfCompileUnit.cpp1048 DITypeRefArray FnArgs = Sub->getType()->getTypeArray(); in constructSubprogramScopeDIE()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.cpp288 DITypeRefArray Elements = STy->getTypeArray(); in completeType()
457 DITypeRefArray Elements = STy->getTypeArray(); in visitSubroutineType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp213 for (DIType *Ref : ST->getTypeArray()) in processType()
H A DVerifier.cpp1148 for (Metadata *Ty : N.getTypeArray()->operands()) { in visitDISubroutineType()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1290 return getTemporary(getContext(), getFlags(), getCC(), getTypeArray()); in cloneImpl()
1305 DITypeRefArray getTypeArray() const { in getTypeArray() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1726 Record.push_back(VE.getMetadataOrNullID(N->getTypeArray().get())); in writeDISubroutineType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1609 ->getTypeArray()); in getOrCreateInstanceMethodType()