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/ |
D | DIBuilder.h | 519 createSubroutineType(DITypeRefArray ParameterTypes, 563 DITypeRefArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
|
D | DebugInfoMetadata.h | 63 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/ |
D | DwarfUnit.h | 246 void constructSubprogramArguments(DIE &Buffer, DITypeRefArray Args);
|
D | DwarfUnit.cpp | 834 void DwarfUnit::constructSubprogramArguments(DIE &Buffer, DITypeRefArray Args) { in constructSubprogramArguments() 1240 DITypeRefArray Args; in applySubprogramAttributes()
|
D | DwarfCompileUnit.cpp | 842 DITypeRefArray FnArgs = Sub->getType()->getTypeArray(); in constructSubprogramScopeDIE()
|
D | CodeViewDebug.cpp | 1894 DITypeRefArray ReturnAndArgs = Ty->getTypeArray(); in lowerTypeMemberFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DIBuilder.cpp | 499 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/ |
D | BTFDebug.cpp | 282 DITypeRefArray Elements = STy->getTypeArray(); in completeType() 426 DITypeRefArray Elements = STy->getTypeArray(); in visitSubroutineType()
|