Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp282 DITypeRefArray Elements = STy->getTypeArray(); in completeType()
426 DITypeRefArray Elements = STy->getTypeArray(); in visitSubroutineType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp851 auto Elements = cast<DISubroutineType>(CTy)->getTypeArray(); in constructTypeDIE()
1242 Args = SPTy->getTypeArray(); in applySubprogramAttributes()
DCodeViewDebug.cpp416 if (auto TypeArray = Ty->getTypeArray()) { in getFunctionOptions()
1859 for (const DIType *ArgType : Ty->getTypeArray()) in lowerTypeFunction()
1894 DITypeRefArray ReturnAndArgs = Ty->getTypeArray(); in lowerTypeMemberFunction()
DDwarfCompileUnit.cpp842 DITypeRefArray FnArgs = Sub->getType()->getTypeArray(); in constructSubprogramScopeDIE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp129 for (DIType *Ref : ST->getTypeArray()) in processType()
DVerifier.cpp1018 for (Metadata *Ty : N.getTypeArray()->operands()) { in visitDISubroutineType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1088 return getTemporary(getContext(), getFlags(), getCC(), getTypeArray()); in cloneImpl()
1103 DITypeRefArray getTypeArray() const { in getTypeArray() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1611 Record.push_back(VE.getMetadataOrNullID(N->getTypeArray().get())); in writeDISubroutineType()