Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDIBuilder.h519 createSubroutineType(DITypeRefArray ParameterTypes,
563 DITypeRefArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
DDebugInfoMetadata.h63 class DITypeRefArray {
67 DITypeRefArray() = default;
68 DITypeRefArray(const MDTuple *N) : N(N) {} in DITypeRefArray() function
1077 uint8_t CC, DITypeRefArray TypeArray,
1093 (DIFlags Flags, uint8_t CC, DITypeRefArray TypeArray),
1103 DITypeRefArray getTypeArray() const { in getTypeArray()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h246 void constructSubprogramArguments(DIE &Buffer, DITypeRefArray Args);
DDwarfUnit.cpp834 void DwarfUnit::constructSubprogramArguments(DIE &Buffer, DITypeRefArray Args) { in constructSubprogramArguments()
1240 DITypeRefArray Args; in applySubprogramAttributes()
DDwarfCompileUnit.cpp842 DITypeRefArray FnArgs = Sub->getType()->getTypeArray(); in constructSubprogramScopeDIE()
DCodeViewDebug.cpp1894 DITypeRefArray ReturnAndArgs = Ty->getTypeArray(); in lowerTypeMemberFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp499 DISubroutineType *DIBuilder::createSubroutineType(DITypeRefArray ParameterTypes, in createSubroutineType()
613 DITypeRefArray DIBuilder::getOrCreateTypeArray(ArrayRef<Metadata *> Elements) { in getOrCreateTypeArray()
621 return DITypeRefArray(MDNode::get(VMContext, Elts)); in getOrCreateTypeArray()
/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()