Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
HDBTFDebug.cpp282 DITypeRefArray Elements = STy->getTypeArray(); in completeType()
426 DITypeRefArray Elements = STy->getTypeArray(); in visitSubroutineType()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfUnit.cpp851 auto Elements = cast<DISubroutineType>(CTy)->getTypeArray(); in constructTypeDIE()
1242 Args = SPTy->getTypeArray(); in applySubprogramAttributes()
HDCodeViewDebug.cpp416 if (auto TypeArray = Ty->getTypeArray()) { in getFunctionOptions()
1859 for (const DIType *ArgType : Ty->getTypeArray()) in lowerTypeFunction()
1894 DITypeRefArray ReturnAndArgs = Ty->getTypeArray(); in lowerTypeMemberFunction()
HDDwarfCompileUnit.cpp842 DITypeRefArray FnArgs = Sub->getType()->getTypeArray(); in constructSubprogramScopeDIE()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDDebugInfo.cpp129 for (DIType *Ref : ST->getTypeArray()) in processType()
HDVerifier.cpp1018 for (Metadata *Ty : N.getTypeArray()->operands()) { in visitDISubroutineType()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDebugInfoMetadata.h1088 return getTemporary(getContext(), getFlags(), getCC(), getTypeArray()); in cloneImpl()
1103 DITypeRefArray getTypeArray() const { in getTypeArray() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp1611 Record.push_back(VE.getMetadataOrNullID(N->getTypeArray().get())); in writeDISubroutineType()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.cpp1474 ->getTypeArray()); in getOrCreateInstanceMethodType()