Searched refs:TypeArray (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 633 Metadata *TypeArray; 635 MDNodeKeyImpl(unsigned Flags, uint8_t CC, Metadata *TypeArray) 636 : Flags(Flags), CC(CC), TypeArray(TypeArray) {} 638 : Flags(N->getFlags()), CC(N->getCC()), TypeArray(N->getRawTypeArray()) {} 642 TypeArray == RHS->getRawTypeArray(); 645 unsigned getHashValue() const { return hash_combine(Flags, CC, TypeArray); }
|
| H A D | DebugInfoMetadata.cpp | 691 uint8_t CC, Metadata *TypeArray, in getImpl() argument 694 DEFINE_GETIMPL_LOOKUP(DISubroutineType, (Flags, CC, TypeArray)); in getImpl() 695 Metadata *Ops[] = {nullptr, nullptr, nullptr, TypeArray}; in getImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1279 uint8_t CC, DITypeRefArray TypeArray, 1282 return getImpl(Context, Flags, CC, TypeArray.get(), Storage, ShouldCreate); 1285 uint8_t CC, Metadata *TypeArray, 1295 (DIFlags Flags, uint8_t CC, DITypeRefArray TypeArray), 1296 (Flags, CC, TypeArray)) 1298 (DIFlags Flags, uint8_t CC, Metadata *TypeArray), 1299 (Flags, CC, TypeArray))
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 423 if (auto TypeArray = Ty->getTypeArray()) { in getFunctionOptions() local 424 if (TypeArray.size()) in getFunctionOptions() 425 ReturnTy = TypeArray[0]; in getFunctionOptions()
|